.elementor-374 .elementor-element.elementor-element-299f65fb{--display:flex;--min-height:40px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-374 .elementor-element.elementor-element-32e895df{--display:flex;}.elementor-374 .elementor-element.elementor-element-bd2b05e{--display:flex;}.elementor-374 .elementor-element.elementor-element-71f82f3f{--display:flex;}.elementor-374 .elementor-element.elementor-element-d37828c{z-index:9999;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-374 .elementor-element.elementor-element-299f65fb{--min-height:30px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//*
  SOSIE WINES — /collection-new/ page CSS
  Paste into: Appearance > Customize > Additional CSS

  Updated with sticky nav, intro blurbs, and scroll-to-top.
*/

/* ================================
   HIDE COMMERCE7 AUTO-GENERATED SLUG HEADINGS
   These show "sparkling-wines", "white-wines" etc.
   ================================ */
.c7-product-collection .c7-h2 {
  display: none !important;
}

/* ================================
   JUMP NAVIGATION — FIXED VIA JAVASCRIPT
   The JS in the bottom HTML widget handles toggling
   the .sosie-nav-fixed class. No CSS ID needed on
   the Elementor widget anymore.
   ================================ */
.sosie-jump-nav-wrapper.sosie-nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Placeholder keeps page from jumping when nav goes fixed */
.sosie-nav-placeholder {
  display: none;
}

.sosie-nav-placeholder.active {
  display: block;
}

.sosie-jump-nav {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem;
}

.sosie-jump-nav a {
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
  padding: 0.5rem 0;
  margin: 0 1.25rem;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.sosie-jump-nav a:hover,
.sosie-jump-nav a.active {
  color: #000;
  border-bottom-color: #000;
}

.sosie-jump-nav .sosie-jump-nav__divider {
  color: #ccc;
  margin: 0 0.25rem;
  font-size: 0.5rem;
  vertical-align: middle;
}

/* ================================
   SECTION HEADINGS
   (Applied via Elementor CSS Classes field)
   ================================ */

/* Main section headings — "Current Releases", "Library Wines" */
.sosie-section-heading .elementor-heading-title {
  font-family: inherit;
  font-size: 1.5rem !important;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.sosie-section-heading {
  margin-top: 2rem !important;
  margin-bottom: 0.25rem !important;
}

/* Subsection headings — "Sparkling Wines", "White Wines", "Red Wines" */
.sosie-subsection-heading .elementor-heading-title {
  font-family: inherit;
  font-size: 1.05rem !important;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: #888;
}

.sosie-subsection-heading {
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem !important;
  position: relative;
}

/* Subtle centre line under subsection headings */
.sosie-subsection-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #ccc;
  margin: 0.75rem auto 0;
}

/* ================================
   INTRO BLURBS
   ================================ */
.sosie-intro-blurb {
  text-align: center;
  max-width: 640px;
  margin: 0.75rem auto 1.5rem;
  padding: 0 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #777;
  font-style: italic;
}

/* ================================
   LIBRARY WINES DIVIDER
   ================================ */
.sosie-library-divider {
  max-width: 1100px;
  margin: 3.5rem auto 0 !important;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* ================================
   PRODUCT COLLECTION WIDGETS
   ================================ */

/* Constrain width and centre */
.c7-product-collection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Tighten up spacing between product cards */
.c7-product-collection .c7-product {
  margin-bottom: 1.5rem;
}

/* Centre product text */
.c7-product-collection .c7-product__title,
.c7-product-collection .c7-product__subtitle,
.c7-product-collection .c7-product__teaser {
  text-align: center;
}

/* Product titles */
.c7-product-collection .c7-product__title {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* ================================
   SCROLL TO TOP BUTTON — minimal chevron style
   ================================ */
.sosie-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d4c5a9;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease,
              border-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Thin chevron arrow drawn with CSS */
.sosie-scroll-top::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #6b5b47;
  border-right: 1.5px solid #6b5b47;
  transform: rotate(-45deg);
  margin-top: 3px;
  transition: border-color 0.2s ease;
}

.sosie-scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.sosie-scroll-top:hover {
  border-color: #6b5b47;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sosie-scroll-top:hover::before {
  border-color: #3d3228;
}

/* ================================
   OVERALL PAGE SPACING
   ================================ */
.bgWhite {
  padding-bottom: 2rem !important;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 768px) {
  .sosie-jump-nav {
    padding: 0.6rem 0.25rem;
    white-space: nowrap;
  }

  .sosie-jump-nav a {
    display: inline;
    margin: 0 0.4rem;
    font-size: 0.55rem;
    letter-spacing: 0.1em;
    padding: 0.3rem 0;
  }

  .sosie-jump-nav .sosie-jump-nav__divider {
    margin: 0 0.15rem;
    font-size: 0.35rem;
  }

  .sosie-section-heading .elementor-heading-title {
    font-size: 1.2rem !important;
  }

  .sosie-subsection-heading .elementor-heading-title {
    font-size: 0.9rem !important;
  }

  .sosie-scroll-top {
    bottom: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
  }

  .sosie-scroll-top::before {
    width: 8px;
    height: 8px;
  }
}

/* Extra small phones */
@media (max-width: 380px) {
  .sosie-jump-nav a {
    font-size: 0.5rem;
    margin: 0 0.25rem;
    letter-spacing: 0.06em;
  }

  .sosie-jump-nav .sosie-jump-nav__divider {
    display: none;
  }
}

/* ================================
   SMOOTH SCROLL
   ================================ */
html {
  scroll-behavior: smooth;
}/* End custom CSS */