/** Shopify CDN: Minification failed

Line 16:18 Expected identifier but found whitespace
Line 17:6 Unexpected "{"
Line 18:14 Expected ":"
Line 1006:1 Unexpected "/"

**/
/* Colour Declarations */

body {
  color: #444945;
}

:root {
  --brand-primary: {
      {
      settings.color_primary
    }
  }

  ;
  --brand-body-text: #444945;
  --brand-red: #E1625E;
  --brand-green: #23B382;
  --brand-blue: #88C8EE;
  --brand-bg: #f0eee7;
  --brand-purple: #8523B3;
  --brand-teal: #23AAB3;
}


sticky-header {
  background: white !important;
}

  @media only screen and (min-width: 990px) {
.header {
  padding-left:30px!important;
  padding-right:30px!important;
}
  }

  @media only screen and (min-width: 1230px) {
.header {
  padding-left:0!important;
  padding-right:0!important;
}
  }

.card.article-card>.card__content {
  padding: 1.2rem !important;
}

.card__content h3:not(.card__heading) {
  text-align: left;
}

.article-card__excerpt {
  text-align: left !important;
}


/* Typography  */
body {
  font-family: roc-grotesk, sans-serif !important;
  font-weight: 500;
}

h1 {
  font-family: roc-grotesk-condensed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roc-grotesk-condensed, sans-serif !important;
}


p {
  font-family: roc-grotesk, sans-serif !important;
  font-weight: 500;
}



  .product_title>h1 {
    font-family: roc-grotesk-condensed, sans-serif !important;
    font-weight: 700;
    font-style: normal;
  }

  .product-form__input .form__label {
    margin-bottom: 1em !important;
    font-size: 1em !important;
  }



.product__modal-opener.product__modal-opener--image.no-js-hidden {
    background: var(--brand-bg)!important;
}

  .quantity__button:not(:focus-visible):not(.focused),
  .quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: #efefef;
  }

  .quantity__button:active {
    border: solid 1px black !important;
  }

  .quantity__button:hover {
    border: solid 1px black !important;
  }

  .quantity__button:visited {
    border: solid 1px black !important;
  }

  .quantity__button:focus {
    border: solid 1px black !important;
  }


  .quantity {
    width: 90% !important;
  }

  .quantity__input {
    background-color: #fff !important;
  }

  .thumbnail {
    background-color: #efefef !important;
    border: 1px #cdcdcd;
  }

  .button-add-remove-wishlist {
    padding-left: 0 !important;
  }

  /* Navigation links */

  .mega-menu__link--level-2:not(:only-child) {
    text-decoration: none !important;
    color: #121212BF !important;
    cursor: default;
    font-weight: bold;
  }

  .price__badge-sale {
    background-color: #D85450 !important;
    border: none;
    border-radius: 3px;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: RocGrotesk-CondensedLight;
    padding: 0.75rem 3.85rem;
    text-transform: uppercase;
  }

  .mega-menu__link {
    font-weight: 500;
  }

  .mega-menu__link:hover,
  .mega-menu__link--active {
    color: #cc6666 !important;
  }

  /* Product Page Typography */

  .product__description {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

    .product__description p {
      margin: 0;
    }

  .product-form__quantity {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  /* Product Page Image Background */
  .global-media-settings {
    background-color: #f0eee8 !important;
  }


  /* Buttons */

  .button--primary {
    font-family: roc-grotesk-condensed, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: capitalize;

  }

  .product-form__submit button button--full-width button--primary {
    width: 100%;
  }

  /* Quick View Button */

  .color-background-2 .button--secondary,
  .color-accent-1 .button--secondary,
  .color-accent-2 .button--secondary,
  .color-inverse .button--secondary {
    width: 100%;
  }

  /* Quick View Modal */

  .img-fluid {
    max-width: 100%;
    width: 97%;
    background: #f0eee7;
  }

  /* Product List Label (e.g. 'Vegan', 'Organic') */

  .custom-badge-wd {
    margin-left: 10px;
  }

  .product-card-wrapper .card__content h3 {
    text-align: center !important;
  }

  @media only screen and (max-width: 768px) {

    .organic-badge {
      margin-bottom: 0px;
    }

    .vegan-badge {
      margin-bottom: 0px;
    }

    .sustainable-badge {
      margin-bottom: 30px;
    }
  }

  /* Wine Characteristic Scales  */

  .char-ratings {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 100%;
    display: block;
    padding-left: 0px;
    margin-top: 16px !important;
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  .char-ratings>li {
    margin-bottom: 1em;

  }

  .bar-cont {
    position: relative;
    width: 50%;
    height: 6px;
    border-radius: 6px;
    background: #cccbc7;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .bar-cont.progress-1:before {
    width: 20%;
  }

  .bar-cont.progress-2:before {
    width: 40%;
  }

  .bar-cont.progress-3:before {
    width: 60%;
  }

  .bar-cont.progress-4:before {
    width: 80%;
  }

  .bar-cont.progress-5:before {
    width: 100%;
  }

  .bar-cont.rating-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #E17061;
    height: 6px;
    border-radius: 6px;
  }

  .behave {
    width: 15% !important;
    display: inline-block;
    vertical-align: middle;
  }

  /* General Info Fields */
  #eg-sticky-atc {
    background: white !important;
  }

  .wine-basics-list {
    list-style-type: none;
    padding-left: 0px;
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  ul.additional-details-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  ul.additional-details-list,
  ul.food-pairings-list,
  ul.wine-methods-list {
    list-style-type: none;
    padding-left: 0px;
  }

  .food-pairings-list {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }


  .wine-methods-list {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  /* Collection page text block */

  @media screen and (max-width: 2000px) .collection-hero__title+.collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .category-description {
    width: 100% !important;
  }


  .collection-hero__text-wrapper {
    flex-basis: 100%;
    padding-bottom: 30px !important;
  }

  .product-page-rule {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 1px !important;
  }

  .price-item- {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
    font-weight: 500;

  }

  .price-item {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
    font-weight: 500;
  }

  .collection-hero__inner {
    display: flex;
    justify-content: space-between;
  }


  .custom-badge-wd {
    font-size: 10px;
    font-weight: 900;
    color: white;
    max-height: 24px;
    text-align: left;
    vertical-align: middle;
    padding: 2px 6px;
    border-radius: 3px;

  }

  .product-badge-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-page-row__badges {
    display: flex !important;
    align-items: baseline !important;
    justify-content: end !important;
    margin-bottom: 5em !important;
    padding: 1em !important;
  }

  .custom-badge-wd p {
    font-weight: 800;
    vertical-align: middle;
    padding: 0px;
    margin: 0 auto;
    line-height: 20px;
  }

  .global-media-settings {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .color-background-1,
  .color-background-2,
  .color-inverse,
  .color-accent-1,
  .color-accent-2 {
    background-color: rgba(0, 0, 0, 0) !important;
  }


  .custom-badge-wd {
    width: fit-content;
  }

  .vegan-badge {
    background-color: var(--brand-green);
  }

  .organic-badge {
    background-color: var(--brand-red)
  }

  .sustainable-badge {
    background-color: var(--brand-blue);
  }

  .natural-badge {
    background-color: var(--brand-teal);
  }

  .bundle-item-title {
    color: var(--brand-red)
  }

  .biodynamic-badge {
    background-color: var(--brand-purple);
  }

  .collection-image__container {
    max-width: 450px;
    width: 100%;
  }

  .collection-winemaker__image {
    width: 100%;
  }

  .wine-basics-list a {
    color: #e17162;
    text-decoration: none;
  }

  .wine-basics-list {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  .price-item price-item- {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
  }

  /* Product Cards */

  #eg-super-cart-drawer-goal>.progress {
    height: 24px !important;
  }

  .card.card--media {
    background-color: var(--brand-bg) !important;
  }

  .card__heading {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 400;
    text-align: center;
  }

  .summary-tasting-notes {
    font-family: roc-grotesk-italic, sans-serif !important;
    text-align: center;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6) !important;
  }

  .card-information>.price {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
  }

  .card-article>.card-information {
    padding: 2em;
  }

  /* Collection Pages */

  .bundle-container {
    list-style-type: none;
    padding: 0;
  }

  .bundle-item {
    display: flex;
    background: var(--brand-bg);
    padding: 1em;
    margin-bottom: 1em;
    align-items: center;
  }


  .collection-hero {
    background: var(--brand-bg) !important;
    color: var(--brand-body-text);
  }

  .collection-hero h1 {
    color: var(--brand-green) !important;
  }

  /* Homepage */
@media (min-width:1024px) and (max-width:1300px) {


section > div {
  padding-left:16px!important;
  padding-right:16px!important;
}
}

  #ImageWithText--template--16522173120726__16641958187a4b1df5>h2 {
    color: var(--brand-green);
    font-family: roc-grotesk-condensed, sans-serif !important;
    font-weight: 700;
    font-style: normal;
  }


  @media only screen and (max-width: 768px) {
    .characteristics-text__small {
      font-size: 10px;
    }

    #shopify-section-template--16522173120726__16641958187a4b1df5 {
      background-size: 40%, 25%;
    }
  }

  #shopify-section-template--16522173120726__16641958187a4b1df5>.button--primary {
    background-color: var(--brand-red);
  }
.section-template--22937735004496__featured_collection_MeNWeU-padding h2, .section-template--22937735004496__featured_collection_MeNWeU-padding .collection__description,  .section-template--22937735004496__featured_collection_MeNWeU-padding .slider-buttons  {
  color:white;
}


  .image-with-text__media {
    border: none !important;
  }


  .list-menu.list-menu--inline {
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
    font-weight: 600;
    font-style: normal;
  }

  #ImageWithText--template--16522173120726__16641958187a4b1df5 {
    background: rgba(0, 0, 0, 0);
  }

  .usb-band {
    background: red;
    background: var(--brand-red);
    border: solid 3px black;
  }

  hr.product-divider {
    margin: 18px 0px !important;
  }


  media-gallery {
    position: sticky !important;
    top: 25px;
  }

  .range-ratings {
    justify-content: space-between;
    display: inherit;
  }

  .mega-menu__link--level-2:hover {
    color: rgba(18, 18, 18, 0.75) !important;
  }


  /*Tabs Style*/

  .responsive-tabs dt {
    padding: 0.5em;
    border-top: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    padding: 1em 2em;
  }

  .responsive-tabs dt:first-child {
    /* border-top: 0; */
  }

  .responsive-tabs-placeholder {
    padding: 1em;
  }

  .winemaker-links {
    text-align: right;
    color: var(--brand-red);
  }

  .responsive-tabs .active {
    color: var(--brand-red);
    border-bottom: 3px solid var(--brand-red);
  }

  .responsive-tabs .active+dd {
    display: block;
  }

  .responsive-tabs dd {
    display: none;
    padding: 0.5em;
  }

  .responsive-tabs-placeholder {
    display: none;
  }



  @media only screen and (max-width: 768px) {
    .winemaker-info-tab {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
      flex-direction: column;
      max-width: 1000%;
    }

    .winemaker-tab-image {
      max-width: 100%;
    }

    .winemaker-tab-image>img {
      max-width: 100%;
    }

    .responsive-tabs dd {
      margin-inline-start: 0;
      margin-inline-end: 0;
    }

  }

  .announcement-bar {
    background: var(--brand-red) !important;
    color:white;
  }

  .char-ratings {
    padding: 0;
    margin: 0 auto;
  }

  @media only screen and (max-width: 768px) {
    .winemaker-info-tab {
      overflow: hidden;
      transition: height 200ms;
/*       display: none; */
    }

    .winemaker-info-tab .active {
      display: block;
      justify-content: space-evenly;
      align-items: flex-start;
    }

    .responsive-tabs .active {
      color: #121212BF;
/*       max-height: 0;
      max-width: 0;
      opacity: 0;
      overflow: hidden; */
      white-space: nowrap;
    }
  }

  .header-wrapper {
    background: white !important;
  }

  .product__info-wrapper .price-item--regular {
    font-size: 24px;
  }

  .button-add-remove-wishlist {
    text-align: left !important;
  }

  .bi-heart-fill {
    color: var(--brand-red);

  }

  pickup-availability {
    display: none !important;
  }

  .product__pickup-availabilities {
    display: none !important;
  }

  .additional-details a {
    color: var(--brand-red) !important;
  }

  .additional-details a:visited {
    color: var(--brand-red) !important;
  }

  .style-link {
    color: var(--brand-red) !important;
  }

  .style-link:visited {
    color: var(--brand-red) !important;
  }

  .product-header {
    font-weight: 700;
  }

  #shopify-section-announcement-bar {
    background: var(--brand-red) !important;
    font-weight: 700 !important;
  }



  @media only screen and (min-width: 768px) {

    .responsive-tabs {}

    .responsive-tabs dt {
      float: left;
      border-top: 0;
    }

    .responsive-tabs .active+dd {
      display: none;
    }

    .responsive-tabs-placeholder {
      clear: both;
      display: block;
      padding: 1em;
      border-top: 1px solid #ccc;
    }

  }

  /* Footer */

  .footer {
    background-color: #f0eee7 !important;
  }

  .link link--text list-menu__item {
    text-decoration: none !important;
    color: #121212BF !important;
    cursor: default;
    font-weight: bold;
  }

  #eg-wishlist-drawer a {
    color: var(--brand-text);
  }

/* Trust Pilot Frame */

/* seo solutions - connor updates */
/* Task: Product Card Content Alignment */
.card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}



/* Task: Sticky Add To Cart Responsiveness */

#eg-sticky-atc .product-form .quantity-input-wrapper {

  display: flex;
/*   grid-template-columns: repeat(3, minmax(0, 1fr)); */
  align-items: center;
  flex-wrap: wrap;
}
#eg-sticky-atc .product-form .select, #eg-sticky-atc .product-form .quantity  {
  margin-bottom: 15px;
}
html.js body.gradient div#shopify-section-eg-sticky-atc.shopify-section div#eg-sticky-atc.color-background-1.show div.page-width div.page-width-inner product-form.product-form form#product-form-eg-sticky-atc.form div.quantity-input-wrapper button.product-form__submit.button.button--primary {
  margin-bottom: 15px;
}
#eg-sticky-atc .product-form .quantity {
 width: 30% !important;
}

@media screen and (min-width: 750px) {

}

/* Mixed Cases Dropdown */
#MegaMenu-Content-2 ul li a:hover {
  color: var(--brand-red) !important;
}

/* Product Badges */
 @media only screen and (max-width: 768px) {
.product-page-row__badges {
  padding: 0 !important;
}
    }

/* Quick View Button Search Page */
.article-card-wrapper button {
  display: none;
}

/* Quick View Close Button */
#eg-quick-view-modal .btn-close {
  background-color: #fff;
  border-radius: 100%;
}

/* Gift Card Placeholder */
#Details-CartDrawer textarea::placeholder {
color: black;
}

/* Textarea focus fix */
textarea#Cart-note::placeholder {
  opacity: 1 !important;
}

textarea#Cart-note:focus::placeholder {
color: transparent;
 }    

textarea#CartDrawer-Note::placeholder {
  opacity: 1 !important;
}

textarea#CartDrawer-Note:focus::placeholder {
color: transparent;
 }    


.parent-display.facets__display {
  z-index:3!important;
}


.price__badge-sale.color-accent-2 {
  color: var(--brand-green);
}

.characteristics-text__small {
font-size: 14px;}

.bar-cont {
width: 50%; }



.caption-with-letter-spacing {
  text-align: left!important;
}

.article-card__excerpt.rte-width {padding: 0; text-align: left!important; margin: 0!important;}


.trust-container {
  border-bottom: 1px solid rgba(0,0,0,0.1)!important;
}

.grid__item product__media-wrapper {-webkit-transform:translate3d(0,0,0);}


#gsnote_1::placeholder {
    content: 'This is the placeholder content';
}

#gs__toggle-box { margin-top: 30px; margin-bottom: 40px; }

.et_pb_pricing_table {
  background: white!important; 
}

.et_pb_pricing_heading {
    background: white!important;
}

.et_pb_pricing_heading h2 {
    color: #23b382!important;
  font-family: 'roc-grotesk-condensed'!important;
    font-size: 36px!important;
    font-weight: 600;
}

.et_pb_pricing_content_top {
    background: white;
    color: black;
}

.et_pb_sum {
    font-size: 48px!important;
  color: #414141!important;
}

.gf_row.gf_row_no_tools.gf_row-no-padding.gf_row-pricing {
  display: flex!important;
}


.klaviyo-bis-trigger {
    background: #141414!important;
    padding: 1em 2em!important;
    border-radius: 24px!important;
    color: white!important;
    text-decoration: none!important;
}

.subsfaq summary {
  list-style: revert;
  font-weight: 500;
}

.subsfaq details {
  margin-bottom: 1em;
}

.subsfaq details p {
  font-weight: 300;
}

*/ QUIZ STYLES

#quiz-kit-question-grid-94568 > button {
    background: #eeece7!important;
}

.quiz-kit-question-grid-94568 > button {
    background: red!important;
}

button.image-size-small {
  background: #eeece7!important;
}

button.image-size-small:hover {
  background: #dddbd6!important;
}

div.image-size-small > div > picture {
    height: 160px;
}

button.size-small {
  height: 250px!important;
}

button.size-small {height: 250px!important;}

.image-size-small h3 {
    position: absolute;
    bottom: 15px;
    font-family: roc-grotesk, sans-serif !important;
    font-weight: 500;
}


.section-template--16833711964374__cf1ccd01-0d00-48f9-8a08-9953aafcd2ba-padding img {
    width: 100%!important;
}

.event-info-card {
  padding: 1em;
  padding-top: 0em;
  background: #eeece7;
  border-radius: 6px;
  border: 1px solid #ccc9c4;
}

.consent-checkbox {
  display: flex;
  flex-direction: row-reverse;
}

#quiz-kit-intro-button {
      background: #e1625e;
    border: solid 1px #e1625e;
}

/* REBUY ADDITIONAL CSS */
.rebuy-button.rebuy-cart__flyout-item-buy-more-save-more-button {
    background: #eeece7;
    border: solid 1px #454545;
    border-radius: 3px;
    color: #454545;
    font-weight: 300;
    padding-left: 0.7em;
    padding-right: 0.7em;
}

/*WINE INFO PRODUCT PAGE*/

.wine-info-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left!important;
  border-top: none!important;
}


.wine-info-table tr {
  border-bottom: 1px solid #ccc!important;
}

.wine-info-table tr:first-child th, 
.wine-info-table tr:first-child td {
  border-top: none!important;
}


.wine-info-table tr:last-child th, 
.wine-info-table tr:last-child td {
  border-bottom: none!important;
}

.wine-info-table th, .wine-info-table td {
  text-align: left!important;
  padding: 8px;
  padding-left: 0px;
}

.wine-info-table th {
  font-weight: bold;
}

.wine-info-table td {
  vertical-align: top;
}

.wine-info-table td a {
  color: #e1625e;
  text-decoration: none;
}

.wine-info-table ul {
  list-style-type: none;
}


/* If your table has headers */
.wine-info-table th:first-child {
  width: 30%;
}
.wine-info-table th:nth-child(2) {
  width: 70%;
}

/* If your table does not have headers, or to ensure the width for all rows */
.wine-info-table td:first-child {
  width: 50%;
}
.wine-info-table td:nth-child(2) {
  width: 50%;
}
.wine-info-table {
  border-bottom: none;
}

/* Remove bottom border from the last row */
.wine-info-table tr:last-child td,
.wine-info-table tr:last-child th {
  border-bottom: none;
}
.badge-list {
  list-style-type: none;
}
.meta-badges {
 pointer-events: none;
}
/* Product meta badges */
.meta-badge {
  color: white;
  text-transform:uppercase;
  display:flex!important;
  width:100px!important;
  border-radius:3px;
  font-size: 10px;
  font-weight:600;
  margin-bottom:10px;
  justify-content:center;
}
.meta-badge div {
  padding: 5px;
  text-align:center;
}
.meta-badge:has(div:empty) {
  margin-bottom:0;
}
/* .meta-badge:nth-of-type(4) {
  top:30px!important;
}
.meta-badge:nth-of-type(3) {
  top:20px!important;
}
.meta-badge:nth-of-type(2) {
  top:10px!important;
}
.meta-badge:first-of-type {
  top:0px!important;
} */
.meta-badge.discount-badge {
  display:none!important;
}
.meta-badge.discount-badge:has(span) {
  display:block!important;
  border:4px solid #7ECEF0!important; 
  padding:10px 0!important;
}

.teaser-discount {
  border:4px solid #7ECEF0!important; 
  background: #DE6F5D;
  padding:0 10px;
}

/* Wishlist Customisation */
.icon-heart {
  fill:revert!important;
}
.st-product-card .st-atc-button, .st-product-card .st-more-details
 {
  background-color:var(--brand-red)!important;
  border-radius:0!important;
  font-family: 'roc-grotesk'!important;
  font-size:16px!important;
   letter-spacing:0.1rem!important;
}
.st-product-card .st-product-card_title a, .st-js-price {
  font-family: 'roc-grotesk'!important;
  font-weight:500!important;
  font-size:20px!important;
  text-align:left!important;
}
.st-js-price {font-size:18px!important;}
.st-image {
  background:var(--brand-bg);
}
.st-product-card_actions {
  background:none!important;
  left:5px!important;
}
.st-close-button {
  font-size:20px!important;
  width:20px!important;
}

input, textarea {
  border: 1px solid #ddd!important;
}

.boost-sd__product-image-column--left {
  justify-content:flex-end!important;
}
.boost-sd__product-image-column--in-top {
  padding:0!important;
}
.boost-sd__product-label-text {
  display:none!important;
}

.boost-sd__product-label--sale {
  background:url('WD-Sale.png');
  background-color:transparent!important;
  background-size:contain;
  background-repeat:no-repeat;
  height:80px!important;
  width:70px!important;;
}

.blog-teaser {
  height: 140px!important;
}
gp-product-images-v2 {
  background-color: var(--brand-bg);
}

gp-product-badge {
  z-index:1!important;
}

.gp-product-title-link-wrapper h2, .gp-button-text-only {
    font-family: 'roc-grotesk'!important;
  font-weight:500!important;
}

#HeaderMenu-gifts-not-sure-try-themed-sets {
  background-image: url('/cdn/shop/files/staffpicks_94555eca-2795-45c8-92cf-f0ed459f1e16.png?v=1711036450');
  background-repeat:no-repeat;
  height:200px;
  align-content:end;
  background-size:contain;
  font-weight:500!important;
}

#HeaderMenu-gifts-check-out-our-staff-picks {
  background-image: url('/cdn/shop/files/innovative-wine-set.jpg?v=1700814274');
  background-repeat:no-repeat;
  height:200px;
  align-content:end;
  background-size:contain;
  font-weight:500!important;
}

.product-title {
  display:block;
  height:50px;
}

.sale-badge {
  display:inline-block;
  height:140px;
  width:100px;
}
.aeo-logo{
  text-align: center;
}
.aeo-logo a img{
     max-width: 135px;
}
.product-media-modal {
  width: 100% !important;
  height: 100% !important;
}

.product-media-modal__content {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-media-modal__content img {
  width: auto !important;
  height: auto !important;
  max-width: 95vw !important;
  max-height: 95vh !important;
  object-fit: contain !important;
}