/*

Global

 */
:root {
  --pink-accent: rgb(240,93,120)
}
.Nunito,
body {
  font-family: Nunito;
}
.pink-text {
  color: var(--pink-accent);
  font-weight: bold;
}


/*

Age Verification

 */
#age-verification-modal {
  font-family: Nunito;
}
.age-modal-body {
  height: 250px;
  background-image: url("/static/img/accents/PartLogo_clean_sm.jpeg");
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .age-modal-body {
    height: 150px;
    background-image: url("/static/img/accents/PartLogo_clean_xs.jpeg");
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}
.age-modal-buttons {
  position: absolute;
  bottom: 0;
  right: 24px;
}


/*

Navigation and Header

 */
.nav-link:hover {
  color: inherit;
  text-decoration: none;
  opacity: .75;
}
nav {
  font-family: Source Sans Pro;
  font-weight: bold;
  font-size: 1.6em;
}
.nav-link {
  font-size: 0.9em !important;
}

.offcanvas-header > h5 {
  font-weight: bold;
  color: rgba(0,0,0,.55);
}


/*

Commerce 7 added elements classes

*/
.c7-content,
.c7-cart,
.c7-checkout,
.c7-account,
.c7-account-login,
.c7-product,
button.c7-btn,
.c7-form__field > label {
  font-family: Nunito;
}
div.c7-user-nav__cart > button.c7-link {
  /* at smaller font sizes decrease padding to lineup icon */
  /*padding: 10px 0;*/
}
.c7-h1 {
  text-align: center !important;
}
.c7-btn.c7-btn--primary {
  background: var(--bs-gray);
}
.c7-btn.c7-btn--primary:hover,
.c7-btn.c7-btn--primary:active,
.c7-btn.c7-btn--primary:focus {
  background: var(--bs-gray-700) !important;
}
.c7-user-nav__cart__count {
  background: var(--pink-accent) !important;
}
.c7-account-login__options {
  font-size: 1.4em;
}
.c7-account-login__options > p > .c7-link {
  font-size: 1.2em;
}
/* custom product template class */
.medium-wine-product-profile {

}
.c7-product-collection__content {
  font-size: 1.4em;
}
section.c7-reservation__search {
  margin: 30px auto 20px;
}


/*

Wine Store Section

 */
.winestore.browse-style-selection {
  font-family: Nunito;
}
.browse-header,
.browse-products {
  font-family: Nunito;
}


/*

Wine Gifts Section

 */
.winegifts-header,
.winegifts-menu,
.winegifts-products {
  font-family: Nunito;
}


/*

Gift Cards Section

 */
.gift-cards {
  font-family: Nunito;
}


/*
Reservations Rows

 */
.reservation-title-link {

}
.reservation-title-link:hover {
  /*font-size: 1.8em;*/
  /*transition: font-size 2s;*/
  text-decoration: underline;
}

/*

Quad A

 */
.landscape-img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Adjust as needed to keep the aspect ratio */
}
/* Custom gutter */
.gutter {
    padding: 5px !important; /* Adjust the gutter size */
}
