﻿:root {
  --primary-color: #414042;
  --secondary-color: #a83839;
  --pink: #cbb6ab;
  --grey: #e4e4e4;
  --dark-grey: #959498;
  --theme-black: #414042;
  --primary-black: #414042;
  --green: #3EA738;
  --white: #ffffff;
  --black: #000000;
  --red: #d80000;
  --grey-button: #E6E7E8;
  --theme-black-button: #3d3d3d;
  --font-body: 'Source Sans 3', sans-serif;
  --font-baskervville: 'Source Sans 3', sans-serif;
}

body {
  font-family: var(--font-body);
  background: #F6F6F6;
  color: var(--primary-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-widget {
  font-family: var(--font-body);
}
.modal .close:hover, .modal .close:focus {
  color: #fff;
  background: var(--secondary-color);
}
.search-box .search-box-text {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ddd;
  height: 45px;
}
.search-box .search-box-button {
    background: none;
    border: none;
    color: #222;
}
/*header ui*/
.header-links > ul > li.user-dropdown > a::before {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../images/user_white.svg) no-repeat center center;
  display: inline-block;
}
.header-links > ul > li a.ico-cart::before {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../images/cart_white.svg) no-repeat center center;
  display: inline-block;
}
.header-links > ul > li[id=topcartlink] a .cart-qty {
  font-size: 22px;
  margin-left: 4px;
  color: #fff;
}
.header-logo .logo-store-address {
  color: var(--white);
}
.header-logo .logo-store-address address {
  font-size: 12px;
  color: var(--white);
  font-style: normal;
}

.header-logo .logo-store-address address .logo-store-name {
  font-size: 14px;
  color: var(--white);
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.header-logo > .logo-store-address {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-top: 8px;
}

.header-logo > .logo-store-address::before {
  content: "\e95e";
  font-family: 'icomoon' !important;
  display: inline;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
}
/*product box */
.product-quantitytype-wrapper {
  display: flex;
  justify-content: space-between;
}
.productquantitytype-option:not(:only-child) {
  flex-grow: 1;
  width: 50%;
}
.productquantitytype-option:only-child {
    margin-inline: auto;
}
.mini-shopping-cart .productquantitytype-option,
.cart .productquantitytype-option {
  flex-grow: 1;
  max-width: 50%;
  margin-left: 0;
}
.cart .cart-change-quantity-box {
    clear: both;
    max-width: 440px;
    margin-left: auto;
}
.tire-price-info-tooltip {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(../images/info-icon.png) center no-repeat;
  background-size: 12px;
}
.cart-quantity-wrapper .add-to-cart-button {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
}
.cart-quantity-wrapper .add-to-cart-button:hover {
    background: var(--theme-black);
    color: var(--white);
}
.product-quantitytype-wrapper input[type=radio] ~ label {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  position: relative;
  padding-left: 38px;
}
.product-quantitytype-wrapper input[type=radio] ~ label::before {
    display: none;
}
.product-quantitytype-wrapper input[type=radio] ~ label .quantity-type::after, 
.product-quantitytype-wrapper input[type=radio] ~ label .quantity-type::after {
  content: "\e984";
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  height: 12px;
  width: 12px;
  font-size: 6px;
  line-height: 12px;
  background-color: var(--secondary-color);
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: 'icomoon';
  border-radius: 50%;
  vertical-align: top;
  visibility: hidden;
}
.product-quantitytype-wrapper input[type=radio].checked ~ label .quantity-type::after,
.product-quantitytype-wrapper input[type=radio]:checked ~ label .quantity-type::after {
  visibility: visible;
}
.product-quantitytype-wrapper input[type=radio] ~ label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  margin: 0;
  height: 30px;
  width: 30px;
  border-radius: 3px;
}

.product-quantitytype-wrapper .single-quantity-type input[type=radio] ~ label::after {
  background: var(--theme-black-button) url(../images/single.svg) no-repeat center center;
  background-size: 8px 23px;
}

.product-quantitytype-wrapper .case-quantity-type input[type=radio] ~ label::after {
  background: var(--theme-black-button) url(../images/case.svg) no-repeat center center;
  background-size: 23px;
}

.product-quantitytype-wrapper label > span {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  font-size: 12px;
  text-transform: uppercase;
}
.product-quantitytype-wrapper label .old-quantity-price {
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 3px;
}

.product-quantitytype-wrapper input[type=radio].checked ~ label,
.product-quantitytype-wrapper input[type=radio]:checked ~ label,
.product-quantitytype-wrapper input[type=radio] ~ label:hover {
  color: var(--secondary-color);
}
.product-item .product-quantitytype-wrapper input[type=radio].checked ~ label::after,
.product-item .product-quantitytype-wrapper input[type=radio]:checked ~ label::after,
.product-item .product-quantitytype-wrapper input[type=radio] ~ label:hover::after {
  background-image: url(../images/each-black-selected.svg) !important;
}
.product-item .case-quantity-type input[type=radio].checked ~ label::after,
.product-item .case-quantity-type input[type=radio]:checked ~ label::after,
.product-item .case-quantity-type input[type=radio] ~ label:hover::after {
  background-image: url('../images/case-black-selected.svg') !important;
}
.product-item .product-rating-box {
    display: none;
}
.cart-quantity-wrapper .buynow-btn {
    display: none;
}
.product-quantitytype-wrapper {
    width: 100%;
}
.product-item .product-box-tier-price {
  min-height: 110px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-popover {
  background-color: #f5f5f5; /* light grey */
  color: #000; /* black text */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  clear: both;
  display: none;
  position: relative;

}

.info-popover__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.info-popover__icon img {
  width: 24px;
  height: 24px;
}

.info-popover__title-text {
  flex-grow: 1;
  font-weight: bold;
  font-size: 1rem;
}

.info-popover__close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  color: #000;
  position: absolute;
  right: 8px;
  top: 8px;
}
.info-popover__close-btn::before {
  content: "\e928"; /* Unicode for the close icon */
  font-family: 'icomoon' !important;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
.info-popover__content {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.info-popover__content--mb {
  margin-bottom: 1rem;
}

.info-popover .categories {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.info-popover .link-wrapper {
  display: inline;
}

.info-popover .link-wrapper a {
  color: blue;
  text-decoration: underline;
}

.delimiter {
  margin: 0 0.25rem;
}


/*flyout cart*/
.cart-quantity-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.cart-quantity-wrapper .qty-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--white); /* Dark blue background */
    border-radius: 3px;
    padding: 5px;
    width: fit-content;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.25);
}
.mini-shopping-cart .items .item .quantity-wrapper {
    float: right;
}
.mini-shopping-cart .items .item .estimated-date {
  float: right;
  width: 64%;
  text-align: right;
  line-height: 24px;
  margin-top: 10px;
  clear: right;
}
.cart-quantity-wrapper .qty-wrapper .btn-decrease,
.cart-quantity-wrapper .qty-wrapper .btn-increase {
    background: none;
    border: none;
    color: #414042;
    font-size: 20px;
    width: 25px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.cart-quantity-wrapper .qty-wrapper .btn-decrease::before,
.cart-quantity-wrapper .qty-wrapper .btn-increase::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #414042;
}

.cart-quantity-wrapper .qty-wrapper .btn-increase::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #414042;
}

.cart-quantity-wrapper .qty-wrapper .qty-input {
    width: 30px;
    height: 25px;
    text-align: center;
    border: none;
    background: transparent;
    color: #414042;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}
.cart-quantity-wrapper .add-to-cart-button {
  flex-grow: 1;
  height: 40px;
  background-color: #E6E7E8;
  color: #414042;
  border-radius: 3px;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.45);

}
.product-box-tier-price p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-black);
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
.product-box-tier-price p strong {
    margin-right: auto;
}
.product-box-tier-price .tire-price::before {
  content: "";
  display: block;
  margin-right: 5px;
  background: url(../images/6-bottle.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  float: left;
}
.product-box-tier-price p ins {
  text-decoration: none;
  color: var(--secondary-color);
  margin-left: 4px;
}
.tire-price {
    margin-bottom: 15px;
    font-size: 18px;
}
.tire-price-info {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  font-size: 12px;
  cursor: pointer;
}
.tire-price-info::after {
  content: "\1D456";
  font-size: 12px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  background: var(--secondary-color);
  margin-left: 5px;
}
.tire-price-info.collapsed .link-wrapper:nth-of-type(2) {
    font-size: 0;
}
.tire-price-info .link-wrapper a {
    color: var(--primary-color);
    text-decoration: underline;
    margin-inline: 4px;
    font-size: 12px;
}
.tire-price-info.collapsed .link-wrapper:nth-of-type(n+3) {
  display: none;
}

.tire-price .see-more-btn {
  display: inline-block;
  color: var(--secondary-color);
  cursor: pointer;
  margin-left: 5px;
  font-size: 12px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.countdown:not(.active) {
    visibility: hidden;
} 
.countdown div {
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    min-width: 40px;
    text-align: center;
}
.countdown div div {
    background: var(--primary-color);
    color: var(--white);
    padding: 8px;
    border-radius: 3px;
}
.countdown span {
  display: block;
  margin-block: 4px;
}



/*product details page*/
.product-details-page .productquantitytype-option label {
  border: 1px solid var(--grey);
  border-radius: 3px;
}

.product-details-page .productquantitytype-option:only-child {
  margin-left: 0;
  width: 50%;
}
.breadcrumb ul li .current-item {
  color: var(--primary-color);
  font-weight: 700;
}
.cloud-zoom-thumb {
  border: 1px solid var(--grey) !important;
  border-radius: 3px;
}
.cloud-zoom-thumb img {
  padding: 14px;
}
.gallery {
  position: relative;
}
.free-shipping-badge {
  position: absolute;
  top: 20px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2222;
}
.free-shipping-badge img {
    max-width: 84px;
}
.overview .product-name h1 {
  font-size: 18px;
  font-weight: 500;
}
.overview .manufacturers a, .overview .product-vendor a
.cloud-zoom-thumb {
  max-width: calc(25% - 10px);
}
.additional-details .sku {
    margin-bottom: 15px;
}
.additional-details .sku .label{
    font-size:15px;
    font-weight:700;
}
.additional-details .sku .value {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}
.overview input[type=radio] ~ label, input[type=checkbox] ~ label {
  line-height: 16px;
}
.overview .product-quantitytype-wrapper {
  justify-content: flex-start;
  gap: 10px;
}
.overview .product-quantitytype-wrapper input[type=radio] ~ label {
  padding: 9px;
  padding-left: 50px;
}
  .overview .product-quantitytype-wrapper input[type=radio] ~ label::after {
    height: 40px;
    width: 40px;
  }
.overview input[type=radio]:checked ~ label::before, .overview input[type=checkbox]:checked ~ label::before {
  content: "\e984";
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.overview .product-quantitytype-wrapper input[type=radio] ~ label::after {
  border-color: var(--dark-grey);
}
.overview .product-quantitytype-wrapper input[type=radio]:checked ~ label {
  border-color: var(--grey);
  color: var(--secondary-color);
}
.product-quantitytype-wrapper .single-quantity-type input[type=radio] ~ label::after {
  background:  url(../images/each-black.svg) no-repeat center center;
  background-size: 8px 23px;
}
.overview .product-quantitytype-wrapper .single-quantity-type input[type=radio]:checked ~ label::after {
  background: url(../images/each-black-selected.svg) no-repeat center center;
  background-size: 8px 23px;
}
.product-quantitytype-wrapper .case-quantity-type input[type=radio] ~ label::after {
  background: url(../images/case-black.svg) no-repeat center center;
  background-size: 26px 23px;
}

.overview .product-quantitytype-wrapper .case-quantity-type input[type=radio]:checked ~ label::after {
  background: url(../images/case-black-selected.svg) no-repeat center center;
  background-size: 26px 23px;
}
.overview .product-quantitytype-wrapper input[type=radio]:checked ~ label::before {
  height: 13px;
  width: 13px;
}
.overview .product-quantitytype-wrapper label > span {
  font-weight: 700;
  font-size: 12px;
}
.overview .prices .product-price {
  font-size: clamp(32px, 3vw, 36px);
  color: var(--secondary-color);
  font-weight: 500;
}
.overview .buynow-wrapper {
  display: none;
  width: 0% ;
}
.product-details-page .add-to-cart:has(.buynow-wrapper) {
  flex-wrap: wrap;
  color: var(--black);
  font-size: 12px;
}
.product-details-page .add-to-cart:has(.buynow-wrapper) .add-to-cart-panel {
  width: 100% !important;
}
.product-details-page .add-to-cart .add-to-cart-button {
  width: 65%;
  height: 50px;
}
.product-details-page .add-to-cart .qty-input-wrap {
  width: 30% !important;
  height: 50px;
  background: var(--white);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.25);
  border: none;
}
  .product-details-page .add-to-cart .qty-input-wrap input {
    background: var(--white);
  }
.overview .qty-input-wrap input {
  padding: 7px 25px;
  height: 47px;
  color:var(--black);
}
.overview .qty-input-wrap .qty-btn {
  background: var(--white);
  color: var(--black);
}
.overview .product-share-button {
  display: none;
}
.overview-buttons > div button.add-to-wishlist-button {
  font-size: 14px;
  background: var(--white);
  box-shadow: none;
  color: var(--dark-grey);
  font-weight: 600;
}
.overview-buttons > div button.email-a-friend-button {
  font-size: 14px;
  background: var(--white);
  box-shadow: none;
  color: var(--dark-grey);
  font-weight: 600;
}
.overview-buttons > div button:hover {
  background: var(--white);
  color: var(--primary-color);
}
.overview-buttons {
  justify-content: flex-start;
  margin-top:50px;
}
.overview-buttons > div {
  width: max-content;
  max-width: max-content;
  flex-grow: unset;
}
.overview-buttons > div button::before {
  margin-right: 5px;
}
.overview-buttons > div button {
  display: flex;
  align-items: center;
}
.overview-buttons > div button.email-a-friend-button::before {
  font-size: 0;
  line-height: 16px;
  display: inline;
  font-weight: 600;
  font-family: "icomoon" !important;
  background: url(../images/email.icon.png) center no-repeat;
  height: 20px;
  width: 20px;
}
.delivery-vendor-title {
  margin-top: 40px;
  font-size: 18px;
}
.delivery-vendor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 6px;
}
.price-brakes-container {
  padding: 10px;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.price-break {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}
.price-break strong {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.price-break p {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-black-button);
}
.member-login {
    margin-top: auto;
}
.member-login::before {
    display: none !important;
}
.member-login-popup-trigger {
  background: var(--secondary-color);
  color: var(--white);
  font-size: 24px;
  padding: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.member-login-popup-trigger p {
    max-width: 250px;
    margin-inline: auto;
}

  .member-login-popup-trigger p::after {
    content: "\ea06";
    display: inline;
    font-family: 'icomoon' !important;
    display: block;
    text-align: center;
    font-size: 32px;
    vertical-align: middle;
  }
.product-collateral {
  padding: 15px;
}
  .product-collateral > div::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/tik.png) center no-repeat;
    display: inline-block;
    background-size: 100%;
  }
  .product-collateral .delivery::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/delivery.png) center no-repeat;
    display: inline-block;
    background-size: 100%;
  }
  .product-collateral .shipping-location::before {
    content: "";
    width: 15px;
    height: 22px;
    background: url(../images/pin.png) center no-repeat;
    display: inline-block;
    background-size: 100%;
  }
  .product-collateral > .age-rating::before {
      visibility: hidden;
  }
  .product-collateral > .age-rating {
      flex-wrap: wrap;
  }
  .product-collateral > .age-rating p {
      font-size: 16px;
      font-weight: 500;
  }
  .product-collateral > .age-rating .container {
    display: block;
    width: 100%;
    margin-top: 6px;
  }
  .product-collateral > div {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
  }
  .product-collateral .availability {
    column-gap: 22px !important;
  }
.stock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 1;
}
.stock .label {
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
}
.stock .value {
  font-size: 16px;
  color: var(--secondary-color);
}
.stock .in-stock {
  color: var(--green);
}

.delivery .free-shipping {
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
}
.product-collateral .delivery {
  flex-wrap: wrap;
  column-gap: 10px;
}
.product-collateral .member-login::before,
.product-collateral .sold-by::before {
  visibility: hidden;
}
.product-collateral .sold-by strong{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.sold-by-brand-or-vendor {
  background: #E4E4E480;
  padding: 10px;
  border-radius: 3px;
  width: max-content;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
html:not(.not-authenticated) .product-collateral .member-login {
    display: none !important;
}
.product-collateral .member-login img {
  width: 100%;
  cursor: pointer;
}
.sold-by-brand-or-vendor img {
  width: 42px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
  .location-shipp.stock {
    width: 100%;
  }
.shipping-point {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
  .shipping-point button.btn.btn-link {
    background: #fff;
    color: var(--secondary-color);
    border: none;
    font-style: italic;
  }  .shipping-point button.btn.btn-link:hover {
cursor:pointer
  }
#product-details-tab {

  box-shadow: 1px 2px 4px 1px rgba(255, 255, 255, 0.2), 2px 2px 5px 2px rgba(155, 170, 208, 0.2);
  padding: 20px;
}

.custom-radio-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 4px !important;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 7px;
  padding-inline: 10px;
  border-radius: 5px;
  border: 1px solid var(--Grey, #E4E4E4);
  box-shadow: 0px 2px 3px 0px #0000000D;
}

  .custom-radio input[type="radio"] {
    display: none;
  }

.radio-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url(../images/time-tik.svg); /* Replace with your unchecked icon */
  background-size: cover;
  margin-right: 10px;
  transition: background-image 0.3s;
}

.custom-radio input[type="radio"]:checked + .radio-icon {
  background-image: url(../images/time-tik-checked.svg); /* Replace with your checked icon */
}
.custom-radio:has(input[type="radio"]:checked) {
  border: 1px solid var(--secondary-color, #E4E4E4);
}

.radio-info {
  display: flex;
  flex-direction: row;
  gap: 12px;
  font-size: 14px;
}

.date, .time {
  display: flex;
  align-items: center;
  gap: 6px;
}

.date-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/calender.svg); /* Your static calendar icon */
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.time-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/watch.svg); /* Your static clock icon */
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* Existing CSS unchanged except below */
.readonly input[type="radio"] {
  pointer-events: none;
}

.change-schedule-btn {
  margin-top: 0;
  padding: 0.5rem 1rem;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: none;
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
  color: var(--black);
  font-weight: 600;
}
  .change-schedule-btn::before {
    content: "\e968";
    display: inline;
    font-family: 'icomoon' !important;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    vertical-align: middle;
    margin-right: 10px;
  }
  /* Modal Styles */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

.modal-overlay .modal-content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  top: 50%;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .modal-overlay .modal-content h3 {
    font-size: 16px;
    margin-bottom: 1rem;
    color: var(--primary-color);
  }
.modal-overlay .modal-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}


    .modal-overlay .modal-actions {
      margin-top: 1rem;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .modal-overlay .cancel-btn, .confirm-btn {
      padding: 0.5rem 1rem;
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
      color: var(--white);
      border: none;
      background: var(--dark-grey);
      border-radius: 3px;
    }
    .modal-overlay .confirm-btn {
      background: var(--secondary-color);
    }
  /* details page */
  .footer {
      background: var(--secondary-color);
  }
.footer-bg {
  background: var(--primary-color);
}
.footer-logo-bg {
    background: var(--grey);
}
.footer .shipping-types-wrapper {
  background: url(../images/footer_bg.jpg) repeat-x;
}
.footer .qvclick-button {
  display: none;
}
.footer-logo {
  max-width: 100px;
}
.newsletter-subscribe .newsletter-email .button-1.newsletter-subscribe-button {
  background-color: var(--dark-grey);
  text-transform: uppercase;
  height: 34px;
  line-height: 1.2;
  right: 3px;
  border-radius: 0;
}
.newsletter-container::before {
  width: 131px;
  height: 84px;
}
/*flyout cart quanitty css*/
.change-quantity-box {
  width: calc(100% - 40px);
  margin-left: auto;
  border: 1px solid var(--grey);
  border-radius: 3px;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.quantitytype-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.quantitytype-wrapper input[type=radio] ~ label {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid var(--theme-black-button);
  border-radius: 3px;
  text-align: left;
  position: relative;
  padding-left: 38px;
}

  .quantitytype-wrapper input[type=radio] ~ label::before {
    display: none;
  }

.quantitytype-wrapper input[type=radio]:checked ~ label::before {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  margin: 0;
  height: 12px;
  width: 12px;
  font-size: 6px;
  line-height: 10px;
  font-weight: lighter;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.quantitytype-wrapper input[type=radio] ~ label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  margin: 0;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background: var(--theme-black-button) url(../images/case.svg) no-repeat center center;
  background-size: 23px;
}

.quantitytype-wrapper .productquantitytype-option:first-child input[type=radio] ~ label::after {
  background: var(--theme-black-button) url(../images/single.svg) no-repeat center center;
  background-size: 8px 23px;
}

.quantitytype-wrapper label > span {
  display: block;
  font-weight: 600;
  line-height: 1.3;
  font-size: 11px;
}

.quantitytype-wrapper label .new-quantity-price {
  font-weight: 700;
}

.quantitytype-wrapper label .old-quantity-price {
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 3px;
}

.quantitytype-wrapper input[type=radio]:checked ~ label {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.quantitytype-wrapper input[type=radio]:checked ~ label::after {
  background-color: var(--secondary-color) !important;
}

/*flyout cart quantity*/
.quantity-wrapper {
  display: flex;
  gap: 6px;
}
.mini-cart--p-qty {
  border: 1px solid var(--dark-grey);
  border-radius: 3px;
  display: inline-block;
  padding: 4px;
  display: inline-flex;
  align-items: center;
}

.qty-button {
  background: var(--white);
  border: none;
  padding: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.qty-input {
  width: 40px;
  text-align: center;
  margin: 0 4px;
  border-radius: 2px;
  height: 30px;
  border: none;
}
.update-flyout-quantity {
  flex-grow: 1;
  border: none;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 3px;
  padding: 5px;
}
#flyout-cart .change-quantity a {
  color: var(--primary-color);
  cursor: pointer;
}
#flyout-cart .change-quantity a span {
  text-decoration: underline;
}
.change-quantity a::after {
  content: "\e968";
  display: inline;
  font-family: 'icomoon' !important;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  vertical-align: middle;
}
.category-top {
  text-align: center;
  padding: 40px 15px;
  background: url(../images/category-bg.jpg) no-repeat center center;
  background-size: cover;
}
.category-banner .banner-slider-item {
    text-align: center;
}
.category-top-sliders {
  margin-top: 30px;
}
.category-top h1 {
  font-family: var(--font-baskervville);
  font-size: 36px;
  font-weight: 400;
  color: var(--white);
}
.category-description {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .category-top-sliders {
    margin-bottom: 30px !important;
  }
  .category-top-sliders .slider-grid {
      margin-bottom: 0;
  }
}
/*checkout ui*/
.opc .new-address {
  display: none;
}
.html-checkout-page .order-summary-content #shopping-cart-form {
    display: block;
}
.html-checkout-page .order-summary-content #shopping-cart-form .table-wrapper {
    width: 100%;
}
.opc .opc-select-address-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}
.opc .address-block {
  border: 1px solid var(--grey);
  border-radius: 3px;
  padding: 15px;
  padding-left: 60px;
  position: relative;
}
  .opc .address-block input[type=radio] ~ label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
  }
  .opc .address-block input[type=radio]:checked ~ label::after {
      border: 1px solid var(--secondary-color);
  }
  .opc .address-block input[type=radio] ~ label::before {
      display: none;
  }
  .opc .address-block input[type=radio]:checked ~ label::before {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 6px;
    font-weight: bold;
    display: block;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }

.opc .address-block::before {
  font-family: 'icomoon' !important;
  content: "\e95e";
  font-size: 36px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
}
.address-button {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}
.address-button .edit,
.address-button .delete {
  color: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
}
.address-button .edit::before {
  content: "\e937";
  font-family: 'icomoon' !important;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: middle;
}
.address-block .delete::before {
  content: "\e933";
  font-family: 'icomoon' !important;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: middle;
}
.opc  .step-title {    
  border-radius: 3px;
  padding: 5px 10px;
}
.opc .step-title .number {
    display: none;
}
.opc .step .buttons .back-link a,
.opc .step .buttons .back-link ~ button,
.one-page-checkout .opc .step .button-1 {
  background: var(--theme-black);
  color: var(--white);
  border-radius: 3px;
  padding: 10px 20px;
  margin-right: 6px;
}

.opc .step .buttons .back-link a {
  background: var(--grey);
  border-color: var(--grey);
  color: var(--dark-grey);
}
.opc .step .buttons .back-link ~ button,
.one-page-checkout .opc .step .new-address-next-step-button {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.one-page-checkout .cmrx-order-summary-content .cart .item .picture {
  width: 60px;
  height: 80px;
}
.one-page-checkout .cmrx-order-summary-content .cart .item .product {
  width: calc(100% - 60px);
}
.one-page-checkout .cmrx-order-summary-content .cart .item .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.one-page-checkout .cmrx-order-summary-content .cart {
    border: none;
}
.one-page-checkout .order-summary-content .cart-footer {
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.one-page-checkout .order-summary-section {
  border: 1px solid var(--grey);
  margin: 0;
  padding: 0;
}
.opc .method-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}
.opc .method-list li {
    width: auto;
    margin: 0;
    position: relative;
}
.opc .method-list li label::before {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 6px;
    font-weight: bold;
    display: block;
}
.opc .method-list li input[type=radio] ~ label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  border-radius: 3px;
  cursor: pointer;
}

.opc .method-list li input[type=radio]:checked ~ label::after {
  border: 1px solid var(--secondary-color);
}
.delivery-slot input[type=radio] ~ label, input[type=checkbox] ~ label {
    display: inline;
}
.delivery-slot input[type=radio] ~ label::before,.delivery-slot  input[type=checkbox] ~ label::before {
    font-size: 8px;
}
.opc .delivery-slot .date-cell {
    background: var(--primary-color);
}
.opc .method-list li label {
    font-weight: 700;
}
.opc .allow:not(.active) .step-title {
    position: relative;
}
.opc .allow:not(.active) .step-title::after {
  content: "\e984";
  font-family: 'icomoon' !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 8px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.opc .step-title .selected-value::before {
    content: "-";
    display: inline;
    margin-right: 10px;
    font-size: 18px;
}
.opc .step-title .selected-value {
    display: none;
    color: var(--white);
}
.opc .step-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.opc .allow:not(.active) .step-title .selected-value {
  display: block;
}
.cart .price-qty-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 25%;
}
.cart .quantity-wrapper {
    max-width: 110px;
}
.cart .price {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-left: auto;
}
.cart .estimated-date {
  clear: left;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
}
/*vendor write*/
.vendor-item {
  text-align: center;
  margin-bottom: 30px;
}

.vendor-item .vendor-name {
  font-size: 0;
  margin-bottom: 15px;
}

.vendor-item .vendor-name a.image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.vendor-item .vendor-name a.image::before {
  content: "";
  display: block;
  padding-top: 60%; /* Makes it square */
}

.vendor-item .vendor-name a.image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.vendor-item .vendor-name a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.vendor-item .vendor-name a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
/*picture carousel*/
.picture-item {
  text-align: center;
  margin-bottom: 30px;
}

.picture-item .picture {
  font-size: 0;
  margin-bottom: 15px;
}

.picture-item .picture a.image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.picture-item .picture a.image::before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 aspect ratio */
}

.picture-item .picture a.image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture-item .picture-name a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.picture-item .picture-name a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.cmrx-order-summary-content .cart {
    background: var(--white);
}
.master-wrapper-page .master-column-wrapper {
    margin-top: 0;
}
html:not(.html-home-page) .master-column-wrapper .page-title {
  background: var(--white);
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.request-item ul {
    background: var(--white);
}
/*grapes deals page*/
.full-width-topics-page .master-wrapper-content .page-body {
    max-width: 100% !important;
}
.grape-deals {
    text-align: center;
    line-height: 1.4;
}
.grapes-deals-banner {
    margin-bottom: clamp(25px, 4vw, 50px);
}
.grapes-deals-banner img {
    width: 100%;
}
.intro {
  margin-bottom: clamp(25px, 4vw, 50px);
}
.intro .title-logo {
  width: clamp(40px, 4.5vw, 86px);
}
.intro h2 {
  font-size: clamp(36px, 4vw, 72px);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: clamp(20px, 2vw, 40px);
}
.intro p {
    font-size: clamp(16px, 1.8vw, 26px);
  color: var(--theme-black);
  margin-bottom: 15px;
  line-height: 1.5;
  max-width: 1100px;
  margin-inline: auto;
  font-weight: 300;
}
.how-it-works h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  color: var(--theme-black);
  margin-bottom: 20px;
}
.how-it-works-bg {
  background: rgba(0,0,0,0.5) url(../images/grepe-deals-step-background.jpg) no-repeat center center;
  background-size: cover;
  padding-block: clamp(25px, 4vw, 50px);
  color: var(--white);
  position: relative;
}
.how-it-works-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(65,64,77,0.85);
}
.deals-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
  grid-column-gap: clamp(30px, 12vw, 160px);
}
.deal-step {
  text-align: left;
  display: flex;
  align-items: center;
}
.deal-step .number {
  font-size: clamp(70px, 12vw, 200px);
  line-height: 1;
  font-weight: 300;
  color: #ed1c24;
  margin-right: 10px;

}
.deal-step h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  margin-bottom: 10px;
}
.deal-step p {
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 300;
  line-height: 1.6;
}
.conclusion {
    margin-block: clamp(25px, 4vw, 50px);
}
.conclusion p {
  font-size: clamp(16px, 1.8vw, 26px);
  color: var(--theme-black);
  margin-bottom: 15px;
  line-height: 1.5;
  margin-inline: auto;
  font-weight: 300;
}
.html-password-recovery-page .login-form-popup ,
.html-login-page .login-form-popup {
    display: none !important;
}
.search-results .warning {
  text-align: center;
}
.side-2 .side-2-container {
    border: none;
}

/*blog details customizations start*/
.blog-container {
  min-height: 100vh;
  background-color: #f9fafb;
  font-size: 17px;
}
.blog-header::after {
    content: "";
    display: block;
    clear: both;
}
/* Blog Header styles */
.blog-header {
  padding: 2rem 1.5rem;

}

.blog-header-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.blog-header-text {
  margin-bottom: 40px;
  font-size: 17px;
}

.blog-main-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.blog-chardonnay-text {
  font-size: 2.25rem;
  display: block;
}

.blog-intro-text {
  color: #6b7280;
  line-height: 1.625;
}


.blog-wine-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Blog Main content styles */
.blog-main-content {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.blog-content-section {
  margin-bottom: 3rem;
  background: #fff;
  padding-block: 3rem;
}
.blog-content-region {
  padding-block: 3rem;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}

.blog-section-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.blog-section-text {
  color: #6b7280;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}

/* Blog Flavor profile grid */
.blog-flavor-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.blog-flavor-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.blog-flavor-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.blog-flavor-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.blog-flavor-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}

.blog-flavor-list {
  list-style: none;
  color: #6b7280;
}

  .blog-flavor-list li {
    margin-bottom: 0.25rem;
  }

.blog-flavor-description {
  color: #6b7280;
}

/* Blog Regions list */
.blog-regions-list {
  margin-top: 1.5rem;
}

.blog-region-item {
  margin-bottom: 1.5rem;
}

.blog-region-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.blog-region-text {
  color: #6b7280;
}

/* Blog Food pairings */
.blog-food-pairings-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.blog-pairings-grid .blog-pairing-item {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-pairings-grid .blog-pairing-item h4 ,
.blog-pairings-grid .blog-pairing-item p {
    margin: 0;
} 
.blog-pairing-item {
  /* Grid items will stack by default */
}

.blog-pairing-type {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.blog-pairing-text {
  color: #6b7280;
}

/* Blog Tips section */
.blog-tips-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-tip-card {
  padding: 1rem;
  border-radius: 0.5rem;
}

.blog-crisp-tip {
  background-color: #eff6ff;
}

.blog-creamy-tip {
  background-color: #fefce8;
}

.blog-balanced-tip {
  background-color: #f0fdf4;
}

.blog-tip-title {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.blog-tip-text {
  color: #6b7280;
}

/* Blog Fun facts */
.blog-fun-facts-card {
  background-color: #faf5ff;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.blog-facts-list {
  color: #6b7280;
  padding-left: 1.5rem;
}

  .blog-facts-list li {
    margin-bottom: 0.5rem;
  }

/* Blog Conclusion */
.blog-conclusion-card {
  background-color: white;
  padding: 2rem;
  border-radius: 0.5rem;
}
.blog-chardonnay-section {
  padding-block: 40px;
  line-height: 1.7;
}

.blog-chardonnay-section h3,
.blog-chardonnay-section h2 {
    font-size: 32px;
    font-weight: 500;
}
.blog-chardonnay-section {
  font-size: 20px;
}
.blog-footer-section {
    padding: 40px 15px;
    text-align: center;
}
.blog-footer-section img {
    max-width: 600px;
}
@media (max-width: 1199px) {
  .navbar .store-signature {
      display: none !important;
  }
  .header-menu-toggle {
    background: #414042;
    color: #fff;
    padding: 12px 15px;
    position: relative;
  }
  .mobile-nav-toggle {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .mobile-nav-toggle .icon-nav,
  .mobile-nav-toggle .icon-nav:before {
      color: #fff;
      font-size: 16px;
  }

  .footer .shipping-types-wrapper {
      background-size: cover;
  }
  .header-selectors-wrapper:empty {
    display: none;
  }
  .header-left-mobile {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-right: auto;
    padding-left: 15px;
  }
  .header-left-mobile .user-dropdown a label {
    display: none;
  }
  .header-left-mobile .user-dropdown a::before {
    content: "\e978";
    font-family: "icomoon" !important;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .header-links .user-dropdown {
      display: none;
  }
  .header-upper .header-right .header-links-wrapper ul {
    justify-content: flex-end;
    gap: 15px;
  }
  .logo-store-address {
      display: none;
  }
  .header-upper .header-right {
    width: auto;
  }
  .header-logo {
    padding: 0;
  }
  .header-links > ul > li.mobile-search-trigger a::before {
    content: "\e923";
  }
  .header-links > ul > li.wishlist-item {
      display: none;
  }
  .store-search-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    margin: 0;
    padding: 20px;
    padding-top: 50px;
    animation: fade-in 0.3s;
    display: none;
  }
  .store-search-box.show {
      display: block;
  }
  .store-search-box form {
    position: relative;
  }
  .close-search {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: transparent;
    font-size: 28px;
    color: #fff;
  }

  .cart-quantity-wrapper .add-to-cart-button {
      font-size: 12px;
  }
  .mobile-account-dropdown {
      z-index: 9999 !important;
  }
}

@media (max-width: 991px) {
  #topcartlink {
    display: none;
  }

  .deals-steps {
    grid-template-columns: repeat(1, 1fr);
  }

  .deal-step {
      align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header-logo > .logo-store-address {
    max-width: 50%;
    text-align: right;
  }
  .header-logo .logo-store-address address .logo-store-name {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-box-tier-price {
    min-height: 75px;
  }
  .product-box-tier-price p {
    text-align: center;
  }
  .product-box-tier-price p::before {
      display: none;
  }
  .cart-quantity-wrapper .add-to-cart-button {
    padding-inline: 2px;
  }
  .opc .method-list,
  .opc .opc-select-address-container {
    grid-template-columns: repeat(1, 1fr);
  }
 
  .cart-quantity-wrapper .qty-wrapper {
      padding-inline: 0;
  }
  
  .footer-logo-bg .footer-logo-container {
    display: block;
    background: #fff;
    padding: 10px 15px;
  }
  .footer-logo-bg .footer-logo-container  .footer-logo {
    margin-bottom: 15px;
  }
  .follow-us {
      margin-block: 15px;
  }
  .follow-us > .title {
      display: none;
  }
  .dealoftheday-container .container {
    padding-right: 0;
  }
  .gallery .short-description {
      display: none;
  }
  .product-box-tier-price p {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .cart-quantity-wrapper .qty-wrapper .qty-input {
      width: 20px;
      margin: 0;
  }
  .cart-quantity-wrapper .qty-wrapper .btn-decrease, .cart-quantity-wrapper .qty-wrapper .btn-increase {
      width: 40px;
  }
  .side-2 .filter-title, .side-2 .title {
      font-size: 18px;
  }
  .side-2 label,
  .side-2 {
    font-size: 16px;
  }
  .side-2 ul li {
      margin-block: 10px;
  }
}

@media (min-width: 768px) {
  .close-search {
      display: none;
  }
  .search-box {
    max-width: 540px;
  }

  
  .product-essential {
    align-items: stretch;

  }
  .product-essential {
    margin-bottom: 20px;
  }
  .header-links > ul > li {
    margin-left: 22px;
  }

  .gallery .short-description {
      margin-block: 20px;
  }

/*blog details customizations*/
  .blog-header-content {
    flex-direction: row;
  }

  .blog-header-image {
    width: 30%;
    margin-left: 40px;
    float: right;
  }

  .blog-main-title {
    font-size: 2.25rem;
  }

  .blog-chardonnay-text {
    font-size: 3rem;
  }

  .blog-flavor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-content-wrapper::after{
      content: "";
      display: block;
      clear: both;
  }
  .blog-image-left {
    float: left;
    margin-right: 20px;
  }
  .blog-food-pairings-card .blog-section-text,
  .blog-pairing-item {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .header-menu-toggle {
      display: none;
  }
  .header-menu {
    background: #f6f6f6;
  }
  .header-left-mobile  {
      display: none;
  }
  .nav-menu a[href="/how-it-works"] {
    color: var(--secondary-color) !important;
  }
  .header-logo {
      max-width: 230px;
  }
  .header-links > ul > li a::before {
    color: var(--white);
  }
  .header-links > ul > li > a {
    color: var(--white);
  }
  .header-links > ul > li a label span.faded {
    color: var(--primary-color);
    font-weight: 500;
    opacity: 1;
  }
  .header-links > ul > li a label span {
    font-weight: 700;
    line-height: 1.2;
  }
  .sublist-wrap .image-container {
    display: block;
    position: relative;
  }
  .sublist-wrap .image-container img {
    width: 100%;
    height: auto;
  }
  .sublist-wrap  {
      text-align: left;
  }
  .category-top h1 {
      font-size: 70px;
  }
  
  /*one page checkout*/
  .html-checkout-page .checkout-order-summary {
      display: flex;
      justify-content: flex-start;
      gap: 15px;
      align-items: flex-start;
  }
  .html-checkout-page .checkout-order-summary > .checkout-data {
      width: 70%;
  }
  .html-checkout-page .checkout-order-summary .order-summary-section {
      width: 30%;
  }
  .opc .step {
      padding-inline: 15px;
  }
  .order-summary-content .common-buttons,
  .order-summary-content .table-wrapper {
    background: none;
  }
  .order-summary-content .common-buttons {
    text-align: left;
    padding-inline: 0;
  }
  .common-buttons button, .common-buttons a {
      background: var(--dark-grey);
      color: var(--white);
      border-radius: 3px;
  }
  .common-buttons button:hover, .common-buttons a:hover {
    background: var(--primary-color);
    color: var(--white);
  }

  .product-quantitytype-wrapper label > span {
      font-size: 14px;
  }
  .product-quantitytype-wrapper .productquantitytype-option input[type=radio] ~ label::after {
    left: 4px;
    background-size: 29px 31px;
  }

  /*blog details customizations*/
  .blog-main-title {
    font-size: 3rem;
  }

  .blog-chardonnay-text {
    font-size: 3.75rem;
  }
  .blog-chardonnay-container,
  .blog-header {
    max-width: 1000px;
    margin-inline: auto;
  }
  
}
.blog-container ol,
.blog-container ul {
  padding-left: 1.5rem;
}
.productquantitytype-option :hover {
  cursor: pointer;
}

.change-quantity-box .change-quantity-btn:hover {
  cursor: pointer;
}

.case-price .cmrx-cart-item-quantity,
.case-price .case-info .cmrx-cart-item-oldprice,
.mini-cart-cmrx-attributeinfo .cmrx-cart-item-case-quantity,
.mini-cart-cmrx-attributeinfo .cmrx-cart-item-oldprice {
  display: none;
}

.original-case-price .cmrx-cart-item-quantity,
.original-case-price .cmrx-cart-item-case-quantity,
.original-case-price .cmrx-cart-item-quantitytype {
  display: none;
}

#shopping-cart-form .vendor .vendor-name {
  color: var(--primary-color);
  font-weight: 700;
}

#shopping-cart-form .product .name {
  font-weight: 700;
}

/*product box deals carousel*/
.gop-overview {
    width: 100%;
}
.deals-count {
  background-color: var(--primary-black);
  padding: 4px 6px;
  padding-right: 20px;
  padding-left: 120px;
  position: relative;
  margin-inline: -10px;
  color: var(--white);
  text-align: right;
}
.deals-count .timer-wrapper {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 10px; 
  position: relative;
}
.deals-count .timer-wrapper .count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.deals-count .timer-wrapper .count span {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
}

.overview .deals-count {
  margin-inline: -15px;
}

.deals-ribbon {
  width: 160px;
  min-height: calc(100% + 24px);
  max-width: calc(100% - 145px);
  aspect-ratio: 44 / 17;
  background: url(../images/product-ribbon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -12px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 0.65vw, 16px);
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 12px;
}
.deals-ribbon strong {
  font-weight: 600;
  font-size: clamp(16px, 1.12vw, 20px);
}
.deals-count .timer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 30px;
  line-height: 1.1;
}

.deals-count .time {
  font-size: clamp(18px,1.25vw,24px);
  font-weight: 400; /* Bold font weight */
  line-height: 1;
  color: #e9ecef;
}

.deals-count .label {
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.deals-count .expired-message {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  display: none; 
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .deals-count {
    margin-inline: -5px;
    padding-right: 10px;
    padding-left: 84px;
    font-size: 12px;
  }
  .deals-count .timer-wrapper {
      gap: 6px;
  }
}


.product-info-container {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .product-info-container {
    gap: 3rem;
  }
}

.product-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-info-icon {
  height: 2.5rem;
  width: 2.5rem;
  background: url(../images/icon/target.svg) no-repeat center center;
  background-size: contain;
}
.case .product-info-icon {
  background-image: url(../images/icon/case.svg);
}

.product-info-label {
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.05em;
  margin: 0;
}

.product-info-value {
  font-size: 22px;
  font-weight: 400;
  color: #1f2937;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
.product-box-tier-price .product-info-item p {
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.product-box-tier-price .product-info-item .product-info-value {
  font-size: 22px;
}
/*grape deals product details ui*/
.product-collateral {
  display: flex;
  flex-direction: column;
}

.member-button {
  background-color: #DC2626;
  color: white;
  padding: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 28rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: none;
  cursor: pointer;
  margin-top: auto;
  margin-inline: auto;
}

  .member-button .member-button-text {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .member-button .member-button-icon {
    width: 2rem;
    height: 2rem;
  }


.deals-title, .count-title {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--black);
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.count-title {
  bottom: calc(100% + 8px);
}

.overview .price-widget {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  background-color: white;
  margin-block: 40px;
}

.price-widget .logo {
  width: 80px;
  height: auto;
}

.price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.original-price {
  color: #718096;
  text-decoration: line-through;
  text-decoration-color: var(--secondary-color);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 16px;
}

/* Container for the current price and unit */
.current-price-container {
  display: flex;
  align-items: center;
  border: 2px solid #ef4444;
  border-left: none;
  border-radius: 9999px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 2px 24px 2px 16px;
  margin-top: 4px;
}

/* Style for the current price */
.price-widget .current-price {
  font-size: 2rem; 
  font-weight: 600;
  color: var(--primary-black); 
}

/* Style for the 'Per Case' text */
.price-widget .price-unit {
  font-size: 1.5rem; 
  color: var(--primary-black); 
  margin-left: 12px;
}

.overview .gop-overview {
  margin-block: 60px 40px;
  clear: both;
}

.overview .deals-count {
  text-align: left;
  padding-left: calc(50% + 15px);
  margin-bottom: 15px;
}
.overview .deals-ribbon {
  width: 200px;
  left: 10px;
  max-height: 68px;
  top: -13px;
  left: auto;
  right: 50%;
}
.overview .deals-count .timer-wrapper {
  gap: 8px;
}
@media (min-width: 768px) {
  .overview .deals-count .timer-wrapper {
    gap: 15px;
  }
}
.overview .info-icon {
  height: 14px;
  width: 14px;
  object-fit: contain;
  vertical-align: middle;
  opacity: .8;
  margin-left: 4px;
}
@media (min-width: 1280px) {
  .home-page .carousel-category {
      max-width: 1000px;
  }
}

/*product details video button implementation*/
.product-essential .overview .event-buttons {
  display: flex;
  gap: 10px;
  float: right;
  margin-bottom: 30px;
}

.event-buttons img {
  width: clamp(65px, 4vw, 75px);
  aspect-ratio: 80/100;
  object-fit: contain;
  padding: 5px;
}
.event-buttons .hover-image {
    display: none;
}

.event-buttons a:hover {
    background: #f9f9f9;
}
.event-buttons a:hover .image {
    display: none;
}
.event-buttons a:hover .hover-image {
    display: block;
}