@font-face {
  font-family: "ft";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/ft-regular.woff2") format("woff2");
}

@font-face {
  font-family: "ft";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/ft-bold.woff2") format("woff2");
}

:root {
  --magenta: #a9215f;
  --magenta-dark: #4d114f;
  --navy: #0a1438;
  --source-gray: #f2f2f2;
  font-family: "ft", sans-serif;
}

body,
button,
input {
  font-family: "ft", sans-serif;
}

body {
  color: #485356;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

.shipping-bar {
  height: 21px;
  background: #a9215f;
}

.shipping-inner {
  font-size: 12px;
  line-height: 1;
}

.site-header {
  background: #fff;
}

.header-main {
  height: 96px;
  grid-template-columns: 25% 50% 25%;
  gap: 0;
}

.brand {
  width: 184px;
}

.brand img {
  display: block;
  width: 184px;
  height: auto;
}

.mobile-products {
  display: none;
  border: 0;
  background: transparent;
  color: #121212;
  align-items: center;
  gap: 9px;
  padding: 0;
}

.mobile-drawer,
.drawer-backdrop {
  display: none;
}

.hamburger {
  display: grid;
  gap: 3px;
  width: 14px;
}

.hamburger i {
  display: block;
  height: 2px;
  background: #111;
}

.search {
  width: 100%;
  height: 43px;
  color: #a9215f;
  border-bottom-color: #a9215f;
}

.search input {
  font-family: "ft", sans-serif;
}

.search button {
  display: grid;
  place-items: center;
  color: #a9215f;
}

.search button::before,
.search button::after {
  content: none;
}

.search button svg {
  width: 32px;
  height: 32px;
}

.header-actions {
  gap: 18px;
}

.icon-button {
  display: grid;
  place-items: center;
  padding: 0;
}

.icon-button svg {
  display: block;
  width: 32px;
  height: 32px;
}

.cart-icon,
.account-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  transform: none;
}

.cart-icon::before,
.cart-icon::after,
.account-icon::before,
.account-icon::after {
  content: none;
}

.cart-icon {
  order: -1;
}

.cart-count {
  right: -6px;
  top: -7px;
  background: #a9215f;
  width: 18px;
  height: 18px;
}

.nav-row {
  height: 45px;
  align-items: stretch;
}

.nav-row a {
  font-size: 18px;
  font-weight: 400;
}

.breadcrumb-wrap {
  background: #f2f2f2;
}

.breadcrumb {
  color: #616b6e;
  font-size: 13px;
}

.mobile-maker {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.product-shell {
  background: #f2f2f2;
}

.gallery {
  background: #fff;
}

.main-image-frame {
  height: min(590px, 48vw);
}

.main-image-frame img {
  background: #fff;
}

.thumbs,
.zoom-button {
  display: none;
}

.product-info h1 {
  color: #000;
  font-family: "ft", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.05;
}

.maker {
  color: #485356;
}

.price {
  color: #4d114f;
  font-family: "ft", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.availability {
  font-family: "ft", sans-serif;
}

.stock-check-icon {
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}

.stock-check {
  border-color: #75911f;
  color: #75911f;
}

.buy-button,
.card-buy {
  background: #a9215f;
  font-family: "ft", sans-serif;
}

.buy-button:hover,
.buy-button:focus-visible,
.card-buy:hover,
.card-buy:focus-visible {
  background: #8c174e;
}

.gift-badge {
  background: #a9215f;
}

.gift-badge svg {
  width: 43px;
  height: 34px;
  color: #fff;
}

.specs dt,
.description h2,
.glasses-section h2 {
  font-family: "ft", sans-serif;
}

.description h2,
.description-copy,
.description-copy p,
.description-copy li,
.description-copy strong {
  font-family: "ft", sans-serif;
  font-weight: 400;
}

.description-copy {
  font-size: 16px;
  line-height: 1.55;
}

.specs dd,
.glass-card strong {
  color: #a9215f;
}

.details-panel {
  background: #fff;
}

.details-panel .specs {
  margin: 0;
}

.details-panel .description {
  width: 100%;
  margin: 0;
  padding: 38px 18px 40px;
  background: transparent;
}

.details-panel .description-copy {
  max-width: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #02040b;
  color: #fff;
  font-family: "ft", sans-serif;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
}

.site-footer.footer-bg-loaded::before {
  background-image: url("assets/footer-bottles.webp");
}

.footer-content,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-content {
  padding: 42px 0 24px;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 304px;
  height: auto;
  margin: 0 auto 14px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 5px 0 18px;
}

.socials a {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #a9215f;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.socials svg {
  width: 27px;
  height: 27px;
}

.address {
  margin: 0 auto 16px;
  font-size: 18px;
}

.address span {
  color: #a9215f;
}

.address .address-line {
  color: inherit;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 38px;
  padding: 18px 45px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-nav a {
  font-size: 26px;
  line-height: 1.8;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 14px 20px 0;
}

.footer-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.footer-toggle b {
  display: none;
}

.footer-links a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 0 12px;
}

.payment-logos img {
  width: auto;
  max-width: 95px;
  height: 20px;
  object-fit: contain;
}

.payment-logos .payment-icons-full {
  width: 253px;
  max-width: 100%;
  height: auto;
}

.footer-bottom {
  border-color: rgba(255,255,255,.28);
  color: #fff;
}

.age-logo img {
  width: 285px;
  height: auto;
}

.age-gate {
  padding: 20px;
  overflow: auto;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "ft", sans-serif;
}

html.age-required .age-gate {
  background-image: url("assets/age-restriction-background.webp");
}

html.age-skip .age-gate {
  display: none;
}

.age-card {
  width: min(420px, calc(100vw - 40px));
  max-width: none;
  padding: 22px 28px 36px;
  background: rgba(255,255,255,.8);
  color: #000;
}

.age-logo {
  margin: 0 0 10px;
}

.age-warning {
  margin: 0;
}

.age-warning strong,
.age-warning span {
  display: block;
}

.age-warning strong {
  font-size: 24px;
  line-height: 1.08;
}

.age-warning span {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.25;
}

.age-card h2 {
  margin: 12px 0 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.age-card > div:nth-of-type(2) {
  gap: 12px;
}

.age-card button {
  width: 110px;
  min-width: 110px;
  height: 51px;
  border: 2px solid #b42163;
  border-radius: 8px;
  background: rgba(255,255,255,.55);
  color: #000;
  font-size: 16px;
}

.age-card button.age-yes {
  background: #b42163;
  color: #fff;
}

.age-card label {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
}

.age-card label input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #b42163;
}

.age-message {
  margin: 10px 0 0;
}

.breadcrumb { color: #52585a; }
.glass-card small { color: #686868; }
.glass-card .in-stock { color: #536900; }
.footer-grid h4 { color: #ff88bd; }
.age-card label { color: #555; }

@media (max-width: 900px) {
  .site-footer.footer-bg-loaded::before {
    background-image: url("assets/footer-bottles-mobile.webp");
  }

  html.age-required .age-gate {
    background-image: url("assets/age-restriction-background-mobile.webp");
  }

  body {
    font-size: 14px;
    line-height: 1.45;
  }

  .age-gate {
    padding: 20px 0;
  }

  .age-card {
    width: min(345px, calc(100vw - 60px));
    padding: 20px 20px 44px;
  }

  .shell {
    width: 100%;
  }

  .shipping-bar {
    display: none;
  }

  .site-header {
    background: #f2f2f2;
  }

  .header-main {
    width: 100%;
    height: 99px;
    padding: 4px 4px 7px;
    display: grid;
    grid-template-columns: 128px 1fr 65px;
    grid-template-rows: 53px 37px;
    gap: 0;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    width: 116px;
    align-self: center;
  }

  .brand img {
    width: 116px;
  }

  .mobile-products {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    font-size: 16px;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 7px;
    align-self: center;
  }

  .account-icon,
  .cart-icon {
    width: 25px;
    height: 25px;
  }

  .account-icon svg {
    width: 20px;
    height: 20px;
  }

  .cart-icon {
    order: 0;
  }

  .cart-icon svg {
    width: 29px;
    height: 29px;
  }

  .cart-count {
    width: 15px;
    height: 15px;
    right: -5px;
    top: -4px;
    background: #0a1438;
    font-size: 9px;
  }

  .search {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    height: 37px;
    border: 0;
    border-radius: 23px;
    background: #fff;
    overflow: hidden;
  }

  .search input {
    padding-left: 14px;
    color: #485356;
  }

  .search input::placeholder {
    color: #b9bec0;
  }

  .search button {
    width: 47px;
    color: #657477;
  }

  .search button svg {
    width: 19px;
    height: 19px;
  }

  .main-nav {
    display: none;
  }

  .breadcrumb-wrap {
    padding: 5px 4px 8px;
  }

  .breadcrumb {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1px 12px;
    font-size: 12px;
    line-height: 1.7;
  }

  .mobile-maker {
    display: block;
    padding-top: 5px;
    font-size: 12px;
  }

  .product-shell {
    display: block;
    padding: 0;
  }

  .gallery {
    padding: 0;
  }

  .main-image-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 4px 18px 0;
  }

  .main-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-info {
    padding: 16px 20px 26px;
    background: #f2f2f2;
  }

  .maker {
    display: none;
  }

  .product-info h1 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.03;
  }

  .price {
    margin: 0 0 11px;
    color: #4d114f;
    font-size: 32px;
    line-height: 1;
  }

  .availability {
    display: block;
  }

  .stock-check-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
  }

  .availability .stock-check-icon + span {
    display: block;
    padding-top: 0;
  }

  .purchase-row {
    margin: 7px 0 8px;
    gap: 0;
    display: flex;
  }

  .purchase-row .quantity {
    order: 1;
  }

  .purchase-row .buy-button {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    height: 37px;
    min-width: 0;
    margin: 26px 0 0;
    font-size: 24px;
    position: relative;
  }

  .gift-badge {
    display: flex;
    position: absolute;
    right: -2px;
    top: -307px;
    width: 65px;
    height: 65px;
    z-index: 3;
  }

  .gift-badge small {
    font-size: 7px;
  }

  .gift-badge svg {
    width: 28px;
    height: 21px;
  }

  .gift-badge b {
    font-size: 17px;
  }

  .details-panel {
    margin-top: 18px;
  }

  .glasses-section {
    width: 100%;
    margin-inline: 0;
    padding: 10px 12px 70px;
    background: #fbf2f2;
  }

  .glasses-section .section-heading {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .glasses-section .section-heading h2 {
    margin: 0;
    color: #283438;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
  }

  .glasses-section .section-heading h2::after {
    display: none;
  }

  .glasses-section .section-heading span {
    display: block;
    color: #4d595d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .glasses-section .glasses-carousel {
    display: block;
    overflow: visible;
    padding: 0;
    cursor: default;
    user-select: auto;
  }

  .glasses-section .glass-card {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 10px 0 12px;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: 20px;
    border: 0;
    background: transparent;
  }

  .glasses-section .glass-card img {
    grid-column: 1;
    grid-row: 1 / 5;
    align-self: center;
    width: 120px;
    height: 70px;
    padding: 4px;
    background: #fff;
    object-fit: contain;
  }

  .glasses-section .glass-card small {
    grid-column: 2;
    grid-row: 1;
    color: #9ca1a3;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
  }

  .glasses-section .glass-card h3 {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    margin: 3px 0 4px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.12;
  }

  .glasses-section .glass-card .in-stock {
    display: none;
  }

  .glasses-section .glass-card strong {
    grid-column: 2;
    grid-row: 3;
    margin: 0;
    color: #4d114f;
    font-size: 24px;
    line-height: 1;
  }

  .glasses-section .glass-card .card-buy {
    grid-column: 2;
    grid-row: 4;
    width: 132px;
    height: 40px;
    margin-top: 4px;
    font-size: 17px;
  }

  .footer-content {
    width: calc(100% - 56px);
    padding: 14px 0 0;
  }

  .footer-logo {
    width: 146px;
    margin-bottom: 12px;
  }

  .socials {
    gap: 33px;
    margin: 0 0 11px;
  }

  .socials a {
    width: 44px;
    height: 42px;
    border-radius: 4px;
  }

  .address {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .address-line {
    display: block;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0 13px;
  }

  .footer-nav a {
    font-size: 18px;
    line-height: 1.45;
  }

  .footer-grid {
    display: block;
    padding: 0;
  }

  .footer-group {
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .footer-toggle {
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    font-size: 16px;
  }

  .footer-toggle b {
    display: block;
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 23px;
    font-weight: 400;
    transition: transform .2s ease;
  }

  .footer-group.open .footer-toggle b {
    transform: rotate(180deg);
  }

  .footer-links {
    display: none;
    padding: 0 0 10px;
  }

  .footer-group.open .footer-links {
    display: block;
  }

  .footer-links a {
    min-height: 25px;
    padding: 3px 0;
    font-size: 13px;
  }

  .payment-logos {
    gap: 7px;
    min-height: 75px;
    padding: 25px 0 16px;
    border-bottom: 1px solid #fff;
  }

  .payment-logos img {
    max-width: 72px;
    height: 16px;
  }

  .footer-bottom {
    display: none;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    z-index: 150;
    inset: 0 auto 0 0;
    width: min(86vw, 340px);
    padding: 18px;
    background: #fff;
    transform: translateX(-105%);
    transition: transform .25s ease;
  }

  .mobile-drawer.open {
    transform: translateX(0);
  }

  .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }

  .drawer-head img {
    width: 145px;
    height: auto;
  }

  .drawer-close {
    border: 0;
    background: transparent;
    font-size: 34px;
  }

  .mobile-drawer nav {
    display: grid;
  }

  .mobile-drawer nav a {
    padding: 13px 3px;
    border-bottom: 1px solid #ececec;
    font-size: 17px;
  }

  .drawer-backdrop {
    display: block;
    position: fixed;
    z-index: 149;
    inset: 0;
    border: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .drawer-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 390px) {
  .header-main {
    grid-template-columns: 124px 1fr 61px;
  }

  .brand,
  .brand img {
    width: 112px;
  }

  .mobile-products {
    gap: 7px;
    font-size: 15px;
  }

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