/** Shopify CDN: Minification failed

Line 5107:20 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
  font-family: 'MADE';
  src:
    url('/cdn/shop/files/MADEAvenue-Regular.woff2?v=1773297446') format('woff2'),
    url('/cdn/shop/files/MADEAvenue-Regular.woff?v=1773297446') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font-family: "Lato", sans-serif; */

:root {
  --primaryFont: 'MADE', sans-serif !important;
  --secondaryFont: 'Lato', sans-serif !important;
  --primaryColor: #554a1d;
  --rgbPrimaryColor: 85, 74, 29;
  --secondaryColor: #9d9431;
  --rgbSecondaryColor: 157, 148, 49;
  --hoverColor: #ec8547;
  --offWhiteColor: #ede5c0;
  --offWhiteColor1: #fefbe8;
  --textColor: var(--primaryColor);
  --whiteColor: #fff;
  --blackColor: #000;
  --rgbWhiteColor: 255, 255, 255;
  --rgbBlackColor: 0, 0, 0;
  --global-color-image-loader-primary: transparent;
  --global-color-image-loader-secondary: transparent;
  --announcement-bar-height: 3.3rem;

  --padding-120: clamp(5rem, 8.57vw, 12rem);
  --padding-180: clamp(7rem, 12.85vw, 18rem);
  --padding-90: clamp(4rem, 6.42vw, 9rem);
  --padding-60: clamp(3rem, 4.28vw, 6rem);
}
*,
:after,
:before {
  box-sizing: border-box;
  letter-spacing: normal;
}
html {
  font-size: 62.5%;
  background-color: transparent;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
button,
.btn,
a,
input[type='submit'] {
  transition: all ease-in-out 0.3s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--primaryFont);
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 0 !important;
  margin-bottom: 2rem;
  color: currentColor;
}
h4,
.h4 {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
h3,
.h3 {
  font-size: calc(1.9 * 1.3rem);
}
h2,
.h2 {
  font-size: clamp(2.7rem, 2.03125vw, 3.9rem);
}
h1,
.h1 {
  font-size: clamp(2.7rem, 2.03125vw, 3.9rem);
}
body {
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 1.5;
  color: var(--textColor);
  font-size: clamp(1.5rem, 0.83333333333vw, 1.6rem);
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a,
.link {
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: var(--primaryColor);
}
a,
button,
input[type='submit'] {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0;
}

button,
button:hover,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='datetime'],
input[type='email'] {
  height: 56px;
  border: 1px solid var(--borderColor) !important;
  padding: 0 20px;
  padding-left: 2rem !important;
  line-height: 56px;
  color: var(--textColor);
  box-shadow: none;
  line-height: normal;
  transition: ease-in 0.3s;
  font-family: var(--primaryFont);
  font-weight: 400;
  background: transparent;
  font-size: 1.6rem;
  border-radius: 5px;
}
textarea {
  border: 1px solid var(--borderColor);
  border-radius: 6px;
  font-family: var(--primaryFont);
  font-weight: 400;
  background: transparent;
  font-size: 1.6rem;
  padding: 0 20px;
  resize: none;
  height: 120px;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  padding-top: 15px;
  color: var(--textColor);
}
input[type='text']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
textarea:focus {
  border-color: var(--primaryColor) !important;
}
input[type='checkbox'],
input[type='radio'] {
  box-shadow: none !important;
}
select,
select:hover,
select:focus,
textarea,
textarea:focus {
  box-shadow: none !important;
  outline: none;
  color: var(--textColor);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
select {
  font-family: var(--primaryFont);
  font-weight: 400;
  border: 1px solid var(--borderColor);
  height: 56px;
  line-height: 56px;
  width: 100%;
  padding: 0 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  font-size: 1.6rem;
  text-transform: capitalize !important;
  color: var(--textColor);
  padding-right: 28px !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px;
}
select:focus {
  border-color: var(--primaryColor);
  box-shadow: none !important;
}
select::-ms-expand {
  display: none;
}
.page-width {
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
@media (min-width: 576px) {
  :root {
    --page-width: 100% !important;
  }
  .page-width {
    max-width: var(--page-width) !important;
  }
}
@media (min-width: 768px) {
  :root {
    --page-width: 100% !important;
  }
  .page-width {
    max-width: var(--page-width) !important;
  }
}
@media (min-width: 992px) {
  :root {
    --page-width: 100% !important;
  }
  .page-width {
    max-width: var(--page-width) !important;
  }
}
@media (min-width: 1200px) {
  :root {
    --page-width: 100% !important;
  }
  .page-width {
    max-width: var(--page-width) !important;
  }
}
@media (min-width: 1567px) {
  :root {
    --page-width: 1493px !important;
  }
  .page-width {
    max-width: var(--page-width) !important;
  }
}
:is(.btn, .button) {
  font-size: calc(1.25 * 1.3rem);
  font-family: var(--primaryFont);
  font-weight: 400;
  background-color: var(--secondaryColor) !important;
  text-transform: capitalize;
  color: var(--whiteColor) !important;
  text-align: center;
  border-radius: 1.6rem 0 1.6rem 0;
  border: 1px solid var(--secondaryColor);
  padding: 0.8em 2.9em !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
:is(.btn, .button):is(:hover, :active, :focus) {
  opacity: 0.8;
}
:is(.btn, .button, button)::before,
:is(.btn, .button, button)::after {
  display: none;
}
.cart-remove-button {
  border: none;
  background-color: transparent;
}

.main-content {
  padding: 0 !important;
}
footer.site-footer {
  margin-top: 0 !important;
}
.site-footer__hr {
  display: none;
}
.shopify-section,
.index-section:first-child,
.index-section:last-child {
  padding: 3.3vmax 0;
}
#shopify-section-header,
#shopify-section-footer {
  padding: 0;
}
.site-nav__label {
  border-bottom: none !important;
}
.field::before,
.field::after {
  display: none !important;
}
:is(.vdo-wrap, .video-holder) {
  position: relative;
  line-height: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
:is(.vdo-wrap, .video-holder) > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.section-header.shopify-section-group-header-group {
  z-index: 9;
}
.header-wrapper header.header {
  max-width: 100% !important;
  padding: 1.4vw 4vw !important;
}
.header-wrapper header.header .header__submenu .header__menu-item {
  justify-content: center !important;
}
.header-wrapper header.header .header__submenu {
  background-color: rgba(var(--rgbWhiteColor), 0.2);
  left: 50%;
  transform: translateY(0) translateX(-50%) !important;
}
.header-wrapper header.header .header__submenu .header__menu-item {
  font-size: 1.5rem !important;
}
.header-wrapper header.header .header__submenu .header__menu-item .icon-caret {
  display: none;
}
.header-wrapper header.header .header__heading-link {
  padding: 0;
}
.section-header .header-wrapper {
  border: none;
}
.section-header.scrolled-past-header .header-wrapper {
  background-color: var(--offWhiteColor);
}
.index_banner_sec {
  padding-block: 0 !important;
}
:is(.page-template-index, .page-template-page-about-us, .page-template-cart) {
  background-color: var(--offWhiteColor);
}

/* Main Css */

/* Header Start */
.shopify-section-group-header-group.section-header {
  padding: 0;
}
header.header nav ul li :is(a, .header__menu-item) {
  color: var(--primaryColor);
  font-weight: 400;
  font-family: var(--primaryFont);
  text-transform: capitalize;
  padding: 0.1em 0;
  font-size: calc(1.3 * 1.3rem);
}
header.header nav ul li :is(a, .header__menu-item) .header__active-menu-item {
  color: currentColor;
  text-underline-offset: 0.4rem;
}
header.header nav ul li summary.header__menu-item {
  padding: 0;
  text-decoration: none !important;
}
header.header nav ul {
  gap: 1.6vw;
}
header.header .header__icons :is(.link) {
  padding: 0;
}
header.header .header__icons .header__icon--cart {
  margin-right: 0;
}
header.header .header__icons .svg-wrapper .icon {
  width: 2.1rem;
  height: 2.1rem;
}
header.header .header__icons .header__icon--cart .svg-wrapper .icon {
  width: 2.5rem;
  height: 2.5rem;
}
header.header .header__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2vw;
  padding-right: 0;
}
header.header .header__icons .header__icon,
header.header .header__icons .svg-wrapper {
  width: auto;
  height: auto;
}
header.header .header__icons :is(.list-social__link, .header__icon--cart) {
  color: var(--primaryColor);
}
header.header .header__icons .header__menu-item {
  font-size: clamp(1.3rem, 0.72916666666vw, 1.4rem);
  letter-spacing: 0.09em !important;
}
header.header .header__inline-menu {
  margin-left: 0;
}
.header-wrapper header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  background-color: var(--offWhiteColor);

}
.page-template-page-video .scrolled-past-header .header-wrapper header.header {
  background-color: var(--secondaryColor);
}
header.header .btn {
  letter-spacing: 1px;
  padding-block: 0.85em !important;
}
.header__menu-item .icon-caret {
  display: none;
}
/* ================== */
.header__icon--menu {
  width: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__icon--menu span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 1px;
  background: var(--primaryColor);
  transition: all 0.3s;
  position: relative;
}

.header__icon--menu span + span {
  margin-top: 0.35rem;
}

.header__icon--menu.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.header__icon--menu.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.header__icon--menu.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.header__icon--menu.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.header__icon--menu.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.header__icon--menu.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 0.45rem;
    transform: rotate(0);
  }
  100% {
    top: 0.45rem;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 0.45rem;
    transform: rotate(45deg);
  }
  50% {
    top: 0.45rem;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 0.45rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0.45rem;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 0.45rem;
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.45rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.menu-opening .header__icon--menu span {
  background: var(--offWhiteColor1);
}
.menu-opening .header__icon--menu {
  width: 3rem;
}
.menu-opening .header__icon--menu span {
  height: 2px;
}
.menu-opening .header__icon--menu span + span {
  margin-top: 0.25rem;
}
/* ================== */

/* Header End */

/* Banner Wrapper Start */
.index_banner_sec .index-banner-wrapper .image-wrap {
  position: relative;
  line-height: 0;
}
.index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content {
  max-width: 42rem;
  text-align: center;
}
.index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content .heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content .heading h2 {
  text-align: left;
  width: max-content;
  color: var(--offWhiteColor1);
  font-weight: 400;
}
.index_banner_sec .index-banner-wrapper .banner-scroll-btn .scroll-down-arrow img {
  width: 5.7rem;
  object-fit: contain;
  height: auto;
}
.banner-scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8vw;
  margin-inline: auto;
}
.index-banner-wrapper .bnr_mn_wrp .heading h2 {
  margin-bottom: clamp(3.2rem, 1.82291666667vw, 3.5rem);
}
.index-banner-wrapper .banner-btn-wrap .btn {
  text-transform: none;
}
.index-banner-wrapper .banner-btn-wrap :is(p, li, .btn) {
  line-height: normal;
}
.index-banner-wrapper .vdo-wrap {
  border-radius: 0 0 4.5vw 4.5vw;
}
/* Banner Wrapper End */

/* Banner Below Section Start */
.image-with-content-sec {
  padding-block: calc(43vmax / 10);
}
.inner-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --inner-flex-wrap-gap: clamp(9rem, 7.03125vw, 13.5rem);
  --inner-flex-wrap-count: 2;
  gap: var(--inner-flex-wrap-gap);
}
.inner-flex-wrap > * {
  flex: 0 0 auto;
  width: calc(100% / var(--inner-flex-wrap-count) - (var(--inner-flex-wrap-gap) - (var(--inner-flex-wrap-gap) / var(--inner-flex-wrap-count))));
}
.image-with-content-sec .left-inner-img {
  max-width: 54rem;
  border-radius: 3rem;
  overflow: hidden;
  line-height: 0;
  display: flex;
}
.image-with-content-sec .left-inner-img > * {
  width: 100%;
  object-fit: cover;
  /* aspect-ratio: 1 / 1.2; */
}
.right-inner-content .revmind__text {
  text-align: center;
  font-size: clamp(1.9rem, 1.25vw, 2.4rem);
  color: var(--primaryColor);
}
.right-inner-content .revmind__text > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.right-inner-content .sec_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-inner-content {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 3.64583333333vw, 7rem);
}
/* ---- */
.flowe-sec-wrap {
  padding: 0 0 calc(43vmax / 10);
  text-align: center;
}
.flower-section {
  text-align: center;
}
.flowe-sec-wrap .flower-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.5rem, 4.27083333333vw, 8.2rem);
  height: clamp(6.5rem, 4.27083333333vw, 8.2rem);
}

/* Banner Below Section End */

/* Press Start */
.press-wrapper {
  padding-block: 0;
}
.block-heading {
  color: var(--secondaryColor);
  margin-bottom: 0;
}
.press-wrapper .headin-wrap + .content-splide {
  padding-block: 2vmax;
}
.press-wrapper .content-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.press-wrapper .content-slide .content-text {
  font-size: clamp(1.6rem, 0.98958333333vw, 1.9rem);
  line-height: 1.3;
}
.press-wrapper .content-slide .content-btn {
  font-family: var(--secondaryFont);
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--secondaryColor);
  font-weight: 700;
  margin-top: 2.5rem;
}
.press-wrapper .page-width {
  max-width: 100% !important;
  padding-inline: 4vw !important;
}
.press-wrapper .content-text {
  max-width: 78%;
  margin-inline: auto;
}
.press-wrapper .splide__arrows .splide__arrow {
  position: relative;
  left: auto;
  right: auto;
}
.press-wrapper .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.press-wrapper .splide__arrows .slider-arrow {
  width: clamp(4.8rem, 3.125vw, 6rem);
  height: clamp(4.8rem, 3.125vw, 6rem);
  background-color: transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondaryColor);
  cursor: pointer;
}
.press-wrapper .splide__arrows .slider-arrow svg {
  width: clamp(2.2rem, 1.875vw, 3.6rem);
  height: clamp(2.2rem, 1.875vw, 3.6rem);
}
.press-wrapper .splide__arrows button {
  padding: 0;
  background-color: transparent;
  border: none;
}
/* Press End */

/* Promo Start */
.promo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(4rem, 3.64583333333vw, 7rem);
}
.promo-grid > * {
  flex: 0 0 auto;
  width: 25%;
  line-height: 0;
  overflow: hidden;
  border-radius: 3rem;
  display: flex;

  position: relative;
  overflow: hidden;
  padding-bottom: 31.11%;
}
.promo-grid > *:nth-child(2) {
  flex: 1;
  width: 100%;
}
.promo-grid > * img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/ 1.25;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-grid > *:nth-child(2) img {
  aspect-ratio: 1.285/ 1;
}
.gallery-wrapper {
  padding-bottom: 0;
}
/* Promo End */


.page-template-page-wines .product-grid .grid__item:first-child .card-wrapper  .card__heading{
    /* padding-top: 42px !important; */
    display: inline-block;
}


/* Text Image video Start */
.text-image-video-item {
  --grid-desktop-horizontal-spacing: 0px;
  --grid-desktop-vertical-spacing: 0px;
  --grid-mobile-horizontal-spacing: 0px;
  --grid-mobile-vertical-spacing: 0px;
}
.text-image-video-item .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text-image-video-item .text-block .sub-heading {
  text-transform: uppercase;
  color: var(--offWhiteColor1);
  margin-bottom: 2.6rem;
}
.text-image-video-item .text-block .block-heading {
  color: var(--offWhiteColor1);
  text-transform: capitalize;
  margin-bottom: clamp(4.3rem, 4.79166666667vw, 9.2rem);
}
.text-image-video-item .text-block .description p br {
  display: none;
}
.text-image-video-item .text-block .description {
  color: var(--offWhiteColor1);
  font-size: clamp(1.6rem, 0.98958333333vw, 1.9rem);
  margin-bottom: clamp(4rem, 5.67708333333vw, 10.9rem);
}
.text-image-video-item .text-block .text-block-inner {
  max-width: 66.4rem;
  margin-inline: auto clamp(3rem, 4.16666666667vw, 8rem);
}
.text-image-video-item .text-block .text-block-inner .btn-holder .btn {
  padding: 0.7em 2.85em !important;
}
.page-template-page-video .text-image-video-item .text-block .sub-heading {
  max-width: max-content;
  margin-inline: auto;
  padding-bottom: 0.4rem;
  background-size: 100% 4px;
  line-height: 1;
  padding-inline: 0.5rem;
  position: relative;
}

:is(.btn, .button).orange-button {
  background-color: var(--hoverColor) !important;
  border-color: var(--hoverColor) !important;
}
.text-image-video-item .video-holder {
  padding-bottom: 70%;
}
.text-image-video-block-holder > * {
  margin: 0;
}
.text-image-video-block-holder > *:nth-child(2n) {
  flex-direction: row-reverse;
}
.text-image-video-block-holder .image-holder {
  line-height: 0;
}
.text-image-video-block-holder .image-holder img {
  width: 100%;
  object-fit: cover;
}
.text-image-video-block-holder > *:nth-child(2n) .text-block-inner {
  margin-inline: clamp(3rem, 4.16666666667vw, 8rem) auto;
}
.text-image-video-block-holder .btn.white-button {
  background-color: var(--whiteColor) !important;
  border-color: var(--whiteColor) !important;
  color: var(--hoverColor) !important;
}
.text-image-video-block-holder .image-holder img {
  aspect-ratio: 1.5 / 1;
}
.text-image-video-block-holder > *:nth-child(2n) .text-block .block-heading {
  margin-bottom: clamp(6.3rem, 4.79166666667vw, 7.2rem);
}
.text-image-video-block-holder > *:nth-child(2n) .text-block .description {
  margin-bottom: clamp(7rem, 5.67708333333vw, 8.9rem);
}
.text-image-block-wrapper {
  padding-bottom: 0;
}

/* Text Image video End */

/* Instagram Holder Start */
.instagram-holder .page-width {
  display: flex;
  flex-wrap: wrap;
  --instagram-holder-gap: clamp(4rem, 3.64583333333vw, 7rem);
  gap: var(--instagram-holder-gap);
}
.instagram-holder .page-width .instagram-text {
  flex: 0 0 auto;
  width: calc(25% - var(--instagram-holder-gap) / 2);
}
.instagram-holder .page-width .instagram-image {
  flex: 0 0 auto;
  width: calc(75% - var(--instagram-holder-gap) / 2);
  --grid-desktop-horizontal-spacing: clamp(4rem, 3.64583333333vw, 7rem);
  --grid-desktop-vertical-spacing: clamp(4rem, 3.64583333333vw, 7rem);
  --grid-mobile-horizontal-spacing: 1.1rem;
  --grid-mobile-vertical-spacing: 1.1rem;
}
.instagram-image .instagram-image-item img {
  aspect-ratio: 1 / 1.35;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.page-template-page-about-us .instagram-image .instagram-image-item img {
  aspect-ratio: 1 / 1.21;
}
.instagram-image .instagram-image-item {
  border-radius: 3rem;
  overflow: hidden;
  line-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-bottom: 39%;
}
.instagram-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.instagram-text h2 {
  color: var(--secondaryColor);
  margin-bottom: clamp(3rem, 4.01041666667vw, 7.7rem);
}
.flower-image-holder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.5rem, 4.27083333333vw, 8.2rem);
  height: clamp(6.5rem, 4.27083333333vw, 8.2rem);
}
.instagram-text h3 {
  margin-bottom: clamp(3rem, 3.22916666667vw, 6.2rem);
}
.instagram-text h3 a {
  color: var(--secondaryColor);
}
.instagram-text h3 a:is(:hover, :focus) {
  color: var(--hoverColor);
}
/* Instagram Holder End */

/* Footer Start */
.shopify-section-group-footer-group {
  padding-top: 0;
}
footer.footer {
  background: url('texture.jpg');
  position: relative;
  padding-block: clamp(3rem, 2.08333333333vw, 4rem) 0;
  background-size: 100%;
  border: none;
}
footer.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--secondaryColor);
  opacity: 0.86;
  z-index: 0;
}
footer.footer .footer-block__details-content li a {
  font-size: clamp(2rem, 1.28645833333vw, 2.47rem);
  text-transform: capitalize;
  color: var(--offWhiteColor);
  padding: 0;
  text-decoration: none !important;
  letter-spacing: 0.02em;
}
footer.footer .footer-block__details-content li a:is(:hover, :focus) {
  color: var(--primaryColor);
}
footer.footer .footer-block {
  max-width: 100% !important;
}
footer.footer .footer-block__details-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: clamp(3rem, 2.08333333333vw, 4rem);
}
footer.footer .footer-block__details-content > * {
  margin: 0;
}
footer.footer .footer-block-image .footer-block__image-wrapper {
  margin-bottom: clamp(4.8rem, 3.22916666667vw, 6.2rem);
}
footer.footer .footer-block__newsletter {
  display: flex;
  flex-wrap: wrap;
  --footer-block__newsletter-gap: 1.6rem;
  --footer-block__newsletter-count: 2;
  gap: var(--footer-block__newsletter-gap);
  position: relative;
  max-width: 115rem;
  margin-inline: auto;
  padding-top: 1rem;
}
footer.footer .footer-block__newsletter .newsletter-left {
  margin-left: -15px;
}
footer.footer .footer-block__newsletter::before {
  content: '';
  width: clamp(10.8rem, 12.1875vw, 23.4rem);
  height: 1px;
  background-color: var(--whiteColor);
  position: absolute;
  left: 0;
  right: 0;
  /* top: calc(-1 * (clamp(12.7rem, 7.8125vw, 15rem) / 2)); */
  top: -4rem;
  margin-inline: auto;
}
footer.footer .footer-block__newsletter > * {
  flex: 0 0 auto;
  width: calc(100% / var(--footer-block__newsletter-count) - (var(--footer-block__newsletter-gap) - (var(--footer-block__newsletter-gap) / var(--footer-block__newsletter-count))));
}
footer.footer .footer__content-top {
  display: flex;
  flex-direction: column;
  gap: clamp(7rem, 6.25vw, 12rem);
  padding-bottom: clamp(6rem, 5.20833333333vw, 10rem);
}
footer.footer .newsletter-left .inline-richtext {
  color: var(--offWhiteColor1);
  margin-bottom: 2.6rem;
  font-size: clamp(2rem, 1.28645833333vw, 2.47rem);
  letter-spacing: 0.02em;
}
footer.footer .newsletter-left .newsletter__subheading * {
  color: var(--offWhiteColor1);
  font-size: 1.235rem;
}
footer.footer .newsletter-right button::before,
footer.footer .newsletter-right button::after {
  display: none;
}
footer.footer .newsletter-right button {
  min-width: auto;
  padding-block: 0 !important;
  min-height: 3.5rem;
  height: 3.5rem;
  font-size: clamp(1.5rem, 0.84635416666vw, 1.625rem);
  padding-inline: 2.6rem !important;
  background-color: var(--hoverColor) !important;
  border-color: var(--hoverColor) !important;
  color: var(--whiteColor) !important;
  flex: 0 0 auto;
  letter-spacing: 0;
}
footer.footer .newsletter-right .custom-field {
  display: flex;
}
footer.footer .newsletter-right .field {
  min-height: 3.5rem;
  border-bottom: 1px solid var(--secondaryColor) !important;
  padding-inline: 3rem !important;
  height: 3.5rem;
  color: var(--blackColor);
  border-radius: 0 !important;
  width: 100%;
  max-width: 234px;
}
footer.footer .newsletter-right .custom-field .field__label {
  padding-left: 3rem !important;
  left: 0 !important;
}
footer.footer .newsletter-right .field::-webkit-input-placeholder {
  color: #767035;
  opacity: 1;
}
footer.footer .newsletter-right .field::-moz-placeholder {
  color: #767035;
  opacity: 1;
}
footer.footer .newsletter-right .field:-ms-input-placeholder {
  color: #767035;
  opacity: 1;
}
footer.footer .newsletter-right .field:-moz-placeholder {
  color: #767035;
  opacity: 1;
}
footer.footer .newsletter-right {
  display: flex;
  align-items: flex-end;
  margin-left: -3rem;
}
footer.footer .footer__content-bottom {
  border: none;
  background-color: var(--primaryColor);
  position: relative;
  z-index: 1;
}
footer.footer .footer-block__newsletter .newsletter-form__message {
  font-size: calc(1.2 * 1.3rem);
  color: var(--offWhiteColor1);
  font-family: var(--secondaryFont);
}
.shopify-section-group-footer-group {
  padding: 0;
}
.footer__content-bottom {
  padding-top: 0 !important;
}
.footer__content-bottom .footer__content-bottom-wrapper:first-of-type {
  display: none;
}
.footer__content-bottom .footer__content-bottom-wrapper {
  padding-block: 1.5rem;
}
.footer-policy-menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer-policy-menu ul li {
  flex: 0 0 auto;
  display: inline-flex;
  position: relative;
}
.footer-policy-menu ul li:not(:last-child)::after {
  content: '|';
  color: var(--offWhiteColor1);
  margin-inline: 0.7rem;
  display: inline-flex;
}
.footer-policy-menu ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  color: var(--offWhiteColor1);
  line-height: 1;
}
.footer-policy-menu ul li a:is(:hover, :focus) {
  color: var(--secondaryColor);
}
footer.footer .footer__content-bottom .page-width {
  max-width: 100% !important;
  padding-inline: 4vw !important;
}
.newsletter-form__message {
  margin-top: 1rem !important;
  color: var(--primaryColor);
}

/* Footer End */

/* About US Page Start */
:is(
    .page-template-page-about-us,
    .page-template-page-video,
    .page-template-page-studio-talk,
    .page-template-page-mac-james,
    .page-template-page-aldis,
    .page-template-page-contact-us,
    .page-template-page-privacy-policy,
    .page-template-page-shipping-returns,
    .page-template-page-terms-of-service,
    .page-template-page-cookie-policy,
    .page-template-page-don-t-sell-share-info,
    .page-template-product,
    .page-template-cart
  )
  header.header
  .btn {
  background-color: var(--hoverColor) !important;
  color: var(--offWhiteColor1);
  border-color: var(--hoverColor) !important;
}
.index-banner-wrapper .image-wrap {
  border-radius: 0 0 4.5vw 4.5vw;
  overflow: hidden;
}
.about-us-holder .about-us-image {
  max-width: clamp(19.4rem, 17.65625vw, 33.9rem);
  line-height: 0;
}
.about-us-holder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.6rem, 2.60416666667vw, 5rem);
}
.about-us-wrapper {
  padding-top: 45px !important;
}

.page-template-page-about-us .index_banner_sec:first-of-type {
  padding-top: 80px !important;
}

.about-us-content {
  max-width: clamp(46.7rem, 50.5729166667vw, 97.1rem);
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 3.64583333333vw, 7rem);
}
.about-us-content .about-us-text {
  font-size: clamp(1.7rem, 0.98958333333vw, 1.9rem);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page-template-page-about-us .gallery-wrapper {
  padding-bottom: calc(24vmax / 10);
}
.page-template-page-about-us .flowe-sec-wrap {
  padding-block: calc(16vmax / 10);
}
.page-template-page-about-us .index_banner_sec ~ .index_banner_sec .index-banner-wrapper .image-wrap {
  border-radius: 0;
}
.page-template-page-about-us .instagram-text h3 a {
  color: currentColor;
}
.page-template-page-about-us .instagram-text h3 a:is(:hover, :focus) {
  color: var(--hoverColor);
}
.page-template-page-about-us .instagram-holder {
  padding-bottom: 3rem;
}

/* About US Page End */

/* Me & You Page Start */
.page-template-page-video {
  background-color: var(--secondaryColor);
}
.top-banner-sec {
  position: relative;
}
.top-banner-sec .top-banner-section {
  padding-top: 13.3vmax;
}
.top-banner-section .banner-scroll-btn {
  width: clamp(6rem, 3.90625vw, 7.5rem);
  height: clamp(6rem, 3.90625vw, 7.5rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
}
.top-banner-section {
  text-align: center;
  color: var(--offWhiteColor1);
}
.top-banner-section .header-inline {
  font-size: clamp(1.6rem, 0.94791666666vw, 1.82rem);
  margin-bottom: 2.6rem;
  letter-spacing: 0.02em;
}
.top-banner-section .header-richtext :is(h1, h2) {
  font-size: clamp(4rem, 2.70833333333vw, 5.2rem);
  margin-bottom: clamp(7rem, 5.20833333333vw, 8rem);
  line-height: 1;
  letter-spacing: 0.02em;
}
.top-banner-section .content-block {
  font-size: clamp(2rem, 1.28645833333vw, 2.47rem);
  color: var(--offWhiteColor1);
  /* max-width: clamp(52.7rem, 56.9791666667vw, 109.4rem); */
  max-width: 71.8%;
  margin-inline: auto;
  margin-bottom: clamp(4.2rem, 3.125vw, 6rem);
  line-height: 1.3;
}
.top-banner-section .image-block {
  width: clamp(7rem, 4.6875vw, 9rem);
  height: clamp(7rem, 4.6875vw, 9rem);
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-banner-section .image-block {
  margin-bottom: clamp(8.5rem, 5.20833333333vw, 10rem);
}
.top-banner-section .header-richtext h2 a {
  color: var(--offWhiteColor);
}
.top-banner-section .header-richtext h2 a:is(:hover, :focus) {
  color: var(--primaryColor);
}
.top-banner-section .header-4 .header-richtext {
  margin-bottom: clamp(5.2rem, 3.75vw, 7.2rem);
}
/* --- */
.custom-video-section .video-wrapper .video-thumbnail {
  display: flex;
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
}
.custom-video-section .video-wrapper .video-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.custom-video-section .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.custom-video-section .video-wrapper .custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-video-section .video-wrapper .video-toggle {
  width: clamp(4.4rem, 6.25vw, 12rem);
  height: clamp(4.4rem, 6.25vw, 12rem);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--rgbBlackColor), 0.7);
  border: none;
  padding: 0;
  opacity: 0.9;
}
.custom-video-section .video-wrapper .video-toggle span {
  line-height: 0;
}
.custom-video-section .video-wrapper .video-toggle:is(:hover, :focus) {
  background-color: rgba(var(--rgbBlackColor), 0.5);
  backdrop-filter: blur(1.5rem);
}
.video-toggle .pause-icon img {
  filter: brightness(0) invert(1);
}
.video-wrapper:is(:hover, :focus) .video-toggle {
  opacity: 1;
}
.video-toggle img {
  width: 4rem;
}
.video-with-content .text-image-video-item .text-block .block-heading {
  margin-bottom: 2.6rem;
}
.video-with-content .text-image-video-item .video-holder {
  padding-bottom: 56.25%;
}
.video-with-content .text-image-video-block-holder > *:nth-child(2n) .text-block .description {
  margin-bottom: clamp(7rem, 9.6875vw, 18.6rem);
}
.page-template-page-video .text-image-video-block-holder .text-image-video-item {
  padding-block: 3.3vmax;
  margin-block: 4rem;
}
.page-template-page-video .text-image-video-block-holder .text-image-video-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.video-with-content {
  padding-top: 0 !important;
}
.page-template-page-video .header-details.header-4 .header-richtext h2 {
  color: var(--offWhiteColor);
  font-size: calc(3 * 1.3rem);
}

/* SK */

.plain-image-section .image-wrapper {
  position: relative;
  padding-bottom: 29.6%;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.plain-image-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right 0 top 18.5%;
  position: absolute;
}
.plain-image-wrapper {
  padding-bottom: 0;
}
.page-template-page-video .top-banner-sec .header-richtext h1 {
  max-width: max-content;
  margin-inline: auto;
  padding-bottom: 0.2rem;
  padding-inline: 1rem;
  position: relative;
}
.heading-decoration {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  transform: scaleY(0.7);
}
.mask-rect {
  transform-origin: left;
  transform: scaleX(0);
  animation: reveal 0.7s ease forwards;
}

@keyframes reveal {
  to {
    transform: scaleX(1);
  }
}

/* Me & You Page End */

/* Studio Page Start */
.page-template-page-studio-talk {
  background-color: var(--offWhiteColor);
}
.page-template-page-studio-talk .top-banner-sec .header-1 .header-richtext h2 {
  max-width: max-content;
  margin-inline: auto;
  padding-bottom: 0.3rem;
  background-size: 100% 12px;
  padding-inline: 1rem;
  position: relative;
}
.page-template-page-studio-talk .top-banner-sec {
  background: url('studio-bg.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 4vw;
  position: relative;
}
.page-template-page-studio-talk .top-banner-sec::after {
  content: '';
  opacity: 0.15;
  position: absolute;
  inset: 0;
  background-color: var(--offWhiteColor);
  pointer-events: none;
}
.page-template-page-studio-talk .top-banner-section .header-inline,
.page-template-page-studio-talk .top-banner-section .content-block {
  color: var(--primaryColor);
}
.page-template-page-studio-talk .top-banner-section .header-richtext :is(h1, h2) {
  color: var(--secondaryColor);
  max-width: max-content;
  margin-inline: auto;
  position: relative;
}
.page-template-page-studio-talk .top-banner-sec .top-banner-section {
  padding-top: 6.6vmax;
  position: relative;
  z-index: 2;
}
.page-template-page-studio-talk .top-banner-section .header-inline {
  margin-bottom: 3rem;
}
.page-template-page-studio-talk .top-banner-section .content-block {
  max-width: clamp(52.7rem, 56.9791666667vw, 98rem);
}
.page-template-page-studio-talk .top-banner-section .content-block p {
  letter-spacing: 0.5px;
}
.page-template-page-studio-talk .top-banner-section .content-block p:not(:last-child) {
  margin-bottom: 3rem;
}
.page-template-page-studio-talk .top-banner-section .header-4 .header-inline {
  display: none;
}
.page-template-page-studio-talk .top-banner-section .image-block {
  width: clamp(6.5rem, 4.27083333333vw, 8.2rem);
  height: clamp(6.5rem, 4.27083333333vw, 8.2rem);
}
.page-template-page-studio-talk .top-banner-section .header-4 .header-richtext {
  margin-bottom: 0;
}
.page-template-page-studio-talk .top-banner-section .header-4 .header-richtext h2 {
  margin-bottom: 3rem;
}
.page-template-page-studio-talk .top-banner-sec {
  padding-top: var(--header-height);
}
.top-banner-section .inner-wrap-sec .top-menu-list {
  padding: 0;
  margin: 0 0 clamp(2.6rem, 2.08333333333vw, 4rem);
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2.5rem, 1.5625vw, 3rem);
}
.top-banner-section .inner-wrap-sec .top-menu-list a {
  font-size: clamp(1.7rem, 1.015625vw, 1.95rem);
  color: var(--primaryColor);
}
.top-banner-section .inner-wrap-sec .top-menu-list a:is(:hover, :focus) {
  color: var(--hoverColor);
}
/* ------ */
.card-slider-sec {
  padding-block: 2vmax 6.6vmax;
}
.card-slider-sec .page-width-full {
  padding-inline: 4vw;
}
.card-slider-sec .card-item {
  padding: 3rem;
  background-color: var(--offWhiteColor1);
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 3.6rem;
}
.card-slider-sec .card-item .card-img {
  display: flex;
  line-height: 0;
  position: relative;
  height: 0;
  padding-bottom: 75%;
  width: 100%;
}
.card-slider-sec .card-item .card-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* aspect-ratio: 1.3685/1; */
}
.card-slider-sec .card-item .card-content .card-title {
  font-size: clamp(3rem, 1.875vw, 3.6rem);
  color: var(--primaryColor);
  margin-bottom: 0;
}
.card-slider-sec .card-item .card-content .card-subheading {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
  font-weight: 700;
  font-family: var(--secondaryFont);
}
.card-slider-sec .card-item .card-content .btn-holder {
  margin-top: 3.8rem;
}
.card-slider-sec .card-item .card-content .btn-holder .btn {
  font-size: 1.3rem;
}
.card-slider-sec .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.card-slider-sec .splide__arrows > * {
  background-color: rgba(237, 229, 192, 0.7);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--secondaryColor);
  border: none;
}
.card-slider-sec .splide__arrows > *:is(:hover, :focus) {
  background-color: var(--offWhiteColor);
}
.card-slider-sec .splide__arrows > * svg {
  width: 3.6rem;
  height: 3.6rem;
}
.inner-banner-wrapper:has(.inner-block-wrap) {
  padding-block: 0;
}
.inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image {
  height: 0;
  line-height: 0;
  padding-bottom: 32.4%;
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(var(--rgbPrimaryColor), 0.15);
  z-index: 2;
}
.inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder {
  position: relative;
}
.inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 72%;
  left: 50%;
}
.inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap .block-heading {
  margin-bottom: clamp(4rem, 2.91666666667vw, 5.6rem);
  color: var(--offWhiteColor1);
  font-size: clamp(3rem, 2.03125vw, 3.9rem);
  letter-spacing: 0.8px;
}
.inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap .btn {
  font-size: calc(1.25 * 1.3rem);
  padding-block: 0.7em !important;
}

/* Studio Page End */

/* Studio Page Inner Start */
.two-image-sec {
  padding-top: var(--header-height);
}
:is(.page-template-page-mac-james, .page-template-page-aldis, .page-template-page-teyana) {
  background-color: var(--offWhiteColor1);
}
:is(.page-template-page-mac-james, .page-template-page-aldis, .page-template-page-teyana) .section-header .header-wrapper {
  background-color: var(--offWhiteColor);
}
:is(.page-template-page-mac-james, .page-template-page-aldis, .page-template-page-teyana) .section-header .header-wrapper header.header {
  background: url('header-decoration.jpg');
  background-size: 100%;
}
:is(.page-template-page-mac-james, .page-template-page-aldis, .page-template-page-teyana) .section-header .header-wrapper header.header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--offWhiteColor);
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
:is(.page-template-page-mac-james, .page-template-page-aldis, .page-template-page-teyana) .section-header.scrolled-past-header .header-wrapper header.header {
  background-image: none;
  background-color: var(--offWhiteColor);
}
.image-inner--wrapper {
  display: flex;
  height: 100%;
  /* max-height: calc((100vh - var(--header-height)) + 2.2rem); */
}
.image-inner--wrapper .image {
  line-height: 0;
  display: flex;
  position: relative;
  width: 100%;
}
.image-inner--wrapper .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.image-inner--wrapper > .image-block {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  aspect-ratio: 2/1.466;
}
.image-inner--wrapper > .image-block .inner-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  padding-inline: 0 calc(4vw + 2.5rem);
  padding-top: 1.5rem;
  text-align: center;
}
.image-inner--wrapper .image-block:first-child {
  width: 56.3%;
}
.image-inner--wrapper .image-block:last-child {
  width: 43.7%;
}
.image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
  text-transform: capitalize;
  font-size: clamp(5.2rem, 4.16666666667vw, 8rem);
}
.image-inner--wrapper > .image-block .inner-content-wrap :is(.header-richtext, .heading-controller :is(h1, h2)) {
  letter-spacing: 1px;
}
.image-inner--wrapper > .image-block .inner-content-wrap .header-richtext {
  max-width: max-content;
  margin-inline: auto;
  position: relative;
  padding-bottom: 0.1rem;
  background-size: 100% 4px;
  line-height: 1;
  padding-inline: 0.5rem;
}
.simple-text-section .content--wrap {
  text-align: center;
  font-size: calc(1.9 * 1.3rem);
  max-width: 66.57%;
  margin-inline: auto;
  line-height: 1.2;
}
.simple-text-section .content--wrap p {
  letter-spacing: 0.5px;
  line-height: 1.35;
}
.simple-text-wrapper .simple-text-section {
  padding-top: 4.4rem;
}
.simple-text-wrapper + .flowe-sec-wrap {
  padding-top: clamp(2rem, 10.4166666667vw, 18rem);
}
.simple-text-wrapper {
  padding-bottom: 0 !important;
}
.custom-split-section .split-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(10.7rem, 6.875vw, 13.2rem);
}
.custom-split-section .split-wrapper > * {
  flex: 0 0 auto;
}
.custom-split-section .split-wrapper .left-wrap {
  width: calc(41.5% - (clamp(10.7rem, 6.875vw, 13.2rem) / 2));
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 5.78125vw, 11rem);
}
.custom-split-section .split-wrapper .right-wrap {
  width: auto;
  flex: 1;
  max-width: 45.4%;
  margin-inline: auto;
}
.custom-split-section .split-wrapper .left-wrap .split-block img {
  width: 100%;
}
.custom-split-section .split-wrapper .right-wrap .question {
  font-size: clamp(2.1rem, 1.25vw, 2.4rem);
  margin-bottom: 2.6rem;
  letter-spacing: 0.5px;
  color: var(--primaryColor);
}
.custom-split-section .split-wrapper .right-wrap .answer {
  font-size: calc(1.2 * 1.3rem);
  font-family: var(--secondaryFont);
  letter-spacing: 0.3px;
}
.custom-split-section .split-wrapper .right-wrap .answer strong {
  font-weight: 700;
}
.custom-split-section .split-wrapper .right-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 3.80208333333vw, 7.3rem);
}
.page-template-page-mac-james .custom-split-section .split-wrapper .left-wrap .split-block.image-block-2 {
  margin-left: 2.7rem;
  margin-right: -2.7rem;
}
/* --- */
.plain-image-section.image-half-width {
  max-width: 63.9%;
  margin-inline: auto;
}
.plain-image-section.image-half-width .image-wrapper {
  padding-bottom: 0;
  height: auto;
}
.plain-image-section.image-half-width .image-wrapper img {
  object-fit: contain;
  position: relative;
}
/* --- */
.plain-image-wrapper + .flowe-sec-wrap {
  padding-top: clamp(11.3rem, 7.8125vw, 15rem);
}
.flowe-sec-wrap .heading a {
  margin-bottom: 2rem;
  color: var(--secondaryColor);
  letter-spacing: 1px;
}
.custom-split-section-wrapper ~ .flowe-sec-wrap .flower-image {
  margin-bottom: 2.4em;
}
/* --- */
:is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .image-block:first-child {
  width: 53.3%;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .image-block:last-child {
  width: 46.7%;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper > .image-block .inner-content-wrap {
  padding-inline: 0 calc(4vw + 8rem);
}
:is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
  font-size: clamp(5.2rem, 4.16666666667vw, 7.5rem);
}
:is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper > .image-block {
  aspect-ratio: 2/1.55;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .simple-text-wrapper + .flowe-sec-wrap {
  padding-top: clamp(2rem, 10.4166666667vw, 11.8rem);
}
:is(.page-template-page-aldis, .page-template-page-teyana) .custom-split-section .split-wrapper .left-wrap {
  width: calc(45.35% - (clamp(10.7rem, 6.875vw, 13.2rem) / 2));
}
:is(.page-template-page-aldis, .page-template-page-teyana) .custom-split-section .split-wrapper .right-wrap {
  max-width: 54.65%;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .custom-split-section .split-wrapper .right-wrap .split-block {
  max-width: 90.6%;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .custom-split-section .split-wrapper .left-wrap .image-block-1 {
  margin-inline: 1.6rem;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .custom-split-section .split-wrapper .left-wrap {
  gap: clamp(3rem, 7.08333333333vw, 13.6rem);
}
:is(.page-template-page-aldis) .custom-split-section-wrapper {
  padding-bottom: 6.6vmax;
}
:is(.page-template-page-aldis, .page-template-page-teyana) .custom-split-section-wrapper + .flowe-sec-wrap {
  padding-top: 3.3vmax;
}
/* --- */
.page-template-page-teyana .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
  font-size: clamp(4.8rem, 3.33333333333vw, 6.4rem);
}
.page-template-page-teyana .image-inner--wrapper > .image-block .inner-content-wrap {
  padding-top: 0;
}
.page-template-page-teyana .simple-text-wrapper + .flowe-sec-wrap {
  padding-top: clamp(2rem, 4.47916666667vw, 8.6rem);
}
.page-template-page-teyana .custom-split-section .split-wrapper .left-wrap .split-block img {
  max-width: 90.5%;
}
.page-template-page-teyana .custom-split-section .split-wrapper .left-wrap .split-block {
  text-align: right;
  margin: 0;
}
.page-template-page-teyana .custom-split-section .split-wrapper .right-wrap .split-block {
  max-width: 88.6%;
}
.page-template-page-aldis .custom-split-section .split-wrapper .right-wrap .split-block {
  max-width: 88.6%;
}
.custom-split-section .split-wrapper .left-wrap,
.custom-split-section .split-wrapper .right-wrap {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

/* Studio Page Inner End */

/* Contact Us Page Start */
.page-template-page-contact-us .image-wrap {
  max-height: calc(100vh + 2.2rem);
  display: flex;
}
.page-template-page-contact-us .image-wrap picture {
  display: flex;
}
.page-template-page-contact-us .image-wrap picture img {
  object-fit: cover;
  object-position: bottom;
}
.page-template-page-contact-us header.header nav ul li :is(a, .header__menu-item):not(.header__submenu a, .header__submenu .header__menu-item),
.page-template-page-contact-us header.header .header__icons :is(.list-social__link, .header__icon--cart) {
  color: var(--offWhiteColor);
}
.page-template-page-contact-us {
  background-color: var(--offWhiteColor);
}
.page-template-page-contact-us .scrolled-past-header .header-wrapper header.header {
  background-color: var(--secondaryColor);
}
.contact-wrapper {
  padding-top: clamp(7.7rem, 6.5625vw, 12.6rem);
}
.faq-image-inner .right-fq-left {
  line-height: 0;
  border-radius: 3rem;
  overflow: hidden;
}
.faq-image-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --inner-flex-wrap-gap: clamp(5.8rem, 3.75vw, 7.2rem);
  gap: var(--inner-flex-wrap-gap);
}
.faq-image-inner > * {
  flex: 0 0 auto;
}
.faq-image-inner .faq-right {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 37%;
}
.faq-image-inner .faq-left {
  flex: 1;
  max-width: 45.4%;
}
.faq-image-inner .faq-left .block-heading {
  text-align: center;
  margin-bottom: clamp(7rem, 4.6875vw, 9rem);
}
.faq-image-inner .faq-left .block-heading h2 {
  font-size: calc(4 * 1.3rem);
  margin-bottom: 0;
  line-height: 1;
}
.faqs {
  display: flex;
  flex-direction: column;
}
.faqs > * {
  border-top: 1px solid rgba(var(--rgbPrimaryColor), 0.2);
  padding-block: 3rem;
}
.faqs > *:last-child {
  border-bottom: 1px solid rgba(var(--rgbPrimaryColor), 0.2);
}
.faqs > .faq-question {
  margin-bottom: 0;
  position: relative;
}
.faqs .faq-question {
  margin-bottom: 0;
  font-size: calc(1.9 * 1.3rem);
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.faqs .faq-question .faq-question-text {
  flex: 1;
}
.faqs .faq-question .faq-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: all 0.3s ease;
  color: var(--primaryColor);
}
.faqs .faq-question.active .faq-icon {
  transform: rotate(180deg);
}
.faq-answer {
  font-size: calc(1.5 * 1.3rem);
  color: var(--hoverColor);
}
.faq-answer a {
  color: currentColor;
  transition: all 0.3s ease;
}
.faq-question.active {
  padding-bottom: 3rem;
}
.page-template-page-contact-us .gallery-wrapper {
  padding-bottom: 4vw;
  padding-top: 0;
}
.page-template-page-contact-us .contact-wrapper {
  padding-bottom: 4vw;
}
.page-template-page-contact-us .contact-wrapper .faq-main-wrap {
  padding-bottom: clamp(2.4rem, 2.08333333333vw, 4rem);
}

:is(.page-template-page-contact-us, .page-template-page-contact-plain, .page-template-page-shipping-returns) .join-the-conversation-wrapper {
  background-color: var(--primaryColor);
}
:is(.page-template-page-contact-us, .page-template-page-contact-plain, .page-template-page-shipping-returns) .join-the-conversation-wrapper h2 {
  color: var(--offWhiteColor1);
  margin-bottom: clamp(5rem, 4.01041666667vw, 5.7rem);
}
:is(.page-template-page-contact-us, .page-template-page-contact-plain, .page-template-page-shipping-returns) .instagram-text h3 {
  color: var(--offWhiteColor1);
  font-size: calc(1.9 * 1.3rem);
}
:is(.page-template-page-contact-us, .page-template-page-contact-plain, .page-template-page-shipping-returns) .instagram-text h3 a {
  color: var(--offWhiteColor);
}
:is(.page-template-page-contact-us, .page-template-page-contact-plain, .page-template-page-shipping-returns) .instagram-text h3 a:is(:hover, :focus) {
  color: var(--hoverColor);
}
.page-template-page-contact-us .contact-note-wrapper {
  padding-block: calc(1vmax / 10);
  background-color: var(--secondaryColor);
  text-align: center;
  min-height: clamp(2.6rem, 1.82291666667vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-contact-us .contact-note-wrapper .custom-html-content p {
  font-size: calc(0.95 * 1.3rem);
  color: var(--offWhiteColor1);
}
.page-template-page-contact-us .contact-note-wrapper a {
  color: var(--hoverColor);
}
.page-template-page-contact-us .contact-note-wrapper a:is(:hover, :focus) {
  color: var(--primaryColor);
}

/* ---- */
.information-wrapper {
  padding-block: 6.6vmax;
}
.information-wrapper .information-section {
  text-align: center;
}
.information-wrapper .information-section .info-block h2 {
  font-size: calc(4 * 1.3rem);
  letter-spacing: 0.5px;
  color: var(--secondaryColor);
}
.information-wrapper .information-section .info-text {
  font-size: calc(1.4 * 1.3rem);
}
.information-wrapper .information-section .info-text * {
  letter-spacing: 0.5px;
}
.information-wrapper .information-section .info-text a {
  color: var(--hoverColor);
}
.information-wrapper .information-section .info-text a:is(:hover, :focus) {
  color: var(--primaryColor);
}
.information-wrapper .information-section .page-width {
  display: flex;
  flex-direction: column;
}
.information-wrapper .information-section .page-width {
  display: flex;
  flex-direction: column;
  gap: clamp(8.5rem, 7.8125vw, 14.5rem);
}
.information-wrapper .information-section .info-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information-wrapper .information-section .info-text p {
  font-size: calc(1.4 * 1.3rem);
}
.information-wrapper .information-section .info-text p a {
  display: block;
}
.information-wrapper .information-section .info-text p br {
  display: none;
}

/* Contact Us Page End */

/* CMS Page Start */
:is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-terms-of-service, .page-template-page-privacy-policy, .page-template-page-cookie-policy, .page-template-page-shipping-returns, .page-template-product) {
  background-color: var(--offWhiteColor);
}
:is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-terms-of-service, .page-template-page-privacy-policy, .page-template-page-cookie-policy, .page-template-page-shipping-returns, .page-template-product) .content-for-layout {
  padding-top: var(--header-height);
}
:is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-terms-of-service, .page-template-page-privacy-policy, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .contact-note-wrapper {
  padding-block: 6.6vmax;
}
:is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-shipping-returns) .contact-note-wrapper {
  text-align: center;
}
:is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-terms-of-service, .page-template-page-privacy-policy, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content h1 {
  font-size: calc(4 * 1.3rem);
  color: var(--secondaryColor);
  letter-spacing: 1px;
}
.custom-html-content :is(p, li) {
  font-size: calc(1.5 * 1.3rem);
  letter-spacing: 0.5px;
}
.page-template-page-don-t-sell-share-info .custom-html-content :is(p, li) {
  max-width: 58%;
  margin-inline: auto;
}
.page-template-page-don-t-sell-share-info .custom-html-content p {
  display: block;
  margin-block: 1.3rem;
}
.page-template-page-don-t-sell-share-info .custom-html-content p:empty::before {
  content: '';
  display: inline-block;
}
/* --- */

:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content {
  margin-inline: auto;
  max-width: 74.8%;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content :is(h1, h2, h3, h4, h5, h6),
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content :is(h1, h2, h3, h4, h5, h6) * {
  letter-spacing: 0.02em;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy) .contact-note-wrapper {
  padding-top: 5.3vmax;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content :is(h1, h2, h3, h4, h5, h6) {
  margin-block: 2.6rem !important;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content :is(p, li),
.page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td {
  font-family: var(--secondaryFont);
  font-size: calc(1.2 * 1.3rem);
  margin-bottom: 1.3rem;
  letter-spacing: normal;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content p {
  display: block;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content p:empty::before {
  content: '';
  display: inline-block;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content p a {
  color: var(--hoverColor);
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content p a:is(:hover, :focus) {
  color: var(--primaryColor);
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy) .custom-html-content > *:first-child {
  margin-top: 0 !important;
}
:is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy) .custom-html-content p em:not(:has(strong)) {
  font-size: calc(1.5 * 1.3rem);
  font-family: var(--primaryFont);
  font-style: normal;
}
.page-template-page-privacy-policy .contact-note-wrapper,
.page-template-page-privacy-policy .contact-note-wrapper + .shopify-section {
  padding-bottom: 0;
}
.page-template-page-privacy-policy .contact-note-wrapper + .shopify-section,
.page-template-page-privacy-policy .contact-note-wrapper:not(:first-child) {
  padding-top: 0;
}
.page-template-page-privacy-policy .table-wrapper {
  margin-block: 4rem;
  margin-inline: auto;
  max-width: 74.8%;
}
.page-template-page-privacy-policy .table-wrapper {
  scrollbar-width: thin;
  scrollbar-color: var(--primaryColor) var(--whiteColor);
}
.page-template-page-privacy-policy .table-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.page-template-page-privacy-policy .table-wrapper::-webkit-scrollbar-track {
  background: var(--whiteColor);
}
.page-template-page-privacy-policy .table-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor);
}
.page-template-page-privacy-policy .table-wrapper .custom-table {
  border-collapse: collapse;
}
.page-template-page-privacy-policy .table-wrapper .custom-table thead th {
  position: sticky;
  top: var(--header-height);
  background-color: var(--offWhiteColor);
  color: var(--hoverColor);
  padding: 4.4rem 0.6em 0.6em;
  font-weight: 400;
  font-size: calc(1.4 * 1.3rem);
  text-align: left;
}
.page-template-page-privacy-policy .table-wrapper .custom-table thead th strong {
  font-weight: normal;
  display: flex;
  max-width: 87%;
}
.page-template-page-privacy-policy .table-wrapper .custom-table thead th:last-child strong {
  margin-left: auto;
}
.page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td {
  padding: 3em 0;
  border-bottom: 1px solid var(--primaryColor);
}
.page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td:first-child {
  font-size: calc(1.5 * 1.3rem);
  font-family: var(--primaryFont);
  width: 28%;
}
.page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td:first-child strong {
  font-weight: inherit;
  display: flex;
  max-width: clamp(174px, 12.1875vw, 234px);
}
.page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td p {
  max-width: 90%;
}
.page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td:last-child p {
  margin-left: auto;
}
.page-template-page-privacy-policy .contact-note-wrapper ~ .contact-note-wrapper {
  padding-bottom: 6.6vmax;
}
/* --- */

.page-template-page-shipping-returns .custom-html-content h1 {
  margin-bottom: clamp(5rem, 3.90625vw, 6.5rem) !important;
  margin-top: 0 !important;
}
.page-template-page-shipping-returns .custom-html-content {
  max-width: 83.2%;
}

/* CMS Page End */

/* PDP Page Start */

.product-wrapper > * {
  background-color: transparent;
}
.page-template-product .product-wrapper {
  padding-block: 3vw !important;
}
.page-template-product .product-wrapper .page-width {
  max-width: 100% !important;
  padding-inline: 4vw !important;
}
.page-template-product .product-wrapper .product {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  --product-gap: 3%;
  --product-count: 2;
  column-gap: var(--product-gap);
  row-gap: 2.2rem;
}
.page-template-product .product-wrapper .product > * {
  flex: 0 0 auto;
  /* width: calc(100% / var(--product-count) - (var(--product-gap) * (var(--product-count) - 1)) / var(--product-count)) !important; */
  max-width: 100% !important;
  padding: 0 !important;
  /* position: sticky;
  top: var(--header-height);
  z-index: 0; */
}
.page-template-product .product-wrapper .product > .product__info-wrapper {
  width: 46.9% !important;
}
.page-template-product .product-wrapper .product > .product__media-wrapper {
  flex: 1;
}
.page-template-product .product-wrapper .product .product__info-container {
  max-width: 100%;
}
.product .product__info-container .product__title h1 {
  font-size: calc(3.8 * 1.3rem);
  color: var(--secondaryColor);
  text-transform: capitalize;
}
.product .product__info-container :is(.out-off-stock, .in-stock) {
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  color: var(--primaryColor);
}
.product .product__info-container .price-item {
  font-size: calc(1.4 * 1.3rem);
  color: var(--primaryColor);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}
.product .product__info-container div {
  color: var(--primaryColor);
}
.product .product__info-container .product__description h3 {
  font-size: calc(1.9 * 1.3rem);
  line-height: 1.4;
}
.product .product__info-container .product__description :is(h4, p) {
  font-size: calc(1.4 * 1.3rem);
}
.product .product__info-container .variant-option {
  display: flex;
  flex-direction: row;
}
.product .product__info-container .variant-option .variant-option-title {
  font-size: calc(1.1 * 1.3rem);
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  text-transform: uppercase;
}
.product .product__info-container .price .price__container {
  margin-bottom: 0;
}
.product .product__info-container .product-form,
.product .product__info-container .product__description,
.product .product__info-container .icon-with-text {
  margin-block: 1.5rem;
}
.product .product__info-container .product__description h3 a {
  color: var(--primaryColor);
  transition: all 0.3s;
}
.product .product__info-container .product__description h3 a:is(:hover, :focus) {
  color: var(--hoverColor);
}
.product .product__info-container .product-form__input.product-form__input--pill {
  max-width: 100%;
  display: flex;
  align-items: center;
}
.product .product__info-container .product-form__buttons .product-form__submit::before,
.product .product__info-container .product-form__buttons .product-form__submit::after {
  display: none;
}
.product .product__info-container .product-form__input.product-form__input--pill .inner-input-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .product__info-container .product-form__input.product-form__input--pill .inner-input-wrap .form__label {
  color: var(--primaryColor);
  font-size: calc(1.1 * 1.3rem);
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  font-weight: 700;
}
.product .product__info-container .product-form__input--pill input[type='radio'] + label {
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
  color: var(--offWhiteColor1);
}
.product .product__info-container .product-form__input--pill input[type='radio']:checked + label {
  background-color: var(--hoverColor);
  border-color: var(--hoverColor);
  color: var(--offWhiteColor1);
}
/* .product .product__info-container .product-form__input input[type='radio'] {
  clip: unset;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
}
.product .product__info-container .product-form__input input[type='radio'] + label {
  background-color: transparent;
  margin: 0;
  border: none;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  letter-spacing: normal;
  font-size: calc(0.95 * 1.3rem);
}
.product .product__info-container .product-form__input input[type='radio'].disabled + label {
  color: var(--primaryColor);
  pointer-events: none;
} */
.product .product__info-container .product-form__input input[type='radio'].disabled,
.product .product__info-container .product-form__input input[type='radio'].disabled + label {
  pointer-events: none;
}
.product .product__info-container .product-form__input .variant-listwrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .product__info-container .product-form__buttons {
  max-width: 100%;
}
.product .product__info-container .product-form__buttons .product-form__submit {
  width: 100%;
}
.product .product__info-container .product-form {
  margin-top: 3rem;
}
.product .product__info-container .product-form .product-form__submit {
  min-height: 5.5rem;
  font-size: calc(1.25 * 1.3rem);
  background-color: var(--hoverColor) !important;
  border-color: var(--hoverColor) !important;
  color: var(--offWhiteColor1) !important;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  max-width: 69.1%;
}
.product .product__info-container .product-form .product-form__submit:disabled {
  opacity: 0.8;
}
.product .product__media-wrapper .splide__arrows .splide__arrow svg {
  display: none;
}
.product .product__media-wrapper #popup-slider .splide__arrows .splide__arrow svg {
  display: block;
}
.product .product__media-wrapper #popup-slider .splide__arrows .splide__arrow::after {
  display: none;
}
.product .product__media-wrapper .splide__arrows .splide__arrow {
  width: calc(1.5vw + 2rem);
  height: calc(1.5vw + 2rem);
  background-color: transparent;
  opacity: 1;
}
.product .product__media-wrapper .splide__arrows .splide__arrow::after {
  display: block;
  content: '';
  width: 1.5vw;
  height: 1.5vw;
  border-style: solid;
  border-color: var(--offWhiteColor);
  border-width: 1px 1px 0 0;
}
.product .product__media-wrapper .splide__arrows .splide__arrow.splide__arrow--prev::after {
  transform: rotate(225deg);
}
.product .product__media-wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 1.5vw;
}
.product .product__media-wrapper .splide__arrows .splide__arrow.splide__arrow--next::after {
  transform: rotate(45deg);
}
.product .product__media-wrapper .splide__arrows .splide__arrow.splide__arrow--next {
  right: 1.5vw;
}
.product .custom-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 5vh;
}
/* .page-template-product .product-wrapper {
  margin-bottom: 10vh;
} */
.product .custom-gallery .splide__slide {
  display: flex;
  border: none !important;
}
.product .custom-gallery .splide__slide img {
  display: flex;
  object-fit: cover;
  height: 100%;
}
/* .product .custom-gallery #thumbnail-slider .splide__slide.is-active {
  border: 2px solid var(--hoverColor) !important;
} */
.product .custom-gallery .zoom-container {
  display: flex;
  width: 100%;
}
.product .custom-gallery .zoom-container img {
  object-fit: cover;
  height: 100%;
}
.page-template-product .contact-wrapper {
  padding-top: calc(30vmax / 10);
  padding-bottom: 1.4vmax;
}
.page-template-product .faq-image-inner {
  align-items: flex-start;
}
.page-template-product .faq-image-inner .faqs > *,
.page-template-product .faq-image-inner .faqs > *:last-child {
  border-color: var(--primaryColor);
}
.page-template-product .faq-image-inner .faqs {
  width: 100%;
}
.page-template-product .faq-image-inner .faq-left {
  width: 58.3333%;
  max-width: none;
}
.page-template-product .faq-image-inner .faq-right {
  width: 33.3333%;
  max-width: none;
}
.page-template-product .faq-image-inner {
  --inner-flex-wrap-gap: 8.3333%;
}
.page-template-product .faq-image-inner .heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
}
.page-template-product .faq-image-inner .right-fq-left img {
  aspect-ratio: 1/1.155;
}
.page-template-product .faq-image-inner .faq-right {
  padding-inline: 1.7rem;
}
.inner-banner-wrapper .pdp-banner .common-banner-image {
  line-height: 0;
  height: 0;
  position: relative;
  padding-bottom: 70.55167388916016%;
  border-radius: 3rem;
  overflow: hidden;
}
.inner-banner-wrapper .pdp-banner .common-banner-image::after {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0;
  background-color: var(--secondaryColor);
  opacity: 0.1;
}
.inner-banner-wrapper .pdp-banner .common-banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner-wrapper .pdp-banner .page-width {
  position: relative;
}
.inner-banner-wrapper .pdp-banner .inner-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(5.2rem, 3.33333333333vw, 6.4rem);
}
.inner-banner-wrapper .pdp-banner .inner-content-wrap .block-heading {
  color: var(--offWhiteColor1);
  font-size: calc(4 * 1.3rem);
  text-transform: capitalize;
}
.page-template-product .inner-banner-wrapper {
  padding-bottom: 1.4vmax;
}
.page-template-product .product-card-sec .card-grid {
  display: flex;
  flex-wrap: wrap;
  --product-card-sec-gap: 3.4rem;
  --product-card-sec-count: 2;
  gap: var(--product-card-sec-gap);
}
.page-template-product .product-card-sec .card-grid > * {
  flex: 0 0 auto;
  width: calc(100% / var(--product-card-sec-count) - (var(--product-card-sec-gap) - (var(--product-card-sec-gap) / var(--product-card-sec-count))));
}
.page-template-product .product-card-sec .card-grid .card__image {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  line-height: 0;
}
.page-template-product .product-card-sec .card-grid .card__image::after {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0;
  background-color: var(--secondaryColor);
  opacity: 0.1;
}
.page-template-product .product-card-sec .card-grid .card__image img {
  width: 100%;
  object-fit: cover;
}
.page-template-product .product-card-sec .card-grid .card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(2.6rem, 2.70833333333vw, 5.2rem);
}
.page-template-product .product-card-sec .card-grid .card__item .card__content .card__title {
  margin-bottom: 1.5rem;
}
.page-template-product .product-card-sec .card-grid .card__item .card__content .card__subheading p {
  font-size: calc(1.4 * 1.3rem);
}
.page-template-product .product-card-sec .card-grid .card__item .card__content .card__button {
  margin-top: clamp(6rem, 4.16666666667vw, 8rem);
}
.page-template-product .product-card-sec {
  padding-bottom: clamp(4rem, 11.3541666667vw, 21.8rem);
}
.page-template-product .gallery-popup .close-popup {
  color: var(--primaryColor);
  opacity: 0.75;
  font-size: 2.65rem;
}
.page-template-product .gallery-popup .close-popup:is(:hover, :focus) {
  opacity: 1;
}
.page-template-product .gallery-popup {
  background-color: rgb(237, 229, 192, 0.9);
}
.page-template-product .gallery-popup .splide__arrows .splide__arrow::after {
  border-color: rgba(var(--rgbPrimaryColor), 0.75);
  width: 0.8vw;
  height: 0.8vw;
  border-width: 2px 2px 0 0;
}
.page-template-product .gallery-popup .splide__arrows .splide__arrow {
  width: calc(0.8vw + 1rem);
  height: calc(0.8vw + 1rem);
}
.page-template-product .faq-answer * {
  color: var(--primaryColor);
}
.page-template-product .faq-image-inner .right-fq-left {
  aspect-ratio: 1/1.1;
}
.page-template-product .faq-image-inner .right-fq-left img {
  object-fit: cover;
  width: 100%;
}

/* --- */

.inner-banner-wrapper.waitlist-sec {
  padding: 0;
}
.page-template-page-waitlist header.header nav ul li :is(a, .header__menu-item),
.page-template-page-waitlist header.header .header__icons :is(.list-social__link, .header__icon--cart) {
  color: var(--offWhiteColor);
}
.page-template-page-waitlist .waitlist-main-wrap .common-banner-image {
  line-height: 0;
  display: flex;
  position: relative;
}
.page-template-page-waitlist .waitlist-main-wrap .common-banner-image img {
  width: 100%;
  aspect-ratio: 3/1.3;
  min-height: 72vh;
  object-fit: cover;
}
.page-template-page-waitlist .waitlist-main-wrap .common-banner-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--primaryColor);
  opacity: 0.15;
}
.page-template-page-waitlist .waitlist-main-wrap {
  position: relative;
}
.page-template-page-waitlist .waitlist-main-wrap .page-width.inner-content-wrap {
  position: absolute;
  /* top: 50%; */
  top: 0;
  left: 0;
  right: 0;
  /* transform: translateY(-50%); */
  padding-top: var(--header-height);
}
.page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap {
  max-width: 62.25%;
  text-align: center;
  padding-top: calc(72vmax / 10);
}
.page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap .footer__newsletter {
  max-width: 100%;
  align-items: center;
}
.page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap .footer__newsletter .is-success {
  align-items: center;
  width: 100%;
  justify-content: center;
}
.page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap .footer__newsletter .is-success .newsletter-form__message {
  color: var(--offWhiteColor1);
  font-size: calc(1.2 * 1.3rem);
  font-family: var(--secondaryFont);
}
.waitlist-wrap .waitlist-heading {
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  padding-top: clamp(5.6rem, 4.6875vw, 8.6rem);
}
.waitlist-wrap .waitlist-heading,
.waitlist-wrap .waitlist-subheading p {
  color: var(--offWhiteColor1);
}
.waitlist-wrap .waitlist-subheading p {
  font-size: calc(1.5 * 1.3rem);
}
/* ---- */
.waitlist-wrap .newsletter-right button::before,
.waitlist-wrap .newsletter-right button::after {
  display: none;
}
.waitlist-wrap .newsletter-right button {
  min-width: auto;
  padding-block: 0 !important;
  min-height: 3.5rem;
  height: 3.5rem;
  font-size: clamp(1.5rem, 0.84635416666vw, 1.625rem);
  padding-inline: 2.6rem !important;
  background-color: var(--hoverColor) !important;
  border-color: var(--hoverColor) !important;
  color: var(--whiteColor) !important;
  flex: 0 0 auto;
  letter-spacing: 0;
}
.waitlist-wrap .newsletter-right .custom-field {
  display: flex;
}
.waitlist-wrap .newsletter-right .field {
  min-height: 3.5rem;
  border-bottom: 1px solid var(--secondaryColor) !important;
  padding-inline: 3rem !important;
  height: 3.5rem;
  color: var(--blackColor);
  border-radius: 0 !important;
  width: 100%;
  max-width: 234px;
}
.waitlist-wrap .newsletter-right .custom-field .field__label {
  padding-left: 3rem !important;
  left: 0 !important;
}
.waitlist-wrap .newsletter-right .custom-field {
  gap: 1rem;
}
.waitlist-wrap .newsletter-right .field::-webkit-input-placeholder {
  color: #7d6f58;
  opacity: 1;
}
.waitlist-wrap .newsletter-right .field::-moz-placeholder {
  color: #7d6f58;
  opacity: 1;
}
.waitlist-wrap .newsletter-right .field:-ms-input-placeholder {
  color: #7d6f58;
  opacity: 1;
}
.waitlist-wrap .newsletter-right .field:-moz-placeholder {
  color: #7d6f58;
  opacity: 1;
}
.waitlist-wrap .newsletter-right {
  display: flex;
  align-items: flex-end;
  margin-top: clamp(10rem, 6.77083333333vw, 13rem);
}
.page-template-page-waitlist .scrolled-past-header .header-wrapper header.header {
  background-color: var(--primaryColor);
}
.page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap .footer__newsletter .is-success {
  margin-top: 4.5rem;
}
footer.footer .footer-block__newsletter .newsletter-right:has(.newsletter-form__message) {
  align-items: flex-start;
}

/* PDP Page End */

/* Start menu-drawer css  */
.js .menu-drawer {
  height: calc(var(--viewport-height) - var(--header-bottom-position) - 100%) !important;
}
.menu-drawer__navigation {
  margin-block: auto 0;
  width: 100%;
}
header-drawer {
  margin-left: 0 !important;
}
.menu-drawer .menu-drawer__inner-submenu {
  background: var(--secondaryColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-drawer .menu-drawer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  /* height: 100%; */
  justify-content: center;
}
.menu-drawer .menu-drawer__menu > * {
  padding: 0 4vw;
}
.menu-drawer__inner-submenu .menu-drawer__close-button,
.menu-drawer .menu-drawer__menu .menu-drawer__menu-item:not(summary) {
  font-size: 8.5vmin;
  color: var(--whiteColor) !important;
  padding: 0;
  margin: 5vw;
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-transform: capitalize;
  font-family: var(--primaryFont);
  line-height: 1;
  background: none !important;
}
.menu-drawer .menu-drawer__menu summary.menu-drawer__menu-item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  position: relative;
}
.menu-drawer .menu-drawer__menu summary.menu-drawer__menu-item .svg-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-drawer__inner-submenu .menu-drawer__close-button {
  opacity: 0.5;
  background: transparent !important;
  margin: 5vw 11vw;
}
.menu-drawer__inner-submenu .menu-drawer__close-button svg {
  transform: rotate(180deg);
}
.menu-drawer .menu-drawer__menu-item > .svg-wrapper {
  position: static;
  transform: none;
  height: 0.7em;
  width: 0.7em;
  margin-left: 0.15em;
}
.menu-drawer .menu-drawer__close-button .svg-wrapper {
  height: 0.7em;
  width: 0.7em;
}
.menu-drawer .menu-drawer__menu-item > .svg-wrapper svg {
  width: 100% !important;
  height: 100% !important;
  transform: rotate(180deg);
}
.menu-drawer .list-social__link {
  margin: auto 20px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 6vw;
  flex-grow: 0;
  flex-shrink: 1;
  color: var(--whiteColor);
}
.menu-drawer .list-social__link .svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.menu-drawer .menu-item-shop.btn {
  background: #ec8547 !important;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 210px;
  margin: 4vw 6vw 6vw;
}
.menu-drawer .menu-drawer__utility-links {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
}
#shopify-section-age-checker-popup {
  padding: 0 !important;
}
.btn-field:has(.hide-btn) {
  display: none;
}

/* Popup */
.custom-popup {
  background-color: rgba(var(--rgbBlackColor), 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9;
  inset: 0;
  opacity: 0;
  padding-inline: 2rem;
  visibility: hidden;
  transition: all 0.4s ease;
}
.custom-popup.active {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  transform: scale(0.8) translateY(40px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  max-width: 62rem;
  max-height: 80vh;
  width: 100%;
}
.custom-popup.active .popup-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.custom-popup .popup-main {
  position: relative;
}
.img-wrap-popup {
  line-height: 0;
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  max-height: 44.6rem;
  position: absolute;
  inset: 0;
  aspect-ratio: 2/1.5;
  margin: auto;
}
.img-wrap-popup img {
  width: 100%;
  object-fit: cover;
}
.custom-popup .popup-main .popup-content-inner {
  position: relative;
  z-index: 2;
  margin: clamp(1rem, 2.60416666667vw, 5rem);
  padding: clamp(2rem, 2.08333333333vw, 4rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 1.5625vw, 3rem);
}
.custom-popup .popup-main .popup-content-inner h2 {
  color: var(--blackColor);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.1em;
  margin-bottom: 0;
}
.custom-popup .popup-main .popup-content-inner .popup-text {
  color: var(--blackColor);
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1.3rem;
}
.popup-buttons {
  gap: 2rem;
  display: flex;
  width: 100%;
}
.popup-buttons > * {
  flex: 1;
}
.popup-buttons :is(.btn-yes, .btn-no) {
  font-size: 1.6rem;
  text-transform: uppercase;
  border-radius: 0.7rem;
  font-weight: 700;
  padding: 1rem 2rem;
  letter-spacing: normal;
  min-height: 4.6rem;
}
.popup-buttons .btn-yes {
  border: none;
  background-color: var(--primaryColor);
  color: var(--offWhiteColor);
}
.popup-buttons .btn-no {
  background-color: transparent;
  border: 2px solid var(--primaryColor);
  color: var(--blackColor);
}
.custom-popup .error-msg {
  font-size: 1.4rem;
  font-weight: 300;
  margin-block: 1rem;
  color: var(--blackColor);
}
.hide-btn {
  display: none;
}
.product .custom-gallery .zoom-container {
  max-height: clamp(47rem, 60.78125vw, 116.7rem);
}

/* End menu-drawer css  */

#thumbnail-slider img {
  max-height: 6.7rem;
}
.active-scroll ~ * {
  opacity: 0;
}

/* Cart start */

.page-template-cart .content-for-layout {
  padding-top: var(--header-height);
}
.page-template-cart .content-for-layout cart-items,
#main-cart-footer {
  background-color: transparent;
}
.page-template-cart .title-wrapper-with-link .title {
  color: var(--secondaryColor);
}
.cart-item cart-remove-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item cart-remove-button :is(a, button) {
  color: var(--primaryColor);
}
.cart-item cart-remove-button :is(a, button):is(:hover, :focus) {
  color: var(--hoverColor);
}
.quantity .quantity__input {
  text-align: center;
  padding: 0 !important;
  width: 100%;
  flex: 1;
  height: 4.5rem;
  min-width: auto;
}
.quantity .quantity__button {
  padding: 0.5rem;
  min-width: auto;
  width: 3rem;
}
.quantity {
  width: calc(13rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.cart-item cart-remove-button :is(a, button) {
  min-width: auto;
  padding: 0.5rem;
}
.page-template-cart .title-wrapper-with-link .button {
  padding-inline: 1em !important;
}
.cart-drawer__empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: 100%;
}
.cart-drawer__empty-content > * {
  margin: 0 !important;
}
cart-drawer .drawer__inner {
  background-color: var(--offWhiteColor);
}
.drawer__header .drawer__heading {
  color: var(--primaryColor);
}
/* ======= */
.wine-bnr .page-width {
  display: flex;
  justify-content: center;
}
.wine-bnr .main-content {
  max-width: 73rem !important;
}
.wine-bnr .main-content h2 {
  margin-bottom: clamp(1.5rem, 2.14vw, 3rem) !important;
  font-size: clamp(40px, 6.28vw, 88px) !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: capitalize;
  line-height: 1;
}
.wine-bnr .plain-text {
  font-size: clamp(20px, 2.28vw, 32px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  font-family: var(--secondaryFont);
  text-align: center;
}
.wine-bnr .plain-content p {
    font-size: clamp(20px, 2.28vw, 18px);
    font-weight: 400;
    color: #fff;
    line-height: 1;
    font-family: var(--secondaryFont);
    text-align: center;
}
.wine-bnr .bnr-newsletter .newsletter-form {
  max-width: 100%;
  margin-top: 3rem;
}
.wine-bnr .bnr-newsletter .newsletter-form__field-wrapper {
  max-width: 100%;
}

.wine-bnr .bnr-newsletter .newsletter-form__field-wrapper .field__input {
  padding: 10px 160px 10px 35px !important;
  border: 1px solid #fff !important;
  height: 5rem;
  font-size: 14px;
  font-weight: 400;
  color: #ffffffbf;
  font-family: var(--secondaryFont);
  border-radius: 16px 0 16px 0;
}
.wine-bnr .bnr-newsletter .newsletter-form__button {
  width: 157px;
  right: 0;
  background-color: #fff !important;
  color: #ec8547;
  text-align: center;
  border-radius: 16px 0;
  font-size: 22px;
  font-family: var(--primaryFont);
}
.wine-bnr .bnr-newsletter .newsletter-form__field-wrapper .field__label {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffbf;
  top: 1.5rem;
  left: 3.5rem;
  letter-spacing: 0;
  font-family: var(--secondaryFont);
}
@media (min-width: 768px) {
  .wine-bnr .image-wrap .banner-scroll-btn {
    bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .wine-bnr .banner-scroll-btn {
    bottom: 400px !important;
  }
}
.banner-scroll-btn img {
  width: 5.7rem;
}

.wine-bnr .bnr-newsletter .newsletter-form__field-wrapper:has(.field__input:not(:placeholder-shown)) .field__label {
  display: none;
}

.wine-bnr .vdo-wrap {
  padding-bottom: 70.25% !important;
  border-radius: 0 0 3vw 3vw;
}
.wine-bnr .index-banner-wrapper .image-wrap {
  border-radius: 0 0 3vw 3vw;
  overflow: hidden;
}

.page-template-page-wines {
  background-color: #f2ebd2;
}
.wine-richtext .rich-text {
  background-color: transparent;
}
.wine-richtext {
  padding-block: var(--padding-120) var(--padding-60);
}

.page-template-page-wines #wn-richtext {
  scroll-margin-top: -300px;
}
.wine-richtext .rich-text.content-container {
  padding: 0;
}
.wine-richtext .common-green-heading {
  max-width: 500px;
  margin-inline: auto;
  margin-top: clamp(2.5rem, 3.21vw, 4.5rem) !important;
}
.wine-richtext .icon-img img {
  width: 8.6rem;
}
.wine-slide .vineyard-slide-text,
.wine-richtext .rich-text__text,
.page-template-page-wines .image-with-text__text:not(.orange-common-subheading) {
  font-size: clamp(1.5rem, 1.28vw, 1.8rem);
  color: #554a1d;
  line-height: 160%;
  font-family: var(--secondaryFont);
  max-width: 718px;
  margin-inline: auto;
}

.common-green-heading {
  font-size: clamp(2.8rem, 4vw, 5.6rem) !important;
  font-weight: 400 !important;
  color: #9d9431 !important;
  letter-spacing: 0.01em !important;
  line-height: 100% !important;
}
.common-green-heading strong {
  font-weight: 400;
  color: #ec8547;
}
.orange-common-subheading {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  font-family: var(--secondaryFont) !important;
  color: #ec8547 !important;
  letter-spacing: 0 !important;
}

.w-img-text {
  padding-block: 0 var(--padding-60);
}
.w-img-text .gradient {
  padding: 0;
  background-color: transparent;
}
.w-img-text .image-with-text__grid .image-with-text__text-item.grid__item {
  background-color: #ede5c0;
}
.w-img-text .wrapper {
  max-width: 45rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.w-img-text .image-with-text__media {
  border: none;
  background: transparent !important;
}
.w-img-text .content-container:after {
  display: none;
}
.w-img-text .wrapper .common-green-heading {
  margin-block: 1.7rem 2.5rem !important;
}
.w-img-text .wrapper .button {
  background-color: #ec8547 !important;
  border-color: #ec8547 !important;
  transition: all 0.3s ease !important;
}

.wine-slide {
  padding-block: var(--padding-90) var(--padding-60);
}

.wine-slide .vineyard-slider-section {
  background: transparent;
  padding: 0;
}
.wine-slide .vineyard-slide {
  gap: 50px;
}
.wine-slide .vineyard-slider-wrapper {
  padding-inline: 7.5rem !important;
}
.wine-slide .custom-arrow {
  width: auto;
}
.wine-slide .custom-prev {
  left: -1rem !important;
}
.wine-slide .custom-next {
  right: -1rem !important;
}
.wine-slide .vineyard-slider-wrapper .splide__arrow svg {
  fill: #ec8547;
  width: 4rem !important;
  height: 4rem !important;
  transition: all 0.3s ease;
}
.wine-slide .vineyard-slider-wrapper .splide__arrow svg:hover {
  fill: #ec85474d;
}
.wine-slide .vineyard-progress {
  max-width: 100%;
  height: 1px;
  background: #ec8547;
  margin-top: 25px;
}
.wine-slide .vineyard-progress-bar {
  display: block !important;
  height: 0.5rem !important;
  margin-bottom: -0.5rem;
}
.wine-slide .orange-common-subheading {
  margin: 0 0 0.5rem;
}

.w-ftr-clctn {
  padding: 0;
}
.w-ftr-clctn .gradient {
  background-color: transparent;
}
.w-ftr-clctn .collection {
  padding-block: var(--padding-60) var(--padding-120);
}
.w-ftr-clctn .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  margin-top: clamp(2rem, 2.87vw, 4rem);
}
.w-ftr-clctn .product-grid .grid__item {
  width: 100%;
  max-width: 100%;
}

.w-ftr-clctn .grid__item .card-wrapper {
  border-radius: 1.6rem;
  border: 1px solid #9d943180;
  padding: 2.4rem;
}
.w-ftr-clctn .grid__item .card-wrapper .card__badge {
  display: none;
}
.w-ftr-clctn .card:not(.ratio) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.w-ftr-clctn .card__heading a:after {
  display: none;
}
.w-ftr-clctn .card--standard .card__inner {
  border-radius: 1.6rem;
  overflow: hidden;
}
.w-ftr-clctn .card:not(.ratio) > .card__content {
  padding-right: clamp(1rem, 2.71vw, 3.8rem);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.w-ftr-clctn .card__information {
  order: 1;
  padding-block: 2.4rem;
}
.w-ftr-clctn .quick-add {
  order: 2;
  margin-top: 1rem;
  width: fit-content;
  margin-inline: auto;
}
.w-ftr-clctn .release-text {
  order: 3;
  margin-top: auto;
  padding-bottom: 1rem;
}
.w-ftr-clctn .card__information .product-sub-title {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  font-family: var(--secondaryFont) !important;
  color: #ec8547 !important;
  letter-spacing: 0 !important;
}
.w-ftr-clctn .card__information .card__heading {
  margin-top: 2rem !important;
}
.w-ftr-clctn .card__information .card__heading,
.w-ftr-clctn .card__information .card__heading a {
  font-size: clamp(2rem, 2.28vw, 3.2rem);
  color: #554a1d;
  letter-spacing: 0.01em;
  text-decoration: none !important;
}
.w-ftr-clctn .product-small-text {
  font-size: clamp(1.5rem, 1.28vw, 1.8rem);
  color: #554a1d;
  font-weight: 400;
  font-family: var(--secondaryFont);
}
.w-ftr-clctn .release-text .metafield-rich_text_field p,
.w-ftr-clctn .release-text .metafield-rich_text_field a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #554a1d;
}
.w-ftr-clctn .release-text .metafield-rich_text_field a {
  text-decoration: underline;
  font-family: var(--secondaryFont);
  text-underline-offset: 1rem;
}
.vineyard-slider-section .splide__track {
  padding-bottom: 10px;
}

/* Responsive Start */

@media (min-width: 768px) {
  .page-template-page-don-t-sell-share-info .custom-html-content {
    padding-bottom: clamp(8.4rem, 7.13541666667vw, 13.7rem);
  }
  .desktop-hide {
    display: none;
  }
  .menu-drawer__inner-submenu .menu-drawer__close-button,
  .menu-drawer .menu-drawer__menu .menu-drawer__menu-item:not(summary) {
    font-size: 6vmin;
    display: flex;
    width: calc(100% - (5vw * 2));
    align-items: center;
    justify-content: space-between;
  }
  .menu-drawer .menu-drawer__menu > * {
    width: 100%;
  }
  .video-with-content .text-image-video-item .btn-holder.mb-shwo {
    display: none;
  }
  .custom-split-section .split-wrapper .right-wrap .image-block {
    display: none;
  }
  .menu-drawer__inner-submenu .menu-drawer__close-button {
    width: auto;
  }
}
@media screen and (min-width: 576px) {
  .menu-drawer__inner-submenu .menu-drawer__close-button,
  .menu-drawer .menu-drawer__menu .menu-drawer__menu-item {
    font-size: 6vmin;
  }
}
@media (min-width: 1567px) {
  .image-with-content .inner-flex-wrap {
    padding-inline: 4em;
  }
  .page-template-page-studio-talk .top-banner-section .content-block {
    margin-bottom: clamp(4.2rem, 6.90104166667vw, 13.25rem);
  }
  .information-wrapper .information-section {
    padding-bottom: 5rem;
  }
}
@media (max-width: 1700px) {
  .page-template-page-contact-us .image-wrap {
    max-height: calc(100vh + 7rem);
  }
}
@media (max-width: 1566px) {
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp {
    top: 49%;
  }
  .text-image-video-block-holder .image-holder img {
    aspect-ratio: 1.1 / 1;
  }
  .text-image-video-item .video-holder {
    padding-bottom: 90%;
  }
  .text-image-video-item .text-block .text-block-inner {
    margin-inline: clamp(3rem, 4.16666666667vw, 8rem) clamp(3rem, 4.16666666667vw, 8rem);
  }
  .page-width {
    padding-inline: 4vw !important;
  }
  .simple-text-wrapper + .flowe-sec-wrap {
    padding-top: 3.3vmax;
  }
  .plain-image-section.image-half-width {
    max-width: 77.2%;
  }
  .page-template-page-mac-james .custom-split-section .split-wrapper .left-wrap .split-block.image-block-2 {
    margin-left: 0;
    margin-right: -4rem;
  }
  .page-width {
    padding-inline: 4vw !important;
  }
  .page-template-page-contact-us .image-wrap {
    max-height: none;
    height: 0;
    padding-bottom: 54.3%;
    position: relative;
  }
  .page-template-page-contact-us .image-wrap picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .promo-grid > * {
    padding-bottom: 32.11%;
  }
}
/* @media screen and (max-width: 1920px) and (min-width: 1370px) {
  .w-ftr-clctn .card__information .card__heading, .w-ftr-clctn .card__information .card__heading a {
    font-size: clamp(1rem, 2.28vw, 2rem);
}
}
@media screen and (max-width: 1369px) and (min-width: 1025px) {
 .w-ftr-clctn .card__information .card__heading, .w-ftr-clctn .card__information .card__heading a {
    font-size: clamp(1rem, 2.28vw, 1.4rem);
}
} */
@media (min-width: 768px) and (max-width: 1566px) {
  footer.footer .footer-block-image .footer-block__image-wrapper {
    max-width: clamp(17.4rem, 14.687100894vw, 23rem) !important;
    min-width: clamp(17.4rem, 14.687100894vw, 23rem);
  }
  .top-banner-section .header-richtext h1 {
    font-size: clamp(4rem, 4.36708860759vw, 6.9rem);
  }
  .top-banner-section .header-4 .header-richtext h2 {
    font-size: clamp(3rem, 3.22278481013vw, 5.92rem);
  }

  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content .heading h2,
  .text-image-video-item .text-block .block-heading,
  .instagram-text h2,
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap .block-heading,
  .flowe-sec-wrap .heading,
  .block-heading,
  .page-template-page-video .top-banner-section .header-4 .header-richtext h2,
  .page-template-page-video .header-details.header-4 .header-richtext h2 {
    font-size: calc(2 * 1.2vw + 1.3rem);
  }
  .right-inner-content .revmind__text,
  .instagram-text h3,
  footer.footer .footer-block__details-content li a,
  footer.footer .newsletter-left .inline-richtext,
  .top-banner-section .content-block,
  .image-inner--wrapper > .image-block .inner-content-wrap .header-richtext,
  .simple-text-section .content--wrap,
  .custom-split-section .split-wrapper .right-wrap .question,
  .faqs .faq-question,
  .page-template-page-contact-us .instagram-text h3,
  h3,
  .product .product__info-container .product__description h3 {
    font-size: calc((1.9 - 1) * 1.2vw + 1.3rem);
  }
  .press-wrapper .content-slide .content-text,
  .text-image-video-item .text-block .description,
  .about-us-content .about-us-text,
  .top-banner-section .inner-wrap-sec .top-menu-list a,
  .faq-answer,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy) .custom-html-content p em:not(:has(strong)),
  .waitlist-wrap .waitlist-subheading p {
    font-size: calc((1.5 - 1) * 1.2vw + 1.3rem);
  }
  .text-image-video-item .text-block .sub-heading,
  .top-banner-section .header-inline,
  .information-wrapper .information-section .info-text p,
  .product .product__info-container .product__description :is(h4, p),
  .page-template-product .product-card-sec .card-grid .card__item .card__content .card__subheading p,
  .product .product__info-container .price-item,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content h4 {
    font-size: calc((1.4 - 1) * 1.2vw + 1.3rem);
  }
  header.header nav ul li a,
  .card-slider-sec .card-item .card-content .card-subheading,
  header.header nav ul li :is(a, .header__menu-item) {
    font-size: calc((1.3 - 1) * 1.2vw + 1.3rem);
  }
  .text-image-video-item .text-block .text-block-inner .btn-holder .btn,
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap .btn,
  .faq-main-wrap .btn-holder .btn,
  .inner-content-wrap .btn-holder .btn,
  .page-template-product .product-card-sec .card-grid .card__item .card__content .card__button .btn,
  .waitlist-wrap .newsletter-right button,
  :is(.btn, .button),
  footer.footer .newsletter-right button {
    font-size: calc((1.25 - 1) * 1.2vw + 1.3rem);
  }
  .custom-split-section .split-wrapper .right-wrap .answer,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy) .custom-html-content :is(p, li),
  .page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td,
  .product .product__info-container .product-form .product-form__submit,
  .product .product__info-container :is(.out-off-stock, .in-stock),
  .waitlist-wrap .newsletter-right .field,
  footer.footer .footer-block__newsletter .newsletter-form__message,
  .page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap .footer__newsletter .is-success .newsletter-form__message,
  footer.footer .newsletter-right .field {
    font-size: calc((1.2 - 1) * 1.2vw + 1.3rem);
  }
  header.header .header__icons .header__menu-item.btn,
  .product .product__info-container .product-form__input.product-form__input--pill .inner-input-wrap .form__label {
    font-size: calc((1.1 - 1) * 1.2vw + 1.3rem);
  }
  .product .product__info-container .product__title h1 {
    font-size: calc((3.8 - 1) * 1.2vw + 1.3rem);
  }
  .product .product__info-container .product__title h1 {
    line-height: 1.2;
  }
  header.header .header__icons .header__menu-item.btn {
    letter-spacing: 0.08em !important;
    padding-block: 0.8em !important;
  }
  .top-banner-section .header-richtext :is(h1, h2),
  .top-banner-section .header-4 .header-richtext h2,
  .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2),
  .faq-image-inner .faq-left .block-heading h2,
  .information-wrapper .information-section .info-block h2,
  :is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-terms-of-service, .page-template-page-privacy-policy, .page-template-page-cookie-policy) .custom-html-content h1,
  .page-template-page-shipping-returns .custom-html-content h1,
  .inner-banner-wrapper .pdp-banner .inner-content-wrap .block-heading {
    font-size: calc(3 * 1.2vw + 1.3rem);
  }
  .card-slider-sec .card-item .card-content .card-title {
    font-size: calc(1.8 * 1.2vw + 1.3rem);
  }
  .text-image-video-item .text-block .description,
  .text-image-video-block-holder > :nth-child(2n) .text-block .description {
    margin-bottom: clamp(3rem, 5.67708333333vw, 4rem);
  }
  .text-image-video-block-holder > :nth-child(2n) .text-block .block-heading {
    margin-bottom: clamp(3.3rem, 4.79166666667vw, 4.2rem);
  }
  .instagram-holder .page-width .instagram-image {
    width: calc(70% - var(--instagram-holder-gap) / 2);
  }
  .instagram-holder .page-width .instagram-text {
    width: calc(30% - var(--instagram-holder-gap) / 2);
  }
  .instagram-text h2 {
    margin-bottom: clamp(3rem, 4.01041666667vw, 3.7rem);
  }
  .about-us-content {
    max-width: clamp(46.7rem, 57.25vw, 91.6rem);
  }
  .about-us-holder .about-us-image {
    max-width: clamp(19.4rem, 20vw, 32rem);
  }
  .plain-image-section .image-wrapper {
    padding-bottom: 35.1%;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image {
    padding-bottom: 38.6%;
  }
  .page-template-page-studio-talk .top-banner-section .content-block {
    max-width: clamp(52.7rem, 60vw, 98rem);
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap {
    max-width: 100%;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap {
    max-width: 92%;
    width: 92%;
  }
  .image-inner--wrapper {
    display: flex;
    height: 100%;
    /* max-height: calc((78vh - var(--header-height)) + 2.2rem); */
  }
  .image-inner--wrapper > .image-block {
    aspect-ratio: 2/1.72;
  }
  .image-inner--wrapper .image-block:first-child {
    width: 57.5%;
  }
  .image-inner--wrapper .image-block:last-child {
    width: 42.5%;
  }
  .image-inner--wrapper > .image-block .inner-content-wrap .header-richtext {
    padding-bottom: 0.2rem;
    background-size: 100% 6px;
  }
  .image-inner--wrapper > .image-block .inner-content-wrap {
    padding-inline: 0;
    padding-top: 4rem;
  }
  .top-banner-section .content-block {
    max-width: 75.8%;
  }
  .text-image-video-item .text-block .text-block-inner .btn-holder .btn {
    padding-block: 0.75em;
  }
  .video-with-content .text-image-video-block-holder > :nth-child(2n) .text-block .description {
    margin-bottom: clamp(7rem, 9.6875vw, 4.6rem);
  }
  .page-template-page-aldis .image-inner--wrapper > .image-block .inner-content-wrap {
    padding-inline: 0;
  }
  .page-template-page-aldis .image-inner--wrapper .image-block:first-child {
    width: 54%;
  }
  .page-template-page-aldis .image-inner--wrapper .image-block:last-child {
    width: 46%;
  }
  .page-template-page-aldis .image-inner--wrapper > .image-block {
    aspect-ratio: 2/1.832;
  }
  .flowe-sec-wrap .flower-image,
  .top-banner-section .image-block,
  .page-template-page-studio-talk .top-banner-section .image-block {
    width: clamp(6.5rem, 5.23627075351vw, 8.2rem);
    height: clamp(6.5rem, 5.23627075351vw, 8.2rem);
  }
  .page-template-page-aldis .simple-text-wrapper + .flowe-sec-wrap {
    padding-top: clamp(2rem, 5.7vw, 11.8rem);
  }
  .page-template-page-aldis .custom-split-section .split-wrapper .left-wrap .image-block-1 {
    margin-inline: 2rem;
  }
  footer.footer .footer-block__details-content {
    column-gap: 4.4rem;
  }
  .page-template-page-teyana .image-inner--wrapper > .image-block .inner-content-wrap {
    padding-inline: 0;
  }
  .page-template-page-teyana .image-inner--wrapper .image-block:first-child {
    width: 54%;
  }
  .page-template-page-teyana .image-inner--wrapper .image-block:last-child {
    width: 46%;
  }
  .page-template-page-teyana .image-inner--wrapper > .image-block {
    aspect-ratio: 2/1.845;
  }
  .page-template-page-teyana .custom-split-section .split-wrapper .left-wrap .split-block img {
    max-width: 89%;
  }
  .page-template-page-teyana .custom-split-section .split-wrapper .left-wrap .split-block {
    text-align: right;
  }
  .page-template-page-teyana .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
    font-size: clamp(4.8rem, 4.02298850575vw, 6.3rem);
  }
  .page-template-page-aldis .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
    font-size: clamp(5.6rem, 4.66155810983vw, 7.3rem);
  }
  .page-template-page-mac-james .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
    font-size: clamp(6rem, 4.98084291188vw, 7.8rem);
  }
  .instagram-holder .flower-image-holder {
    width: clamp(6.5rem, 5.23627075351vw, 8.2rem);
    height: clamp(6.5rem, 5.23627075351vw, 8.2rem);
  }
  .page-template-product .contact-wrapper,
  .page-template-product .inner-banner-wrapper {
    padding-bottom: 2.5vmax;
  }
  .waitlist-wrap .waitlist-heading {
    margin-bottom: 0.5rem;
  }
  .press-wrapper .content-slide .content-logo {
    max-width: 50%;
  }
  .press-wrapper .splide__arrows .slider-arrow svg {
    width: 3.6rem;
    height: 3.6rem;
  }
  /* .image-with-content-sec .left-inner-img > * {
    aspect-ratio: 1 / 1.463;
  } */
  .page-template-page-video .top-banner-section .content-block {
    margin-bottom: 2rem;
  }
  .page-template-page-video .top-banner-section .banner-scroll-btn {
    width: clamp(4rem, 4.59770114943vw, 7.2rem);
    height: clamp(4rem, 4.59770114943vw, 7.2rem);
  }
  .custom-video-section .video-wrapper .video-toggle {
    width: 12rem;
    height: 12rem;
  }
  .video-toggle img {
    width: 3rem;
  }
  .page-template-page-video .top-banner-section .header-richtext h2 {
    margin-bottom: 3.5rem;
  }
  .page-template-page-video .top-banner-section .header-4 .header-richtext {
    margin-bottom: 0;
  }
  .page-template-page-video .top-banner-section .header-richtext h1 {
    margin-bottom: 3rem;
  }
  .product .custom-gallery .zoom-container {
    max-height: clamp(38.6rem, 61.3026819923vw, 96rem);
  }
  .page-template-page-video .header-details.header-4 .header-richtext h2 {
    margin-bottom: clamp(5rem, 4.46998722861vw, 7rem);
  }
}
/***** 1024px_RESPONSIVE_START *****/
@media (max-width: 1024px) {
  .page-template-page-wines .product-grid .grid__item:first-child .card-wrapper  .card__heading{
    padding-top: 0px !important;
    }
  .wine-slide .vineyard-slide-count {
    margin-bottom: 0.5rem !important;
  }
  .wine-slide .vineyard-slider-wrapper {
    padding-inline: 5rem !important;
  }
  .wine-slide .splide__arrow {
    top: 35% !important;
    display: flex !important;
  }
  .w-ftr-clctn .card:not(.ratio) {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .wine-slide .vineyard-slide {
    gap: 25px;
  }
  .wine-richtext .icon-img img {
    width: 6rem;
  }
  .banner-scroll-btn img {
    width: 4rem;
  }
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp {
    top: 55%;
  }
}
/***** 1024px_RESPONSIVE_ENDS *****/
@media (max-width: 1199px) {
  .page-template-page-video main.content-for-layout {
    padding-top: var(--header-height);
  }
  .page-template-page-video .top-banner-sec {
    padding-top: 3.3vmax;
  }
  .page-template-page-video .top-banner-sec .top-banner-section {
    padding-top: clamp(5rem, 5.33778148457vw, 6.4rem);
  }
  .page-template-page-video .video-with-content .text-image-video-item .video-holder {
    height: auto;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item {
    align-items: center;
  }
  .page-template-page-studio-talk .top-banner-sec .top-banner-section {
    padding-top: 6.6vmax;
  }
  .product .product__info-container .product-form__input.product-form__input--pill .inner-input-wrap {
    flex-wrap: wrap;
  }
  .product-form__input--pill input[type='radio'] + label {
    padding-inline: 1.5rem !important;
  }
  .page-template-product .faq-image-inner .faq-left .btn-holder {
    margin-bottom: 7rem;
  }
}
@media (max-width: 989px) {
  .shopify-section-header-sticky:not(.scrolled-past-header) .header-wrapper header.header {
    padding: 5.6vw 6vw !important;
  }
  .header__icon--menu .icon:not(.icon-close) {
    height: 3.5rem;
    width: 3.5rem;
  }
  .header__icon--menu .icon.icon-hamburger {
    color: var(--primaryColor);
  }
  .header__icon--menu .icon.icon-close {
    color: var(--offWhiteColor1);
  }
  .index-banner-wrapper .vdo-wrap,
  .wine-bnr .vdo-wrap {
    padding-bottom: 90%;
  }
  .header__icon--menu::before {
    background-color: var(--secondaryColor) !important;
  }
  .header__icon--menu[aria-expanded='true']::before {
    top: 0 !important;
  }
  header.header .menu-drawer {
    background-color: transparent;
    border: none;
    width: 100%;
  }
  header.header .header__heading {
    position: relative;
    z-index: 2;
  }
  header.header .header__icons .btn,
  header.header .header__icons .list-social__link {
    display: none;
  }
  .text-image-video-item .text-block .text-block-inner {
    padding-block: 5.2rem;
  }
  .text-image-video-block-holder .image-holder {
    display: flex;
    height: 100%;
  }
  .text-image-video-block-holder .image-holder img {
    aspect-ratio: inherit;
  }
  .text-image-video-item .video-holder {
    padding-bottom: 100%;
    height: 100%;
  }
  .promo-grid > * img {
    aspect-ratio: 1/ 1.57;
  }
  footer.footer .footer-block__newsletter {
    justify-content: space-between;
  }
  footer.footer .footer-block__newsletter .newsletter-left {
    margin-left: 0;
  }
  footer.footer .newsletter-right button {
    width: max-content;
  }
  body.overflow-hidden-tablet.page-template-index header.header .header__icons .header__icon--cart {
    color: var(--offWhiteColor1);
  }
  .promo-grid > * {
    padding-bottom: 36.11%;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap {
    aspect-ratio: 1/0.843;
    display: flex;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap picture {
    display: flex;
    width: 100%;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap picture img {
    width: 100%;
    object-fit: cover;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item {
    margin: 0;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item:first-child {
    margin-top: 4rem;
  }
  .text-image-video-item .text-block .text-block-inner {
    padding-inline: 0;
  }
  .top-banner-section .content-block {
    max-width: 100%;
  }
  .page-template-page-mac-james .custom-split-section .split-wrapper {
    align-items: flex-start;
  }
  .page-template-page-contact-us .image-wrap {
    padding-bottom: 69.3%;
  }
  .inner-banner-wrapper .pdp-banner .inner-content-wrap {
    gap: 3rem;
  }
  .page-template-product .product-card-sec .card-grid .card__item {
    gap: 0;
  }
  .page-template-product .product-card-sec .card-grid .card__item .card__content {
    margin-top: 7%;
  }
  .page-template-page-waitlist .waitlist-main-wrap .common-banner-image img {
    aspect-ratio: inherit;
    object-position: 58% 0;
  }
  .header-wrapper header.header .header__heading-link {
    position: relative;
    z-index: 22;
  }
  /* === */
  .wine-richtext .icon-img img {
    width: 4rem;
  }
  .wine-richtext .common-green-heading {
    margin-top: 2rem !important;
  }
  .wine-richtext .rich-text__text {
    margin-top: 1rem;
  }
  /* .wine-bnr .vdo-wrap {
    padding-bottom: 100.25% !important;
  } */
  .wine-slide .vineyard-progress-bar {
    height: 0.5rem !important;
  }
  .wine-slide .custom-arrow {
    width: auto;
    top: 35%;
  }
  .w-ftr-clctn .card__information {
    padding-block: 1rem;
  }
  .w-ftr-clctn .card__information .card__heading {
    margin-top: 1.5rem !important;
  }
  .page-template-page-wines .index-banner-wrapper picture img {
    height: 850px;
    object-fit: cover;
}
.page-template-index .index-banner-wrapper .image-wrap img {
    height: 800px;
    object-fit: cover;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content {
    max-width: 100%;
    text-align: left;
  }
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content .heading {
    justify-content: flex-start;
  }
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content .heading h2 {
    text-align: center;
    min-width: 18.4rem;
  }
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp {
    top: 46%;
  }
  .index-banner-wrapper .bnr_mn_wrp .heading h2 {
    margin-bottom: 1.2rem;
  }
  .index_banner_sec .index-banner-wrapper .banner-scroll-btn .scroll-down-arrow img {
    max-width: 3.2rem;
  }
  .flowe-sec-wrap .flower-image {
    width: 4.5rem;
    height: 4.5rem;
  }
  .page-template-page-video .top-banner-section .image-block {
    width: clamp(4.8rem, 5.67139282736vw, 6.8rem);
    height: clamp(4.8rem, 5.67139282736vw, 6.8rem);
    margin-bottom: 6rem;
  }
  footer.footer .newsletter-right .custom-field {
    flex-direction: column;
    gap: 1.8rem;
  }
  .page-template-page-video .video-with-content .text-image-video-block-holder > :nth-child(2n) .text-block .description,
  .page-template-page-video .text-image-video-item .text-block .description,
  .page-template-page-video .text-image-video-block-holder > :nth-child(2n) .text-block .description {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  header.header nav ul li a,
  .card-slider-sec .card-item .card-content .card-subheading,
  header.header nav ul li :is(a, .header__menu-item) {
    font-size: 6vmin;
    color: var(--whiteColor) !important;
    padding: 0;
    margin: 5vw;
    gap: 0;
    text-transform: capitalize;
    font-family: var(--primaryFont);
    line-height: 1;
    background: none !important;
  }
}
@media (max-width: 767px) {
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content .heading h2,
  .flowe-sec-wrap .heading {
    font-size: calc((3 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }

 
.page-template-page-wines .wine-bnr .main-content h2 {
  font-size: 32px !important;
}
.page-template-page-wines .wine-bnr .bnr-newsletter .newsletter-form__button {
    font-size: 19px;
}
.page-template-page-wines .wine-bnr .plain-content p {
    font-size: 16px;
    line-height: 1.4;
}

  .index-banner-wrapper .vdo-wrap,
  .wine-bnr .vdo-wrap {
    padding-bottom: 100dvh;
    padding-bottom: calc(100svh + 4rem) !important;
  }
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp .main-content {
    margin-inline: auto;
  }
  .index_banner_sec .index-banner-wrapper .image-wrap .bnr_mn_wrp {
    top: 46%;
  }

  .text-image-video-item .text-block .text-block-inner .btn-holder .btn,
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap .btn,
  .faq-main-wrap .btn-holder .btn,
  .inner-content-wrap .btn-holder .btn,
  .page-template-product .product-card-sec .card-grid .card__item .card__content .card__button .btn,
  .waitlist-wrap .newsletter-right button,
  :is(.btn, .button),
  footer.footer .newsletter-right button {
    font-size: calc((1.25 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .card-slider-sec .card-item .card-content .card-subheading,
  .custom-split-section .split-wrapper .right-wrap .answer,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content :is(p, li),
  .page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td,
  footer.footer .newsletter-right .field {
    font-size: calc((1.2 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .inner-flex-wrap {
    --inner-flex-wrap-count: 1;
  }
  .right-inner-content {
    order: -1;
  }
  .image-with-content-sec .left-inner-img {
    max-width: 100%;
  }
  /* .image-with-content-sec .left-inner-img > * {
    aspect-ratio: 3/ 1.91;
  } */
  .right-inner-content .revmind__text,
  .instagram-text h3,
  footer.footer .footer-block__details-content li a,
  footer.footer .newsletter-left .inline-richtext,
  .top-banner-section .content-block,
  .image-inner--wrapper > .image-block .inner-content-wrap .header-richtext,
  .simple-text-section .content--wrap,
  .custom-split-section .split-wrapper .right-wrap .question,
  .faqs .faq-question,
  .page-template-page-contact-us .instagram-text h3,
  h3,
  .product .product__info-container .product__description h3,
  .right-inner-content .revmind__text {
    font-size: calc((1.9 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .block-heading,
  .top-banner-section .header-richtext h2 a,
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap .block-heading,
  .page-template-page-video .header-details.header-4 .header-richtext h2 {
    font-size: calc((3 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .press-wrapper .content-slide .content-logo {
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .press-wrapper .content-slide .content-text,
  .text-image-video-item .text-block .description,
  .about-us-content .about-us-text,
  .top-banner-section .inner-wrap-sec .top-menu-list a,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy) .custom-html-content p em:not(:has(strong)),
  .page-template-page-privacy-policy .table-wrapper .custom-table tbody tr td:first-child,
  .custom-html-content :is(p, li),
  .faq-answer,
  .waitlist-wrap .waitlist-subheading p {
    font-size: calc((1.5 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .press-wrapper .content-slide .content-btn,
  .card-slider-sec .card-item .card-content .btn-holder .btn {
    font-size: calc((1 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .text-image-video-item .text-block .sub-heading,
  .top-banner-section .header-inline,
  .page-template-page-privacy-policy .table-wrapper .custom-table thead th,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content h4,
  h4,
  .information-wrapper .information-section .info-text p,
  .product .product__info-container .price-item,
  .product .product__info-container .product__description :is(h4, p),
  .page-template-product .product-card-sec .card-grid .card__item .card__content .card__subheading p {
    font-size: calc((1.4 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .text-image-video-item .text-block .block-heading,
  .instagram-text h2 {
    font-size: calc((3 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  footer.footer .newsletter-left .newsletter__subheading *,
  .footer-policy-menu ul li a {
    font-size: calc((0.95 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .page-template-page-video .top-banner-sec .header-richtext h1,
  .page-template-page-studio-talk .top-banner-sec .header-1 .header-richtext h2,
  .page-template-page-studio-talk .top-banner-section .header-4 .header-richtext h2,
  :is(.page-template-page-contact-plain, .page-template-page-don-t-sell-share-info, .page-template-page-terms-of-service, .page-template-page-privacy-policy, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content h1,
  .faq-image-inner .faq-left .block-heading h2,
  .information-wrapper .information-section .info-block h2,
  .inner-banner-wrapper .pdp-banner .inner-content-wrap .block-heading {
    font-size: calc((4 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .card-slider-sec .card-item .card-content .card-title {
    font-size: calc((2.8 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .product .product__info-container .product__title h1 {
    font-size: calc((3.8 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .product .product__info-container .product-form__input.product-form__input--pill .inner-input-wrap .form__label {
    font-size: calc((1.1 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .product .product__info-container :is(.out-off-stock, .in-stock) {
    font-size: calc((1.2 - 1) * calc(0.012 * min(100vh, 900px)) + 1.3rem);
  }
  .press-wrapper .splide__arrows .slider-arrow svg {
    width: 3.6rem;
    height: 3.6rem;
  }
  .custom-html-content :is(p, li) {
    letter-spacing: normal;
  }
  .promo-grid {
    gap: clamp(2rem, 3.64583333333vw, 7rem);
  }
  .text-image-video-block-holder :is(.text-image-video-item, .text-image-video-item) > *,
  .page-template-page-privacy-policy .table-wrapper,
  .page-template-page-don-t-sell-share-info .custom-html-content :is(p, li) {
    width: 100%;
    max-width: 100%;
  }
  .text-image-video-item .video-holder {
    padding-bottom: 56.25%;
  }
  .text-image-video-block-holder .image-holder,
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
  .page-width,
  .header-wrapper header.header {
    padding-inline: 6vw !important;
  }
  .text-image-video-item .text-block .text-block-inner {
    margin-inline: 0;
    max-width: 100%;
  }
  .text-image-video-item .text-block .text-block-inner :is(.sub-heading, .block-heading, .description, .btn-holder) {
    padding-inline: 6vw;
  }
  .text-image-video-item .text-block .text-block-inner .btn-holder {
    margin-top: 6.4rem;
  }
  .instagram-holder .page-width .instagram-text,
  .instagram-holder .page-width .instagram-image {
    width: 100%;
  }
  .instagram-text h2 {
    order: 1;
  }
  .flower-image-holder {
    order: 2;
  }
  .instagram-text h3 {
    order: 3;
    margin-bottom: 0;
    margin-top: clamp(3rem, 3.22916666667vw, 6.2rem) !important;
  }
  footer.footer .footer-block__details-content li a,
  footer.footer .newsletter-left .inline-richtext {
    font-size: 2rem;
  }
  footer.footer .footer-block__newsletter::before {
    width: 100%;
  }
  footer.footer .footer-block__newsletter {
    --footer-block__newsletter-count: 1;
  }
  footer.footer .newsletter-right {
    margin-left: 0;
  }
  /* .image-with-content-sec .left-inner-img > * {
    aspect-ratio: 1 / 1.295;
  } */
  .page-template-index .flowe-sec-wrap.shopify-section {
    padding-block: 6vmax;
  }
  .footer-policy-menu ul {
    flex-wrap: wrap;
  }
  .right-inner-content {
    gap: 6rem;
  }
  .header__heading-logo {
    max-height: 5.8rem;
    object-fit: contain;
  }
  .page-template-page-video .text-image-video-item .text-block .sub-heading {
    padding-bottom: 0.3rem;
  }
  .page-template-page-video .text-image-video-item .text-block .text-block-inner .btn-holder:not(.mb-shwo) {
    display: none;
  }
  .page-template-page-video .text-image-video-item .text-block .description {
    margin-bottom: clamp(4.5rem, 5.67708333333vw, 10.9rem);
  }
  .video-with-content .text-image-video-item .btn-holder.mb-shwo {
    display: block;
    text-align: center;
  }
  .page-template-page-video .text-image-video-item .text-block .text-block-inner .sub-heading {
    padding-inline: 0;
  }
  .video-toggle img {
    width: clamp(1.3rem, 2.607vw, 2rem);
    height: clamp(1.3rem, 2.607vw, 2rem);
  }
  .custom-video-section .video-wrapper .video-toggle {
    width: clamp(4.4rem, 10.4302477184vw, 8rem);
    height: clamp(4.4rem, 10.4302477184vw, 8rem);
  }
  .page-template-page-video .video-with-content .text-image-video-item .video-holder {
    margin-bottom: 2rem;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item:first-child {
    margin-top: 0;
  }
  .page-template-page-video .text-image-video-item .text-block .text-block-inner {
    padding-block: 0;
  }
  .page-template-page-video .text-image-video-item .text-block .description,
  .page-template-page-video .video-with-content .text-image-video-block-holder > :nth-child(2n) .text-block .description {
    margin-bottom: 2rem;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image {
    padding-bottom: 50.5%;
  }
  .about-us-content .btn.about-us-btn {
    margin-bottom: 3rem;
    margin-top: 0.5rem;
  }
  .page-template-page-about-us .flowe-sec-wrap {
    padding-bottom: 8rem;
  }
  .page-template-page-about-us .index_banner_sec ~ .index_banner_sec .index-banner-wrapper .image-wrap,
  .page-template-page-about-us .index_banner_sec ~ .index_banner_sec .index-banner-wrapper .image-wrap img {
    aspect-ratio: 1/1.14;
  }
  .page-template-page-about-us .index_banner_sec ~ .index_banner_sec .index-banner-wrapper .image-wrap img {
    object-fit: cover;
    width: 100%;
  }
  .image-inner--wrapper .image-block:first-child,
  .image-inner--wrapper .image-block:last-child,
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .image-block:last-child,
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .image-block:first-child {
    width: 100%;
  }
  .image-inner--wrapper {
    flex-wrap: wrap;
  }
  .image-inner--wrapper .image-block:last-child,
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .image-block:last-child {
    order: -1;
  }
  .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2),
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper .inner-content-wrap .heading-controller :is(h1, h2) {
    font-size: clamp(5.2rem, 14.3415906128vw, 11rem);
    line-height: 1;
    margin-bottom: 0;
  }
  .image-inner--wrapper > .image-block:first-child {
    aspect-ratio: 3/ 1.5;
  }
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper > .image-block:first-child {
    aspect-ratio: 3/ 1.785;
  }
  .image-inner--wrapper > .image-block:last-child,
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper > .image-block:last-child {
    aspect-ratio: 3/1.115;
  }
  .simple-text-section .content--wrap {
    max-width: 100%;
  }
  .image-inner--wrapper > .image-block .inner-content-wrap,
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper > .image-block .inner-content-wrap {
    padding-inline: 6vw;
  }
  .custom-split-section .split-wrapper .right-wrap .image-block {
    display: block;
  }
  .custom-split-section .split-wrapper .left-wrap {
    display: none !important;
  }
  .custom-split-section .split-wrapper .left-wrap,
  .custom-split-section .split-wrapper .right-wrap,
  .custom-split-section .split-wrapper .right-wrap .split-block,
  .custom-split-section .split-wrapper .right-wrap .split-block {
    width: 100% !important;
    max-width: 100% !important;
  }
  .flowe-sec-wrap .heading {
    min-height: 10rem;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap {
    width: 100%;
  }
  .custom-split-section .split-wrapper .right-wrap .split-block.image-block {
    max-width: 30.7rem !important;
    margin-inline: auto;
  }
  .page-template-page-shipping-returns .custom-html-content h1 {
    margin-bottom: 2rem !important;
  }
  .page-template-page-shipping-returns .custom-html-content,
  :is(.page-template-page-privacy-policy, .page-template-page-terms-of-service, .page-template-page-cookie-policy, .page-template-page-shipping-returns) .custom-html-content {
    max-width: 100%;
  }
  .page-template-page-privacy-policy .table-wrapper table {
    width: 70rem;
  }
  .page-template-page-privacy-policy .table-wrapper {
    overflow: scroll;
    width: 100%;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--secondaryColor) var(--whiteColor);
    padding-bottom: 0.5rem;
  }
  .page-template-page-privacy-policy .table-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .page-template-page-privacy-policy .table-wrapper::-webkit-scrollbar-track {
    background: var(--whiteColor);
  }
  .page-template-page-privacy-policy .table-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--secondaryColor);
    border-radius: 10px;
  }
  .instagram-holder .page-width .instagram-image {
    --grid-desktop-horizontal-spacing: 1.1rem;
    --grid-desktop-vertical-spacing: 1.1rem;
  }
  .instagram-holder .page-width .instagram-image > * {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .instagram-holder .page-width .instagram-image > *:last-child {
    width: 100%;
    max-width: 100%;
  }
  .faq-image-inner :is(.faq-right, .faq-left) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 auto;
  }
  .faq-image-inner .faq-right {
    display: none;
  }
  .page-template-page-contact-us .image-wrap {
    padding-bottom: 44.4%;
  }
  .simple-text-wrapper + .flowe-sec-wrap,
  :is(.page-template-page-aldis, .page-template-page-teyana) .simple-text-wrapper + .flowe-sec-wrap {
    padding-top: 1rem;
  }
  .page-template-product .product-wrapper .product > .product__info-wrapper,
  .page-template-product .product-wrapper .product > .product__media-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .product__media-wrapper {
    position: relative;
  }
  .product__media-wrapper .slider-counter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem;
    color: var(--offWhiteColor1);
    z-index: 2;
    font-family: var(--secondaryFont);
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .product__media-wrapper #thumbnail-slider {
    display: none;
  }
  .product .custom-gallery {
    margin-bottom: 0;
  }
  .page-template-product .product-wrapper .product > .product__info-wrapper,
  .page-template-product .faq-image-inner .faq-left {
    width: 100% !important;
  }
  .page-template-product .product-wrapper .product .product__info-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .page-template-product .product-wrapper .product .product__info-container > * {
    margin: 0 !important;
  }
  .product__info-wrapper .product__description {
    order: 100;
  }
  .product .product__info-container .product-form .product-form__submit {
    max-width: 100%;
  }
  .product .product__info-container .product-form {
    margin-top: 0;
  }
  .product .product__info-container div:has(.installment) {
    order: -1;
  }
  .page-template-product .product .product__info-container .product-form,
  .page-template-product .product-wrapper {
    margin-bottom: 0;
  }
  .page-template-product .faq-image-inner .faq-right {
    display: block;
    width: 100%;
    padding: 0;
  }
  .page-template-product .faq-image-inner .heading-wrap {
    gap: 3.5rem;
  }
  .page-template-product .product-card-sec .card-grid {
    --product-card-sec-count: 1;
  }
  .page-template-product .contact-wrapper {
    padding-block: 6vmax;
  }
  .page-template-product .inner-banner-wrapper {
    padding-bottom: 6vmax;
  }
  .page-template-page-privacy-policy .table-wrapper .custom-table thead th {
    position: static;
  }
  .page-template-page-privacy-policy .table-wrapper .custom-table thead th strong {
    max-width: 100%;
  }
  .page-template-product .product-wrapper .page-width {
    padding-inline: 6vw !important;
  }
  .page-template-product .product-card-sec .card-grid {
    --product-card-sec-gap: 12vw;
  }
  .inner-banner-wrapper .pdp-banner .inner-content-wrap {
    gap: 2rem;
  }
  .product .product__info-container .product-form .product-form__submit {
    font-size: min(1em, 1.9rem);
    min-height: 4.8rem;
  }
  .page-template-page-waitlist .waitlist-main-wrap .waitlist-wrap {
    max-width: 100%;
  }
  .product .custom-gallery .zoom-container img {
    height: 100%;
  }
  .page-template-product .faq-image-inner {
    gap: 3rem;
  }
  .page-template-index .image-with-content-sec .right-inner-content {
    height: calc(100svh - var(--header-height));
    justify-content: center;
  }
  .page-template-index .image-with-content-sec {
    padding-block: 0;
  }
  .page-template-index .right-inner-content {
    transition: all 0.4s ease;
  }
  .page-template-index .image-with-content-sec .inner-flex-wrap {
    --inner-flex-wrap-gap: 2rem;
  }
  .page-template-index .image-with-content-sec .inner-flex-wrap .revmind__text {
    padding-top: 2rem;
  }
  /* ==== */
  .w-ftr-clctn .product-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .wine-slide .vineyard-slider-wrapper {
    padding-inline: 1.5rem !important;
  }
  .wine-slide .vineyard-slider-wrapper .splide__arrow {
    width: 20px;
    height: 20px;
  }
  .wine-slide .splide__arrow--prev {
    left: -1rem !important;
  }
  .wine-slide .splide__arrow--next {
    right: -1rem !important;
  }
  .wine-slide .vineyard-slide-title {
    margin-bottom: 1rem !important;
  }
  .wine-bnr .bnr-newsletter .newsletter-form__button {
    width: 133px;
  }
  .wine-bnr .bnr-newsletter .newsletter-form__field-wrapper .field__input {
    padding: 10px 130px 10px 20px !important;
  }
  .wine-bnr .bnr-newsletter .newsletter-form__field-wrapper .field__label {
    left: 2rem;
  }
  .wine-slide .custom-slider-arrows {
    display: flex;
  }
  .wine-slide .custom-arrow svg {
    width: 2rem;
    height: 2rem;
  }
  .wine-slide .custom-prev {
    left: -2rem !important;
  }
  .wine-slide .custom-next {
    right: -2rem !important;
  }
  .menu-drawer__inner-submenu .menu-drawer__close-button,
  .menu-drawer .menu-drawer__menu .menu-drawer__menu-item:not(summary) {
    display: flex;
    width: calc(100% - (5vw * 2));
    align-items: center;
    justify-content: space-between;
  }
  .menu-drawer .menu-drawer__menu > * {
    width: 100%;
  }
  .menu-drawer__inner-submenu .menu-drawer__close-button {
    width: auto;
  }
}
@media (max-width: 749px) {
  .menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
    display: none;
  }
}
@media (max-width: 620px) {
  .img-wrap-popup {
    aspect-ratio: inherit;
  }
  .menu-drawer .menu-drawer__menu-item > .svg-wrapper {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 575px) {
  /* .image-with-content-sec .left-inner-img > * {
    aspect-ratio: 1 / 0.844;
  } */
  .press-wrapper .splide__arrows .slider-arrow svg {
    width: clamp(2.2rem, 1.875vw, 3.6rem);
    height: clamp(2.2rem, 1.875vw, 3.6rem);
  }
  .promo-grid > :nth-child(2),
  .page-template-page-about-us .promo-grid > :first-child {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
  }
  .page-template-page-about-us .promo-grid > :nth-child(2) {
    order: inherit;
  }
  .promo-grid > *,
  .page-template-page-about-us .promo-grid > :nth-child(2) {
    width: calc(50% - (clamp(2rem, 3.64583333333vw, 7rem) / 2));
  }
  .promo-grid > * {
    padding-bottom: 60.11%;
  }
  footer.footer .footer-block__newsletter {
    width: 100%;
  }
  footer.footer .footer-block__newsletter .newsletter-left .newsletter__subheading {
    max-width: 24.4rem;
    margin-inline: auto;
    width: 100%;
    margin-bottom: 3rem;
  }
  .text-image-video-block-holder > *:nth-child(2n) .text-block .description {
    margin-bottom: 0;
  }
  .text-image-video-block-holder > *:nth-child(2n) .text-block .btn-holder {
    margin-top: 3rem;
  }
  .text-image-video-block-holder > *:first-child .text-block-inner {
    padding-top: 3.5rem;
  }
  .press-wrapper .content-slide {
    padding-block: 2rem;
  }
  .page-template-page-about-us .index_banner_sec .index-banner-wrapper .image-wrap {
    aspect-ratio: 1/1.03;
  }
  .page-template-page-video .text-image-video-block-holder > :first-child .text-block-inner {
    padding-top: 0;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item:first-child {
    margin-top: 0;
  }
  .plain-image-section .image-wrapper {
    padding-bottom: 66.7%;
  }
  .card-slider-sec .splide__arrows {
    position: static;
    transform: translateY(0);
    justify-content: center;
    margin-top: 2rem;
  }
  .card-slider-sec .splide__arrows > * svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .card-slider-sec .splide__arrows > * {
    width: 4.8rem;
    height: 4.8rem;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image {
    padding-bottom: 66.1%;
  }
  .image-inner--wrapper > .image-block:last-child,
  :is(.page-template-page-aldis, .page-template-page-teyana) .image-inner--wrapper > .image-block:last-child {
    aspect-ratio: 3/1.4;
    min-height: 26.4rem;
  }
  .image-inner--wrapper > .image-block:first-child {
    aspect-ratio: 3/ 2.01;
    min-height: 38.4rem;
  }
  .instagram-image .instagram-image-item {
    padding-bottom: 47%;
  }
  .instagram-holder .page-width .instagram-image > :last-child {
    padding-bottom: 64%;
  }
  .waitlist-wrap .newsletter-right .custom-field {
    flex-direction: column;
    gap: 3rem;
  }
  .waitlist-wrap .newsletter-right {
    width: 100%;
  }
  .waitlist-wrap .newsletter-right .field {
    max-width: 100%;
  }
  .waitlist-wrap .newsletter-right button {
    max-width: max-content;
    margin-inline: auto;
  }
  .banner-scroll-btn {
    bottom: 17.4vw;
  }
  .wine-bnr .banner-scroll-btn {
    bottom: 17.4vw!important;
}
  footer.footer .footer-block__details-content {
    margin-bottom: 0;
  }
  .page-template-product .product-card-sec .card-grid .card__image img {
    aspect-ratio: 1/1;
  }
  .page-template-product .product-card-sec .card-grid {
    --product-card-sec-gap: 20vw;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item:first-child {
    min-height: calc(100vh - var(--header-height));
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .page-template-page-video .text-image-video-block-holder .text-image-video-item:first-child > * {
    flex: 0 0 auto;
  }
  .page-template-page-video .video-with-content .text-image-video-item .video-holder {
    margin-bottom: 6rem;
  }
}
@media (max-width: 480px) {
  footer.footer .footer-block__details-content {
    flex-direction: column;
    align-items: center;
  }
  footer.footer .newsletter-right .custom-field {
    row-gap: 2.5rem;
  }
  .promo-grid > * {
    padding-bottom: 93.11%;
  }
  .plain-image-section.image-half-width {
    max-width: 100%;
  }
  .page-template-page-contact-us .promo-grid > * {
    padding-bottom: 55.4%;
  }
  .page-template-page-contact-us .image-wrap {
    padding-bottom: 59.3%;
  }
}

@media (max-width: 479px) {
  .footer__content-top .footer__blocks-wrapper {
    margin-bottom: 0;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap {
    aspect-ratio: 1/1.52;
    max-height: 57rem;
    width: 100%;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap picture img {
    object-position: 46% center;
    aspect-ratio: 1/1.52;
    max-height: 57rem;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image {
    padding-bottom: 103.2%;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image img {
    object-position: 70.56% 43.892% !important;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap {
    width: 100%;
  }
  .custom-split-section .split-wrapper .right-wrap .split-block.image-block {
    max-width: 100% !important;
    padding-inline: 6vw;
  }
  .instagram-image .instagram-image-item {
    padding-bottom: 47%;
  }
  .instagram-holder .page-width .instagram-image > :last-child {
    padding-bottom: 64%;
  }
}

@media (max-width: 480px) {
  footer.footer .footer-block__details-content {
    flex-direction: column;
    align-items: center;
  }
  footer.footer .newsletter-right .custom-field {
    /* flex-direction: column; */
    row-gap: 2.5rem;
  }
  .promo-grid > * {
    padding-bottom: 93.11%;
  }
  /* footer.footer .newsletter-right .field {
    min-width: 100%;
  } */
  .plain-image-section.image-half-width {
    max-width: 100%;
  }
  .page-template-page-contact-us .promo-grid > * {
    padding-bottom: 55.4%;
  }
  .page-template-page-contact-us .image-wrap {
    padding-bottom: 59.3%;
  }
}
@media (max-width: 479px) {
  /* .image-with-content-sec .left-inner-img > * {
    aspect-ratio: 1 / 1.295;
  } */
  .footer__content-top .footer__blocks-wrapper {
    margin-bottom: 0;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap {
    aspect-ratio: 1/1.52;
    max-height: 57rem;
    width: 100%;
  }
  .page-template-page-about-us .index_banner_sec:first-child .index-banner-wrapper .image-wrap picture img {
    object-position: 46% center;
    aspect-ratio: 1/1.52;
    max-height: 57rem;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image {
    padding-bottom: 103.2%;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .common-banner-image img {
    object-position: 70.56% 43.892% !important;
  }
  .inner-banner-wrapper:has(.inner-block-wrap) .inner-banner-holder .inner-content-wrap {
    width: 100%;
  }
  .custom-split-section .split-wrapper .right-wrap .split-block.image-block {
    max-width: 100% !important;
    padding-inline: 6vw;
  }
  .instagram-image .instagram-image-item {
    padding-bottom: 65%;
  }
  .instagram-image .instagram-image-item {
    padding-bottom: 47%;
  }
  .instagram-holder .page-width .instagram-image > :last-child {
    padding-bottom: 64%;
  }
}
@media (max-width: 401px) {
  .product .custom-gallery .zoom-container {
    max-height: 42.2rem;
  }
}

.page-template-index .index-banner-wrapper .image-wrap img {
    height: 850px;
    object-fit: cover;
    object-position: center 20%;
}

.page-template-page-wines .index-banner-wrapper picture img {
    height: 120svh;
    width: 100vw;
    object-fit: cover;
  }



  .wine-bnr .banner-scroll-btn {
    bottom: 135px !important;
  }
@media (max-width: 767px) {
  .page-template-index .banner-scroll-btn {
    bottom: 130px !important;
  }
@media (max-width: 767px) {
  .wine-bnr .banner-scroll-btn img {
    width: 6rem;
  }
.page-template-index .index-banner-wrapper .image-wrap img {
    height: 850px;
    object-fit: cover;
    object-position: center 20%;
  }
/* Cookie Banner */
body #shopify-pc__banner {
  padding: 0.8rem 2rem !important;
}

body #shopify-pc__banner .shopify-pc__banner__body h2 {
  font-size: 1.2rem !important;
  margin-bottom: 0.3rem !important;
}

body #shopify-pc__banner .shopify-pc__banner__body p {
  font-size: 1.1rem !important;
  margin-bottom: 0 !important;
}

body #shopify-pc__banner #shopify-pc__banner__btn-accept,
body #shopify-pc__banner #shopify-pc__banner__btn-decline,
body #shopify-pc__banner #shopify-pc__banner__btn-manage-prefs {
  font-size: 1.1rem !important;
  padding: 0.4rem 1rem !important;
}

/* Responsive End */