﻿/* ************************************************************ */
/* CLASSES: https://mudblazor.com/utilities/display#class-reference */
/* COLORS:  https://mudblazor.com/features/colors#material-colors-list-of-material-colors*/
/* ************************************************************ */
html {
  scroll-behavior: smooth;
  color: #d0a36a;
}
body {
  color: #d0a36a;
}
.primary-text-color {
  color: #d0a36a;
}
.primary-text-color-highlight {
  color: #ecb978;
}
.color-primary {
  color: #ecb978;
}
.logo-bottle {
  height: 50px;
}
.logo-text {
  color: #ecb978;
}
@media (max-width: 530px) {
  .logo-text {
    font-size: 18px;
  }
}
.pointer {
  cursor: pointer;
}
.custom-container-max-width {
  max-width: 100%;
  /* or any width you prefer */
}
.w-100 {
  max-width: 100%;
}
.carousel-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media (max-width: 600px) {
  .carousel-image {
    background-size: cover;
  }
}
.carousel-subimage {
  object-fit: contain;
  min-width: 60vw !important;
}
.mud-carousel-main {
  height: 600px;
}
@media (max-width: 600px) {
  .mud-carousel-main {
    height: 500px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .mud-carousel-main {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .free-shipping-image {
    height: 180px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .free-shipping-image {
    height: 180px;
  }
}
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
.playfair-display-400 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.transparent-bg {
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust color and transparency as needed */
  padding: 20px;
  border-radius: 5px;
  /* Optional: Adds rounded corners */
}
.outlined-image {
  border: 2px solid #33323e;
  /* White outline */
  border-radius: 8px;
  /* Optional: rounded corners */
}
#sectionOurStory {
  /*    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/bg/bg-orange.jpg');
    background-size: cover;*/
  padding: 50px;
  border-radius: 10px;
}
.toolbar {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #ecb978, /* Very light gold highlight */ #f4e542, /* Light gold */ #ffd700, /* Bright gold */ #d4af37, /* True gold */ #b8860b, /* Darker gold for shadow */ #d4af37, /* Return to true gold */ #ffd700, /* Bright gold */ #f4e542, /* Light gold */ #fff8dc /* Very light gold highlight */) 1;
}
/* This will put the little bars to the left and right of the title */
.word-bars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.word-bars::before {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to left, #ecb978, transparent);
  /* Fades out to the left */
  margin-right: 15px;
  /* Space between the line and the text */
  opacity: 0.5;
  /* Adjust opacity for subtle effect */
}
.word-bars::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #ecb978, transparent);
  /* Fades out to the right */
  margin-left: 15px;
  /* Space between the line and the text */
  opacity: 0.5;
  /* Adjust opacity for subtle effect */
}
.text-vertical-spacing {
  line-height: 30px;
}
.please-wait-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  /* Ensure it appears above other content */
}
.spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #343434;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
body.no-scroll {
  overflow: hidden;
}
.custom-badge {
  cursor: pointer;
  margin-top: 20px !important;
}
a {
  color: #d0a36a !important;
  /* Matches the Secondary color in your theme */
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
  /* Optional: underline on hover for better UX */
}
.mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
  border-color: #d0a36a !important;
  /* Yellow for active labels */
}
.mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
  color: #f4e542 !important;
  /* Yellow for active labels */
}
.text-spacing {
  margin-bottom: 24px;
}
.mud-icon-button-label {
  /* Hamburger menu*/
  color: #f4e542 !important;
}
.mud-popover-anchor-top-right {
  min-width: 160px;
}
/* I was working on this for mobile images */
@media (min-width: 601px) {
  .responsive-c1 {
    content: url('images/vintner-large.jpg');
  }
}
.carousel-size-desktop {
  display: none !important;
}
@media (min-width: 601px) {
  .carousel-size-desktop {
    display: flex !important;
  }
}
/*.carousel-size-pad {
    display: none !important;

    @media (min-width: 576px) and (max-width:767px) {
        display: flex !important;
    }
}*/
.carousel-size-mobile {
  display: none !important;
}
@media (max-width: 600px) {
  .carousel-size-mobile {
    display: flex !important;
  }
}
/* For the main popover for logged in menu? */
.mud-popover-open {
  min-width: 200px;
}
/* This is for the LOGIN button */
.custom-link {
  color: #ecb978;
  /* ENUM_Colors.TextLink */
}
.custom-link:hover {
  color: yellow;
  /* ENUM_Colors.LinkHover */
}
/* This is for the logged in menu to align the menu items */
.menu-item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Adjust the gap between icon and text */
  padding: 0;
  margin: 0;
}
.menu-item {
  padding-left: 8px !important;
  /* Adjust this value to ensure text alignment */
  margin-left: 0 !important;
}
.mud-menu-item > .mud-icon-root {
  color: inherit !important;
}
.mud-menu-item {
  color: #f9dda1 !important;
  text-decoration: none !important;
}
.mud-menu-item:hover {
  text-decoration: none !important;
}
/* ************************************************************ */
/* CLASSES: https://mudblazor.com/utilities/display#class-reference */
/* COLORS:  https://mudblazor.com/features/colors#material-colors-list-of-material-colors*/
/* ************************************************************ */