/* Component classes are independent of Drupal wrapper depth and generated IDs. */
/* Larger reading sizes shared by the static demo and Drupal theme. */
.product-info {
  padding-right: 0;
  padding-bottom: 45px;
}
.product-card .product-price {
  font-size: 20px;
}
.product-card .product-title {
  font-size: 17px;
}
.product-card .anchor-price {
  font-size: 14px;
}
.product-add {
  width: 36px;
  height: 36px;
}
.product-category {
  letter-spacing: 0.8px;
}
.cart-count {
  min-width: 22px;
  width: auto;
  height: 22px;
  padding-inline: 4px;
  font-size: 13px;
}
.handmade-seal small {
  font-size: 10px;
  letter-spacing: 0.4px;
}
.hero-feature small {
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.hero-actions {
  flex-wrap: wrap;
}
.category-select select,
.sort-select select,
.search-field input,
.commerce-form input,
.commerce-form select,
.contact-form input,
.contact-form textarea {
  font-size: 16px;
}
.contact-links a span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.product-pricing {
  display: grid;
  gap: 7px;
}
.anchor-price {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.anchor-price-line,
.anchor-date {
  display: block;
}
.anchor-price strong {
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
.anchor-status {
  display: block;
  width: fit-content;
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.commerce-view .detail-copy .product-pricing {
  gap: 8px;
  margin-bottom: 26px;
}
.commerce-view .detail-copy .product-pricing .product-price {
  margin: 0;
}
.detail-copy .anchor-price {
  font-size: 17px;
}
.detail-copy .anchor-status {
  display: inline;
  margin-left: 7px;
}
.cart-line-info .anchor-price {
  margin-bottom: 12px;
}
.summary-item .anchor-price {
  margin-top: 10px;
  font-size: 14px;
}
.catalog-price-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 15px;
  margin: 20px 0 16px;
  color: var(--muted);
}
.catalog-price-note a {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.price-catalog {
  padding: 0 0 85px;
  background: var(--white);
}
.price-catalog-panel {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 40px;
}
.price-catalog-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.price-catalog h2 {
  font-size: clamp(30px, 3vw, 38px);
  margin: 14px 0 20px;
}
.price-catalog p {
  font-size: 17px;
  line-height: 1.8;
}
.price-catalog-copy p:last-child {
  margin-bottom: 0;
}
.price-catalog-label {
  display: inline-block;
  color: var(--wine);
  border: 1px solid var(--line);
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
.price-download {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px;
}
.price-download-icon {
  color: var(--wine);
  font-size: 36px;
}
.price-download h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin: 12px 0;
}
.price-download .button {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  margin-top: 8px;
}
.price-download .price-publication {
  font-size: 15px;
  margin: 16px 0 0;
}
.price-archive {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 22px;
  font-size: 16px;
}
.price-archive summary {
  color: var(--ink);
  cursor: pointer;
}
.price-archive ul {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
}
.price-archive li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 10px;
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.price-archive .archive-note {
  font-size: 15px;
  margin: 14px 0 0;
}
@media (max-width: 767px) {
  .search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .search-row .search-field {
    grid-column: 1 / -1;
    max-width: none;
    border-bottom: 1px solid var(--line);
  }
  .search-row .sort-select {
    margin-left: 0;
    min-width: 0;
  }
  .search-row .sort-select select {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
  .search-row .search-field input {
    font-size: 16px;
  }
  .hero-actions .button,
  .hero-actions .text-link {
    font-size: 16px;
  }
  .price-catalog-panel .button {
    white-space: normal;
  }
  .price-catalog {
    padding-bottom: 50px;
  }
  .price-catalog-panel {
    padding: 23px 18px;
  }
  .price-catalog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .price-download {
    padding: 23px 19px;
  }
  .product-card .anchor-price {
    font-size: 14px;
  }
}
.button-filter {
  padding: 8px 15px;
  min-height: 36px;
  font-size: 14px;
  border-color: var(--line);
  gap: 11px;
  background: var(--paper);
}
.button-filter:hover {
  background: var(--sage);
}
.catalog-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.catalog-pager button {
  border: 1px solid transparent;
  background: transparent;
  width: 34px;
  height: 34px;
  font-size: 15px;
  border-radius: 50%;
  transition: background 0.2s;
}
.catalog-pager button[aria-current] {
  background: var(--wine);
  color: #fff;
}
.catalog-pager button:hover:not(:disabled) {
  border-color: var(--wine);
}
.catalog-pager button:disabled {
  opacity: 0.25;
  cursor: default;
}
.catalog-pager > span {
  font-size: 16px;
  color: var(--muted);
}
.commerce-breadcrumb {
  display: flex;
  gap: 13px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  font-size: 15px;
  color: var(--muted);
}
.commerce-breadcrumb a:hover {
  color: var(--wine);
  text-decoration: underline;
}
.commerce-breadcrumb > span:last-child {
  color: var(--ink);
}
.commerce-view {
  min-height: 60vh;
  padding-top: 44px;
}
.commerce-view .detail-grid {
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: start;
}
.commerce-view .detail-media {
  position: sticky;
  top: 122px;
}
.commerce-view .detail-image {
  height: 620px;
  min-height: 0;
  object-fit: contain;
  background: #eae5dd;
}
.detail-image-caption {
  font-size: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.commerce-view .detail-copy {
  padding: 12px 0 30px;
}
.commerce-view .detail-copy h2 {
  font-size: 41px;
  line-height: 1.17;
  margin: 14px 0 22px;
}
.commerce-view .detail-copy .product-price {
  font-size: 22px;
  margin-bottom: 24px;
}
.commerce-view .detail-description {
  max-height: none;
  font-size: 17px;
  line-height: 1.85;
  overflow: visible;
}
.commerce-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.commerce-form input,
.commerce-form select {
  width: 100%;
  border: 1px solid #cec4b7;
  background: var(--white);
  color: var(--ink);
  padding: 11px 13px;
  min-height: 45px;
  border-radius: 2px;
  font-size: 17px;
}
.commerce-form input:focus,
.commerce-form select:focus {
  border-color: var(--wine);
}
.commerce-form .optional {
  font-size: 14px;
  color: var(--muted);
}
.field-help {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}
.option-intro {
  font-family: var(--serif);
  font-size: 23px;
  color: var(--ink);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-bottom: 20px;
}
.product-option {
  margin-block: 18px;
}
.add-to-cart-row {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: 26px;
}
.add-to-cart-row > div {
  width: 85px;
  flex-shrink: 0;
}
.add-to-cart-row .button {
  margin: 0;
  min-height: 45px;
  flex: 1;
}
.product-help {
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 30px;
}
.product-help > i {
  font-size: 23px;
  color: var(--wine);
}
.product-help p {
  font-size: 15px;
  margin: 0;
}
.product-help a {
  color: var(--ink);
  font-weight: 500;
}
.product-added {
  background: var(--sage);
  padding: 15px;
  font-size: 16px;
  margin-top: 22px;
  line-height: 1.8;
}
.product-added > i {
  color: var(--wine);
  margin-right: 5px;
}
.product-added > a {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  text-decoration: underline;
}
.quote-notice {
  border: 1px solid var(--line);
  padding: 22px;
  margin-top: 24px;
}
.quote-notice p {
  font-size: 16px;
}
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 65px;
  align-items: start;
  margin-top: 40px;
}
.cart-table-header {
  display: grid;
  grid-template-columns: 1fr 85px 110px;
  gap: 25px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--muted);
}
.cart-table-header > span:last-child {
  text-align: right;
}
.cart-line {
  display: grid;
  grid-template-columns: 85px 1fr 85px 110px;
  gap: 20px 25px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line-photo img {
  width: 85px;
  height: 110px;
  object-fit: cover;
}
.cart-line-info h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 500;
}
.cart-line-info > p {
  font-size: 15px;
  margin-bottom: 9px;
}
.cart-options {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: var(--muted);
}
.cart-options > div {
  margin-bottom: 5px;
}
.cart-options dt {
  display: inline;
  font-weight: 500;
}
.cart-options dt:after {
  content: ": ";
}
.cart-options dd {
  display: inline;
  margin: 0;
  overflow-wrap: anywhere;
}
.cart-line-info .remove-item {
  padding: 6px 0;
  margin-top: 5px;
  font-size: 14px;
  text-decoration: underline;
}
.cart-line-quantity input {
  width: 75px;
  border: 1px solid var(--line);
  min-height: 38px;
  padding: 5px 10px;
  background: var(--white);
  font-size: 16px;
}
.cart-line-total {
  font-size: 17px;
  text-align: right;
  font-weight: 500;
  padding-top: 8px;
  white-space: nowrap;
}
.cart-update {
  margin-top: 23px;
  font-size: 15px;
  min-height: 43px;
}
.order-summary {
  background: #eeeae2;
  padding: 28px;
}
.order-summary h3 {
  font-family: var(--serif);
  font-size: 27px;
  margin-bottom: 24px;
}
.summary-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
}
.summary-item > span {
  min-width: 0;
}
.summary-item small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 5px;
}
.summary-item strong {
  white-space: nowrap;
  font-weight: 500;
}
.order-summary .cart-total {
  font-size: 18px;
  padding-top: 20px;
  border-top: 1px solid #c7bdaf;
  gap: 20px;
}
.order-summary .button {
  width: 100%;
  gap: 16px;
  margin-top: 22px;
  font-size: 15px;
}
.continue-shopping {
  display: table;
  margin: 20px auto 0;
  font-size: 14px;
}
.checkout-steps {
  display: flex;
  list-style: none;
  gap: 35px;
  padding: 22px 0;
  margin: 25px 0 38px;
  border-block: 1px solid var(--line);
  font-size: 16px;
  color: var(--muted);
}
.checkout-steps li.active {
  font-weight: 600;
  color: var(--wine);
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 85px;
  align-items: start;
  max-width: 1100px;
}
.commerce-form fieldset {
  margin: 0 0 32px;
  padding: 0 0 30px;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.commerce-form legend,
#checkout-review h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 22px;
  float: none;
}
.checkout-layout .commerce-form label {
  margin-top: 16px;
}
.form-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.checkout-notice {
  background: var(--sage);
  padding: 18px;
  display: flex;
  gap: 12px;
  font-size: 15px;
  line-height: 1.75;
  margin-block: 25px;
}
.checkout-notice > i {
  color: var(--wine);
  font-size: 18px;
  flex-shrink: 0;
}
.checkout-notice a {
  text-decoration: underline;
}
.review-address {
  padding-bottom: 15px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}
.review-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
.hero-photo > figcaption {
  left: auto;
  right: 25px;
  font-size: 20px;
}
.product-title > a:hover {
  color: var(--wine);
}
@media (max-width: 1199px) {
  .cart-layout {
    gap: 35px;
    grid-template-columns: 1fr 300px;
  }
  .cart-line {
    grid-template-columns: 65px 1fr 65px 85px;
    gap: 17px;
  }
  .cart-line-photo img {
    width: 65px;
    height: 90px;
  }
  .cart-line-quantity input {
    width: 60px;
  }
  .cart-table-header {
    grid-template-columns: 1fr 65px 85px;
    gap: 17px;
  }
  .commerce-view .detail-grid {
    gap: 45px;
  }
  .checkout-layout {
    gap: 50px;
    grid-template-columns: 1fr 300px;
  }
  .commerce-view .detail-copy h2 {
    font-size: 36px;
  }
  .commerce-view .detail-image {
    height: 560px;
  }
}
@media (max-width: 991px) {
  .cart-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .order-summary {
    max-width: 520px;
  }
  .cart-layout > .order-summary {
    margin-left: auto;
    width: 100%;
  }
  .checkout-layout {
    gap: 30px;
    grid-template-columns: 1fr 260px;
  }
  .checkout-layout > .order-summary {
    padding: 22px;
  }
  .commerce-view .detail-grid {
    gap: 32px;
  }
  .commerce-view .detail-image {
    height: 455px;
  }
  .commerce-view .detail-copy h2 {
    font-size: 31px;
  }
  .commerce-view .detail-media {
    top: 104px;
  }
  .commerce-form label {
    font-size: 15px;
  }
  .field-help {
    font-size: 14px;
  }
  .add-to-cart-row .button {
    font-size: 14px;
    padding-inline: 12px;
    gap: 9px;
  }
  .add-to-cart-row > div {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .button-filter {
    font-size: 14px;
    min-height: 32px;
    padding: 7px 10px;
    gap: 7px;
  }
  .button-filter > i {
    display: none;
  }
  .search-row {
    flex-wrap: wrap;
  }
  .search-field {
    min-width: 150px;
  }
  .sort-select {
    margin-left: auto;
  }
  .sort-select select {
    max-width: 108px;
  }
  .commerce-view {
    padding-top: 26px;
  }
  .commerce-breadcrumb {
    font-size: 14px;
    margin-bottom: 25px;
    gap: 8px;
  }
  .commerce-view .detail-grid {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .commerce-view .detail-media {
    position: static;
  }
  .commerce-view .detail-image {
    height: 375px;
    width: 100%;
  }
  .commerce-view .detail-copy {
    padding: 0 2px;
  }
  .commerce-view .detail-copy h2 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .commerce-view .detail-copy .eyebrow {
    font-size: 14px;
  }
  .commerce-view .detail-copy .product-price {
    font-size: 20px;
  }
  .commerce-view .detail-description {
    font-size: 16px;
  }
  .detail-image-caption {
    font-size: 14px;
    margin-bottom: 0;
  }
  .commerce-form label {
    font-size: 16px;
  }
  .commerce-form input,
  .commerce-form select {
    font-size: 17px;
  }
  .add-to-cart-row .button {
    font-size: 16px;
    padding-inline: 19px;
  }
  .add-to-cart-row > div {
    width: 75px;
  }
  .cart-layout {
    margin-top: 28px;
    gap: 28px;
  }
  .cart-table-header {
    display: none;
  }
  .cart-line {
    grid-template-columns: 67px 1fr 78px;
    gap: 13px;
    padding-block: 21px;
  }
  .cart-line-photo {
    grid-row: 1/3;
  }
  .cart-line-info {
    grid-column: 2/4;
  }
  .cart-line-quantity {
    grid-column: 2;
  }
  .cart-line-total {
    grid-column: 3;
    text-align: right;
    font-size: 16px;
    padding-top: 10px;
  }
  .cart-line-info h3 {
    font-size: 17px;
  }
  .cart-line-photo img {
    width: 67px;
    height: 93px;
  }
  .cart-options {
    font-size: 14px;
  }
  .cart-line-quantity input {
    width: 70px;
  }
  .cart-update {
    width: 100%;
    font-size: 15px;
  }
  .order-summary {
    padding: 25px;
    max-width: none;
  }
  .cart-layout > .order-summary {
    max-width: none;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .checkout-layout > .order-summary {
    grid-row: 1;
    max-width: none;
  }
  .checkout-steps {
    gap: 24px;
    font-size: 14px;
    padding-block: 17px;
    margin-block: 22px 28px;
  }
  .form-two-columns {
    gap: 15px;
  }
  .review-actions {
    gap: 12px;
  }
  .review-actions .button {
    font-size: 14px;
    padding-inline: 15px;
    flex: 1;
  }
  .checkout-notice {
    font-size: 14px;
  }
  .hero-photo > figcaption {
    right: 16px;
    bottom: 47px;
    font-size: 16px;
  }
  .catalog-pager {
    gap: 5px;
  }
  .catalog-pager button {
    width: 32px;
    height: 32px;
  }
  .commerce-view .detail-image-caption {
    display: none;
  }
}

.commerce-active .floating-contact {
  display: none;
}
@media (max-width: 767px) {
  .hero-photo > figcaption {
    display: none;
  }
}
