/** Shopify CDN: Minification failed

Line 9812:70 Unexpected "{"

**/
img {
  max-width: 100%;
}
/* body *:focus-visible {
  outline: 1px solid var(--color-black) !important;
} */
/* :focus {
  outline: none;
} */

.header-wrapper,
.footer {
  background: var(--color-primary);
}
#shopify-section-footer footer {
  margin: 0;
}
.header-wrapper {
  padding: 21px 0;
}
/* .full-unstyled-link {
  outline-style: none;
  outline-width: 0;
} */
body,
.caption,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  letter-spacing: 0;
}
body .page-width {
  max-width: var(--container);
  padding: 0 20px;
}
body {
  font-family: var(--knockout);
  background-image: var(--bg-image);
  background-position: left top;
  background-repeat: repeat;
  letter-spacing: 0;
}
.announcement-bar p {
  font-size: 20px;
  text-transform: uppercase;
  color: #5a102a;
  font-weight: 400;
  font-family: var(--knockout);
}
body .okeReviews[data-oke-container] .oke-reviewsTab-label,
body div.okeReviews .oke-reviewsTab-label {
  color: #5a102a;
}
header-drawer {
  z-index: 10;
}
.header {
  padding: 0;
}
.header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-main .logo-div {
  float: left;
}
/* .logo-div .focus-inset:focus-visible {
  outline: none;
} */
.header-main .header-right {
  float: right;
  padding-right: 8px;
  padding-top: 13px;
}
.header-right .list-menu__item {
  font-family: var(--knockout);
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0;
}
.header-right .list-menu__item span {
  letter-spacing: 0.026em;
}
.header-right .list-menu__item.header__active-menu-item,
.header-right .list-menu__item.header__submenuactive-menu-item,
.header-right .list-menu__item:hover {
  color: #e2b64c;
}
.header__icons {
  float: right;
  height: auto;
  width: auto;
  margin-bottom: 18px;
}
.header__icons a {
  float: left;
  height: auto;
  width: auto;
  text-decoration: none;
  outline-width: 0;
}
.header__icons span {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: uppercase;
}
.header__icons a:hover span {
  color: #e2b64c;
}
.header__icons .header__icon--cart {
  margin: 0;
}
.header__icons .header__icon--cart .icon,
.header__icons .header__icon--account .icon {
  width: 25px;
  height: 19px;
  margin-right: 8px;
  margin-top: -3px;
}
.header__icons .header__icon--cart {
  margin-right: 35px;
}
.header-right .header__inline-menu li {
  margin-right: 38px;
  position: relative;
}
.header-right .header__inline-menu li:last-child {
  margin-right: 0;
}
.header-right .header__inline-menu li .icon.icon-menu {
  margin-left: 8px;
}
.header-right .header__submenu .list-menu__item {
  color: var(--color-primary);
  padding: 0 15px;
  font-size: 17px;
}
.header-right .header__submenu .list-menu__item:hover,
.header-right .header__submenu .list-menu__item.list-menu__item--active {
  color: #e2b64c;
}
.header-right .header__inline-menu .header__submenu.list-menu {
  padding: 0rem 0;
  width: 200px;
  position: absolute;
  left: 0;
  display: none;
  border: 0;
}
.header-right .header__inline-menu .header__submenu.list-menu li {
  margin-right: 0;
  padding: 1rem 0;
}
.header-right
  .header__inline-menu
  .header__submenu.list-menu
  li:not(:last-child) {
  margin-bottom: 0px;
}
.header-right .header__inline-menu li:hover > .header__submenu.list-menu {
  display: block;
}
.header-right .header__inline-menu li ul li ul {
  left: 100% !important;
  background: #fff;
  top: 0;
  margin: 0;
}
.header-right .header__icons .cart-count-bubble {
  bottom: auto;
  left: 12px;
  top: -14px;
  background: var(--yellow);
  width: 2rem;
  height: 2rem;
}
.header-right .header__icons .cart-count-bubble span {
  font-size: 16px;
  line-height: 21px;
  display: block;
}
.header-right .header__inline-menu li a svg path {
  fill: #e2b64c;
}
/* .header-right .header__inline-menu li a svg {  display: none;} */
/*.slider-div{display: flex; flex-wrap: wrap;}
.slider-div .single-image{flex: 0 0 70%; height: 100%;}
.slider-div .banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder){height: 100%;}
.slider-div .single-image figure{margin: 0; padding: 0; width: 100%; height: 100%;}
.slider-div .single-image figure img{width: 100%; height: 100%; object-fit: cover;}*/
.slider-div slideshow-component {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  flex-direction: initial;
  height: 700px;
  z-index: 0;
}
.slider-div slideshow-component * {
  height: 100%;
}
.slider-div slideshow-component .item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: initial;
}
.slider-div slideshow-component .image-block {
  flex: 0 0 70%;
  width: 70%;
  position: relative;
  left: auto;
  top: auto;
  height: 100% !important;
}
.slider-div slideshow-component .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-div slideshow-component .banner__content {
  flex: 0 0 30%;
  width: 30%;
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-div slideshow-component .banner__content figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1;
}
.slider-div slideshow-component .banner__content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-div slideshow-component .banner__content * {
  height: auto;
}
.slider-div slideshow-component .banner__content .slideshow__text {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  height: 100%;
  padding: 0 110px;
}
.slider-div slideshow-component .slideshow.banner {
  flex-direction: initial;
  flex-wrap: initial;
  margin: 0;
  gap: initial;
  overflow: hidden;
  height: 100%;
}
.slider-div slideshow-component .slick-dots,
.slider-div slideshow-component .slick-dots * {
  height: auto;
}
.slider-div .slick-dots {
  position: absolute;
  bottom: 45px;
  right: 0;
  width: 30%;
  z-index: 9;
  border: 0;
  padding: 0 110px;
  height: auto;
}
.slider-div .banner__heading {
  font-family: var(--bold);
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-div .banner__text {
  font-family: var(--medium);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 10px 0;
}
.slider-div .banner__text p {
  margin: 0 0 19px 0;
}
.slider-div .banner__text p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-div .banner__text p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-div .banner__text p:last-child {
  margin-bottom: 0;
}
.slider-div .banner__buttons {
  margin: 2rem 0 0 0;
}
.slider-div .banner__buttons a {
  width: 200px;
  --border-offset: 0;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  line-height: 40px;
  min-height: 40px;
}
.slider-div .banner__buttons a:before,
.slider-div .banner__buttons a:after {
  display: none;
}
.slider-div .banner__buttons a:hover,
.slider-div .banner__buttons a:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.home-slider:not(.slick-slider) .item + .item {
  display: none;
}
.slider-div slideshow-component .slick-dots li {
  padding: 0;
  margin-right: 8px;
  height: 10px;
  width: 10px;
  list-style: none;
  float: none;
  display: inline-block;
}
.slider-div slideshow-component .slick-dots li:last-child {
  margin: 0;
}
.slider-div slideshow-component .slick-dots li button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 0;
  padding: 0;
  border-radius: 100%;
}
.slider-div slideshow-component .slick-dots li.slick-active button,
.slider-div slideshow-component .slick-dots li:hover button {
  background-color: #fff;
  border-color: #fff;
}

section.home-description {
  margin-top: 0;
}
.home-description .home-desc-main {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 36px 0 51px 0;
  letter-spacing: 0;
}
.has-border span {
  border-bottom: 3px solid var(--color-primary);
  display: block;
  width: 100%;
}
.has-border:before {
  content: "";
  background-image: var(--bg-seperator);
  background-repeat: repeat-x;
  background-position: left top;
  height: 3px;
  width: 100%;
  display: block;
  background-repeat: repeat-x;
  margin-bottom: 8px;
}
.has-border:after {
  content: "";
  background-image: var(--bg-seperator);
  background-repeat: repeat-x;
  background-position: left top;
  height: 3px;
  width: 100%;
  display: block;
  background-repeat: repeat-x;
  margin-top: 8px;
}
.page-break-section .has-border span.dashed-line-top,
.page-break-section .has-border span.solid-line,
.page-break-section .has-border span.dashed-line-bottom {
  position: relative;
  display: -webkit-flex;
}
.page-break-section .has-border:before,
.page-break-section .has-border:after {
  display: none;
}
.page-break-section .has-border span {
  border-bottom: 0;
}
.page-break-section .has-border span.dashed-line-top:before,
.page-break-section .has-border span.dashed-line-top:after,
.page-break-section .has-border span.dashed-line-bottom:before,
.page-break-section .has-border span.dashed-line-bottom:after {
  content: "";
  background-image: var(--bg-seperator);
  background-repeat: repeat-x;
  background-position: left top;
  height: 3px;
  width: 100%;
  display: block;
}
.page-break-section .has-border span.dashed-line-top:before,
.page-break-section .has-border span.dashed-line-top:after {
  margin-bottom: 8px;
}
.page-break-section .has-border span.dashed-line-bottom:before,
.page-break-section .has-border span.dashed-line-bottom:after {
  margin-top: 8px;
}
.has-border span.solid-line:before,
.has-border span.solid-line:after {
  content: "";
  border-bottom: 3px solid var(--color-primary);
  display: block;
  width: 100%;
}
.page-break-section .has-border span.dashed-line-top:before,
.page-break-section .has-border span.solid-line:before,
.page-break-section .has-border span.dashed-line-bottom:before {
  max-width: 67%;
}
.page-break-section .has-border span.dashed-line-top:after,
.page-break-section .has-border span.solid-line:after,
.page-break-section .has-border span.dashed-line-bottom:after {
  max-width: 14%;
  position: absolute;
  top: 0;
  right: 0;
}
.page-break-section.pos-left .has-border span.dashed-line-top:before,
.page-break-section.pos-left .has-border span.solid-line:before,
.page-break-section.pos-left .has-border span.dashed-line-bottom:before {
  max-width: 14%;
}
.page-break-section.pos-left .has-border span.dashed-line-top:after,
.page-break-section.pos-left .has-border span.solid-line:after,
.page-break-section.pos-left .has-border span.dashed-line-bottom:after {
  max-width: 67%;
}

.page-break-section.pos-center .has-border span.dashed-line-top:before,
.page-break-section.pos-center .has-border span.solid-line:before,
.page-break-section.pos-center .has-border span.dashed-line-bottom:before {
  max-width: 40.5%;
}

.page-break-section.pos-center .has-border span.dashed-line-top:after,
.page-break-section.pos-center .has-border span.solid-line:after,
.page-break-section.pos-center .has-border span.dashed-line-bottom:after {
  max-width: 40.5%;
}

.page-break-section.no-image .has-border span.dashed-line-top:before,
.page-break-section.no-image .has-border span.solid-line:before,
.page-break-section.no-image .has-border span.dashed-line-bottom:before {
  max-width: 100%;
}
.page-break-section.no-image .has-border span.dashed-line-top:after,
.page-break-section.no-image .has-border span.solid-line:after,
.page-break-section.no-image .has-border span.dashed-line-bottom:after {
  max-width: 0;
}
.border-cus .div-heart.align-right,
.div-heart.hart-shape-cus {
  right: 14%;
  left: auto;
  text-align: center;
  max-width: 19%;
}
.border-cus .div-heart.align-left {
  left: 14%;
  text-align: center;
  max-width: 19%;
  right: auto;
}
.border-cus .div-heart.align-center {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 19%;
}

.home-desc-main h2 {
  margin: 0 0 17px 0;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 32px;
  line-height: 40px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.home-desc-main h2 span {
  display: block;
}
.home-desc-main .decription p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0 0 24px 0;
  letter-spacing: 0;
}
.home-desc-main .thank-you {
  font-family: var(--bold);
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0 0 45px 0;
  letter-spacing: 0;
}
.home-desc-main .thank-you span {
  display: block;
}
.home-desc-main ul.buttons {
  margin: 0;
  padding: 0;
}
.home-desc-main ul.buttons li {
  list-style: none;
  display: inline-block;
  background-image: var(--bg-food);
  background-repeat: no-repeat;
  background-position: center;
  width: 224px;
  padding: 44px 0;
  margin-right: 53px;
}
.home-desc-main ul.buttons li:last-child {
  margin-right: 0;
}
.home-desc-main ul.buttons li a {
  width: 100%;
  line-height: 36px;
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
  color: var(--white);
  font-size: 15px;
  font-family: var(--bold);
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  outline-width: 1px;
}
/* .home-desc-main ul.buttons li a:focus {
  outline-style: none;
}
.home-desc-main ul.buttons li a:not(:focus) {
  outline-style: none;
} */
.home-desc-main ul.buttons li a:hover {
  background-color: var(--white);
  color: var(--color-primary);
}

.collection-list-wrapper .title-wrapper-with-link {
  max-width: 450px;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.collection-list-wrapper .title-wrapper-with-link h2 {
  margin: 0 0 17px;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 32px;
  line-height: 40px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.collection-list-wrapper .card .card__inner {
  height: 325px;
  background-color: transparent;
}
.collection-list-wrapper .card .card__inner .card__media img {
  object-fit: cover;
}
.collection-list-wrapper .collection-list.grid {
  column-gap: 17px;
  row-gap: 17px;
}
.collection-list-wrapper .collection-list.grid li {
  width: 24%;
  max-width: 100%;
}
.collection-list-wrapper .collection-list__item .card-wrapper {
  height: auto;
}
.collection-list-wrapper .collection-list__item .card-wrapper .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(104, 29, 50, 0.75);
  padding: 0;
}
.collection-list-wrapper
  .collection-list__item
  .card-wrapper
  .card__content
  .card__information {
  padding: 17px 10px;
  text-align: center;
}
.collection-list-wrapper
  .collection-list__item
  .card-wrapper
  .card__content
  .card__information
  h3
  .icon-wrap {
  display: none;
}
.collection-list-wrapper
  .collection-list__item
  .card-wrapper
  .card__content
  .card__information
  h3 {
  font-family: var(--bold);
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}
.collection-list-wrapper
  .collection-list__item
  .card-wrapper
  .card__content
  .card__information
  h3
  a {
  color: var(--white);
}
.collection-list-wrapper
  .collection-list__item:hover
  .card-wrapper
  .card__content {
  background-color: rgba(104, 29, 50, 1);
}
.home-description .has-border {
  display: none;
}
.featured-collection-main .collection {
  padding: 50px 0;
}
.featured-collection-main .collection__title.title-wrapper {
  margin: 0 0 25px 0;
}
.featured-collection-main .grid {
  margin-top: 0;
}
.featured-collection-main .collection__title h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--bold);
  font-size: 34px;
  line-height: 45px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.featured-collection-main .page-width-desktop {
  max-width: 100%;
  padding: 0;
}
.featured-collection-main .page-width-desktop ul {
  margin: 0 -9px;
  padding: 0;
  column-gap: initial;
}
.featured-collection-main .page-width-desktop .grid--4-col-desktop .grid__item {
  width: 25%;
  padding: 0 9px;
  max-width: initial;
}
.featured-collection-main ul {
  margin-left: -5px;
  margin-right: -5px;
}
.featured-collection-main ul li {
  padding: 0 5px;
}
.featured-collection-main ul li .card__information {
  padding: 0;
}
.featured-collection-main ul li .card__information h3 {
  display: flex;
  flex-direction: column;

  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  display: -webkit-box; /* Enables WebKit-based flexbox behavior */
  -webkit-box-orient: vertical; /* Keeps text in a vertical block */
  -webkit-line-clamp: 2; /* Limits text to 2 lines (WebKit browsers only) */
  overflow: hidden; /* Hides overflow text */
  word-break: break-word; /* Ensures proper word breaking */
  height: 60px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.featured-collection-main ul li .card__information h3 a {
  color: var(--color-primary);
}
.featured-collection-main ul li .card__information h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.featured-collection-main ul li .card__information .price {
  font-family: var(--knockout);
  font-size: 24px;
  line-height: 26px;
  color: var(--color-black);
  margin-bottom: 14px;
}
.featured-collection-main ul li .card__content {
  padding-right: 90px;
  padding-top: 20px;
}
.featured-collection-main ul li .description,
.featured-collection-main ul li .description p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0;
}

.featured-collection-main ul li .description {
  margin-bottom: 21px;
}
.featured-collection-main ul li .quick-add .quick-add__submit {
  width: 173px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  height: 40px;
  min-width: initial;
  padding: 0;
  line-height: 1;
  min-height: initial;
  --border-offset: 0;
}
.featured-collection-main ul li .quick-add .quick-add__submit:hover,
.featured-collection-main ul li .quick-add .quick-add__submit:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--white);
}

button:before,
button:after,
.button:before,
.button:after {
  display: none;
}
.featured-collection-main ul li .underline-links-hover:hover a {
  text-decoration: none;
  text-underline-offset: 0rem;
}
.featured-collection-main .variant-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(104, 29, 50, 0.75);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 44px;
  display: none;
  transition: 0.25s;
}
.featured-collection-main .variant-option h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.featured-collection-main .variant-option h2:before {
  content: "";
  width: 100%;
  height: 4px;
  background-image: var(--title-top);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
  filter: brightness(0) invert(1);
  margin-bottom: 3px;
}
.featured-collection-main .variant-option h2:after {
  content: "";
  width: 100%;
  height: 4px;
  background-image: var(--title-bottom);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
  filter: brightness(0) invert(1);
  margin-top: 3px;
}
.featured-collection-main .variant-option ul {
  list-style: none;
  padding: 0;
  margin: 0 0 47px 0;
}
.featured-collection-main .variant-option ul li {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
}
.featured-collection-main .variant-option .order-btn {
  width: 100%;
}
.featured-collection-main .variant-option .variant-box {
  width: 100%;
}
.featured-collection-main .variant-option .order-btn a {
  width: 173px;
  --border-offset: 0;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  line-height: 37px;
  min-height: 37px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.featured-collection-main .variant-option .order-btn a:hover,
.featured-collection-main .variant-option .order-btn a:focus {
  background-color: var(--white);
  border-color: var(--color-white);
  color: var(--color-primary);
}
.featured-collection-main .card .card__inner .card__media {
  z-index: 2;
}
.featured-collection-main ul li .card__media:hover .variant-option {
  display: flex;
  transition: 0.25s;
}
.featured-collection-main
  .collection.merchandise
  .collection__title.title-wrapper {
  text-align: center;
}
.featured-collection-main .collection-banner {
  margin: 23px 0;
  display: block;
}
.featured-collection-main .collection-banner figure {
  margin: 0;
  text-align: center;
}
.featured-collection-main .collection-banner figure img {
  max-width: 100%;
}

.featured-collection-main .collection__view-all {
  margin-top: 16px;
}
.featured-collection-main .collection__view-all a {
  width: 222px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  height: 40px;
  min-width: initial;
  padding: 0;
  line-height: 1;
  min-height: initial;
  --border-offset: 0;
}
.featured-collection-main .collection__view-all a:hover {
  color: var(--color-primary);
  background-color: transparent;
}
.template-index .featured-collection-main .has-border {
  display: none;
}

.insta-feed .insta-main {
  text-align: center;
  padding: 20px 0 0 0;
}
.insta-main h2 {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 34px;
  line-height: 52px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.insta-main h2:before {
  content: "";
  width: 410px;
  height: 7px;
  background-image: var(--title-top);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
}
.insta-main h2:after {
  content: "";
  width: 410px;
  height: 7px;
  background-image: var(--title-bottom);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
}

.insta-main #insta-feed .slider-arrow:hover,
.insta-main .instafeed-lightbox .lightbox-instagram .arrows a:hover,
.insta-main .instafeed-shopify .slider-arrow:hover,
.insta-main #insta-feed .slider-arrow,
.insta-main .instafeed-shopify .slider-arrow {
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  z-index: 0;
}

.insta-main #insta-feed {
  padding: 0 50px !important;
}
.insta-main .slide-page {
  padding: 0;
}

.insta-main
  #insta-feed
  .slider-arrow[aria-label="Scroll Instagram feed to the left"] {
  left: -42px !important;
  background-image: var(--prev-arrow);
  background-repeat: no-repeat;
  background-position: left center;
  height: 70px;
  width: 26px;
  opacity: 1;
  font-size: 0;
}
.insta-main
  #insta-feed
  .slider-arrow[aria-label="Scroll Instagram feed to the right"] {
  right: -42px !important;
  background-image: var(--next-arrow);
  background-repeat: no-repeat;
  background-position: right center;
  height: 70px;
  font-size: 0;
  width: 26px;
  opacity: 1;
}
.insta-main #insta-feed .slider-arrow:hover {
  opacity: 0.8;
}

body .section-footer-padding {
  padding-top: 38px;
  padding-bottom: 17px;
  /*padding-bottom: 64px;*/
}
.ft-logo {
  margin: 6px 0 28px 0;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-main .list-social {
  justify-content: center;
}
.footer-main .list-social .list-social__link {
  padding: 0;
  height: 35px;
  justify-content: center;
}
.footer--menu .footer-block--menu {
  margin-bottom: 21px;
}
.footer--menu ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.footer--menu ul li {
  font-family: var(--knockout);
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  list-style: none;
}
.footer--menu ul li:not(:last-child) {
  margin-right: 45px;
}
.footer--menu ul li a {
  color: var(--white);
  text-decoration: none;
}
.footer--menu ul li a:hover,
.footer--menu ul li a.list-menu__item--active {
  color: #e2b64c;
  text-decoration: underline;
}
.mobile-social {
  display: none;
}
footer .footer-block--newsletter {
  margin: 0;
  width: 688px;
}
.footer-block--newsletter .newsletter-form .newsletter-form__field-wrapper,
.footer-block--newsletter .newsletter-form {
  width: 100%;
  max-width: 100%;
}
.footer-block--newsletter .footer-block__heading {
  text-align: left;
  font-family: var(--bold);
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: var(--yellow);
  margin: 0 0 13px 0;
}
.footer-block--newsletter
  .newsletter-form
  .newsletter-form__field-wrapper
  .field
  .field__label {
  color: var(--color-primary);
  text-transform: capitalize;
  font-family: var(--bold);
  font-size: 16px;
  letter-spacing: 0;
  left: calc(var(--inputs-border-width) + 1.5rem);
  top: calc(1.2rem + var(--inputs-border-width));
  display: none;
}
.footer-block--newsletter .newsletter-form__field-wrapper .field__input {
  width: 100%;
  height: 48px;
  padding-right: 200px;
  font-family: var(--bold);
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-block--newsletter
  .newsletter-form__field-wrapper
  .newsletter-form__button {
  width: 188px;
  border: 2px solid var(--yellow);
  background: var(--yellow) !important;
  font-size: 16px;
  font-family: var(--bold);
  color: var(--white);
  text-transform: uppercase;
  height: 48px;
  top: 1px;
}
.footer-block--newsletter
  .newsletter-form__field-wrapper
  .newsletter-form__button:hover {
  background-color: transparent !important;
  color: var(--yellow);
}
.footer--menu .footer__copyright {
  text-align: left;
  font-family: var(--book);
  font-size: 13px;
  line-height: 24px;
  margin: 3px 0 0 0;
  color: var(--white);
  letter-spacing: 0;
}
.footer--menu .footer__copyright a {
  color: var(--white);
}
.footer--menu .footer__copyright a:hover {
  color: #e2b64c;
}
.footer-ukraini {
  margin-top: 9px;
}
.footer-main .list-social li.list-social__item:not(:last-child) {
  margin-right: 32px;
}
.footer-block.footer-ukraini img.mobile {
  display: none;
}

.collections-div {
  padding: 46px 0 11px 0;
}
/* .collections-div.order{padding: 0;} */
.collection-title h1,
.collection-title h2 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 55px;
  line-height: 73px;
  text-align: center;
  margin: 0 0 17px 0;
  color: var(--color-primary);
}
.main-blog {
  position: relative;
}
.main-blog .collection-title h1 {
  font-family: var(--black);
  font-weight: 900;
  -webkit-text-stroke: 2px var(--color-primary);

  /* Fallback for other browsers 
  text-shadow: -2px -2px 0 var(--color-primary), 2px -2px 0 var(--color-primary),
    -2px 2px 0 var(--color-primary), 2px 2px 0 var(--color-primary);*/

  text-shadow: -0.5px -0.5px 0 var(--color-primary),
    0.5px -0.5px 0 var(--color-primary), -0.5px 0.5px 0 var(--color-primary),
    0.5px 0.5px 0 var(--color-primary), -1px 0px 0 var(--color-primary),
    1px 0px 0 var(--color-primary), 0px -1px 0 var(--color-primary),
    0px 1px 0 var(--color-primary);
  letter-spacing: 2.5px;
}
.collection-title .box-title-section-collections {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.collection-title .box-title-section-collections li {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--knockout);
  font-size: 22px;
  letter-spacing: 0.025em;
  line-height: 34px;
  margin: 0;
  color: var(--color-primary);
}
.collection-title .box-title-section-collections li a {
  color: #402020;
  text-decoration: none;
}
.collection-title .box-title-section-collections li a:hover {
  color: #efd482;
}
.collection-title .box-title-section-collections li:not(:last-child) {
  margin-right: 46px;
}
.collections-div .featured-collection-main .grid__item {
  margin-bottom: 19px;
}
.collections-div .featured-collection-main .product-grid {
  margin-bottom: -19px;
}
.collections-div
  .section-collections
  .featured-collection-main:last-child
  .has-border {
  display: none;
}
/* .collections-div .featured-collection-main .description{display: none;} */
.collections-div .featured-collection-main ul li .card__information .price {
  margin-bottom: 35px;
}
.pagination-wrapper .pagination__item {
  font-family: var(--book);
}
.pagination-wrapper .pagination__item.pagination__item--current {
  font-family: var(--bold);
  color: var(--color-primary);
}
.pagination-wrapper .pagination__list > li:not(:last-child) {
  margin-right: 0;
}
.skip-to-content-link {
  display: none !important;
}

.collection-title-div {
  padding: 50px 0 0 0;
}
.collection-title-div .collection-hero__description {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0 0 35px;
  letter-spacing: 0;
  text-align: center;
  max-width: 100%;
  max-width: 65%;
  margin: auto;
  margin-bottom: 35px;
}
.collection-title-div .collection-hero__image-container {
  margin-left: 0;
  min-height: 300px;
}

.product-grid-container #ProductGridContainer .grid__item {
  margin-bottom: 20px;
}
.product-grid-container .page-width-desktop {
  max-width: 100%;
  padding: 0;
}
.product-grid-container .page-width-desktop ul {
  margin: 0 -9px;
  padding: 0;
  column-gap: initial;
}
.product-grid-container .page-width-desktop .grid--4-col-desktop .grid__item {
  width: 25%;
  padding: 0 9px;
  max-width: initial;
}
.product-grid-container ul {
  margin-left: -5px;
  margin-right: -5px;
}
.product-grid-container ul li {
  margin-bottom: 20px;
  padding: 0 5px;
}
.product-grid-container ul li .card__information {
  padding: 0;
}
.product-grid-container ul li .underline-links-hover:hover a {
  text-decoration: none;
  text-underline-offset: 0.3rem;
}
.product-grid-container ul li .card__information h3 {
  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.product-grid-container ul li .card__information h3 a {
  color: var(--color-primary);
}
.product-grid-container ul li .card__information h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.product-grid-container ul li .card__information .price {
  font-family: var(--knockout);
  font-size: 24px;
  line-height: 26px;
  color: var(--color-black);
  margin-bottom: 14px;
}
.product-grid-container ul li .card__content {
  padding-right: 90px;
  padding-top: 21px;
}
.product-grid-container ul li .description,
.product-grid-container ul li .description p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0;
}
/*.product-grid-container ul li .description{margin-bottom: 21px; display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;}*/
.product-grid-container ul li .description {
  margin-bottom: 21px;
}
.product-grid-container ul li .quick-add .quick-add__submit {
  width: 173px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  height: 40px;
  min-width: initial;
  padding: 0;
  line-height: 1;
  min-height: initial;
  --border-offset: 0;
}
.product-grid-container ul li .quick-add .quick-add__submit:hover,
.product-grid-container ul li .quick-add .quick-add__submit:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--white);
}
.product-grid-container .variant-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(104, 29, 50, 0.75);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 44px;
  display: none;
  transition: 0.25s;
}
.product-grid-container .variant-option h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.product-grid-container .variant-option h2:before {
  content: "";
  width: 100%;
  height: 4px;
  background-image: var(--title-top);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
  filter: brightness(0) invert(1);
  margin-bottom: 3px;
}
.product-grid-container .variant-option h2:after {
  content: "";
  width: 100%;
  height: 4px;
  background-image: var(--title-bottom);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
  filter: brightness(0) invert(1);
  margin-top: 3px;
}
.product-grid-container .variant-option ul {
  list-style: none;
  padding: 0;
  margin: 0 0 47px 0;
}
.product-grid-container .variant-option ul li {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
}
.product-grid-container .variant-option .order-btn {
  width: 100%;
}
.product-grid-container .variant-option .variant-box {
  width: 100%;
}
.product-grid-container .variant-option .order-btn a {
  width: 173px;
  --border-offset: 0;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  line-height: 37px;
  min-height: 37px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.product-grid-container .variant-option .order-btn a:hover,
.product-grid-container .variant-option .order-btn a:focus {
  background-color: var(--white);
  border-color: var(--color-white);
  color: var(--color-primary);
}
.product-grid-container .card .card__inner .card__media {
  z-index: 2;
}
.product-grid-container ul li:hover .variant-option {
  display: flex;
  transition: 0.25s;
}
.product-grid-container
  .collection.merchandise
  .collection__title.title-wrapper {
  text-align: center;
}
.product-grid-container .collection-banner {
  margin: 23px 0;
  display: block;
}
.product-grid-container .collection-banner figure {
  margin: 0;
  text-align: center;
}
.product-grid-container .collection-banner figure img {
  max-width: 100%;
}
.product-grid-container .collection {
  padding: 48px 0;
}

body .product__info-container > * + * {
  margin: 0;
}
body .product--large {
  padding: 44px 0 41px 0;
}
body .product--large:not(.product--no-media) .product__info-wrapper {
  padding: 0 8px 0 10rem;
  max-width: 49%;
  width: calc(49% - var(--grid-desktop-horizontal-spacing) / 2);
}
body .product--large:not(.product--no-media) .product__media-wrapper {
  max-width: 51%;
  width: calc(51% - var(--grid-desktop-horizontal-spacing) / 2);
}
body .product--large:not(.product--no-media) .product__media-wrapper .grid {
  margin-bottom: 9px;
}
body .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: 32.33%;
}
body .thumbnail-slider .thumbnail-list.slider--tablet-up {
  padding: 0;
}
.product--thumbnail_slider .slider-mobile-gutter .slider-button {
  position: absolute;
  padding: 0;
  z-index: 2;
  display: block;
  visibility: visible;
}
.product--thumbnail_slider .thumbnail-list {
  grid-gap: 9px;
}
.product--thumbnail_slider
  .slider-mobile-gutter
  .slider-button.slider-button--next {
  right: 0;
}
.product--thumbnail_slider .slider-button .icon {
  height: 1.5rem;
}
.product--thumbnail_slider .slider-button .icon path {
  fill: var(--white);
}
.product .product__info-wrapper .product__text {
  display: none;
}
.product .product__info-wrapper .breadcrumbs {
  margin: -7px 0 2px 0;
}
.product .product__info-wrapper .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.product .product__info-wrapper .breadcrumbs ul li {
  display: inline;
  font-family: var(--light);
  font-size: 12px;
  line-height: 15px;
  color: #221000;
}
.product .product__info-wrapper .breadcrumbs ul li a {
  color: #221000;
  text-decoration: none;
}
.product .product__info-wrapper .breadcrumbs ul li a:hover {
  color: #e2b64c;
}
.product .product__info-wrapper .breadcrumbs ul li strong {
  font-family: var(--medium);
}
.product .product__info-wrapper .breadcrumbs ul li:not(:last-child):after {
  content: ">";
  margin: 0 0 0 2px;
}
.product .product__info-wrapper .product__title {
  margin: 0 0 7px 0;
}
.product .product__info-wrapper .product__title h1 {
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  color: var(--color-primary);
  text-transform: uppercase;
}
.product .product__info-wrapper .yotpo {
  margin: 0 0 5px 0;
}
.bottomLine .rating-star {
  letter-spacing: calc(0.6 * 1rem);
}
.bottomLine .yotpo-stars .sr-only {
  display: none;
}
.bottomLine .yotpo-bottomline .text-m {
  font-family: var(--light);
  font-size: 14px;
  line-height: 16px;
  color: #221000;
  margin-left: 5px;
  text-decoration: none;
  margin-top: 0;
}
/* .bottomLine .rating-star:before {
  content: "\2605";
  color: var(--yellow);
  font-size: 25px;
  -webkit-text-fill-color: var(--yellow);
} */
.product .product__info-wrapper .price {
  margin-bottom: 10px;
}
.product .product__info-wrapper .price .price-item {
  font-family: var(--knockout);
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.product .product__info-wrapper .product__description {
  margin: 0 0 20px 0;
}
.product .product__info-wrapper .product__description h2 {
  margin: 0;
  font-family: var(--knockout);
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 0.025em;
  color: var(--color-primary);
}
.product .product__info-wrapper .product__description h2 + p {
  margin-bottom: 10px;
}
.product .product__info-wrapper .product__description p {
  margin: 0;
  font-family: var(--book);
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
}
.product .product__info-wrapper .product__description ul {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
}
.product .product__info-wrapper .product__description ul li {
  margin: 0;
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.product .product__info-wrapper .product-form__input,
.product .product__info-wrapper .product-form__input .select {
  max-width: 100%;
}
.product .product__info-wrapper .product-form__input label {
  font-family: var(--medium);
  font-size: 14px;
  line-height: 16px;
  color: #221000;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.product .product__info-wrapper .product-form__input .select__select {
  height: 38px;
  font-family: var(--bold);
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 15px;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid var(--color-primary);
}
.product .product__info-wrapper .product-form__input .select .icon-caret {
  height: 0.9rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 20px;
}
.product .product__info-wrapper .product-form__input .select .icon-caret path {
  fill: var(--color-primary);
}
.product
  .product__info-wrapper
  .product-form__input.product-form__input--dropdown {
  margin-bottom: 8px;
}
.product .product__info-wrapper .product-form__input.product-form__quantity {
  display: inline-block;
  width: 48%;
  margin-right: 7%;
  font-size: 0;
}
.product
  .product__info-wrapper
  .product-form__input.product-form__quantity
  .quantity {
  width: 100%;
  display: inline-block;
  min-height: 40px;
  border: 0px solid var(--color-primary);
  margin-bottom: 20px;
}
.product .product__info-wrapper .quantity button {
  float: left;
  width: 19%;
  height: 40px;
}
.product
  .product__info-wrapper
  .product-form__input.product-form__quantity
  .quantity
  .qty-box {
  display: none;
}
.product
  .product__info-wrapper
  .product-form__input.product-form__quantity
  .quantity
  .select:before,
.product
  .product__info-wrapper
  .product-form__input.product-form__quantity
  .quantity
  .select:after {
  display: none;
}
.product .product__info-wrapper .quantity .quantity__input {
  width: 61%;
  float: left;
  height: 40px;
  font-family: var(--bold);
  color: var(--color-primary);
  font-size: 15px;
}
.product .product__info-wrapper .add-to-cart-div {
  display: inline-block;
  width: 44%;
  vertical-align: top;
  padding-top: 11px;
}
.product .product__info-wrapper .product-form {
  margin: 0;
}
.product
  .product__info-wrapper
  .product-form__input.product-form__quantity
  .form__label {
  font-family: var(--bold);
  color: var(--color-primary);
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
.product .product__info-wrapper .quantity:before {
  background-color: transparent;
}
.product .product__info-wrapper .quantity:after {
  box-shadow: none;
}
.product .product__info-wrapper .add-to-cart-div .product-form__submit {
  margin-bottom: 0;
  background-color: var(--color-primary);
  min-height: 40px;
  font-size: 15px;
  font-family: var(--bold);
  letter-spacing: 0;
  border: 1px solid var(--color-primary);
}
.product
  .product__info-wrapper
  .product-form__input.product-form__quantity
  .select__select {
  height: 40px;
}
.product .product__info-wrapper .add-to-cart-div .product-form__submit:before,
.product .product__info-wrapper .add-to-cart-div .product-form__submit:after {
  display: none;
}
.product
  .product__info-wrapper
  .add-to-cart-div
  .product-form__submit:hover:after {
  display: none;
}
.product .product__info-wrapper .add-to-cart-div .product-form__submit:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.product .product__info-wrapper .quantity__button svg {
  width: 1.3rem;
}
.product .product__info-wrapper .quantity__button svg path {
  fill: var(--color-primary);
}
.product .product__info-wrapper .send-gift {
  margin-top: 23px; /*margin-bottom: 38px;*/
}
.product .product__info-wrapper .send-gift modal-opener {
  width: 100%;
  margin-bottom: 7px;
}
.product .product__info-wrapper .send-gift .button {
  background: var(--yellow);
  font-family: var(--bold);
  font-size: 15px;
  color: var(--color-primary);
  text-transform: uppercase;
  line-height: 40px;
  width: 100%;
  border: 0;
  letter-spacing: 0;
  min-height: 40px;
  margin-bottom: 9px;
}
.product .product__info-wrapper .send-gift .button:before,
.product .product__info-wrapper .send-gift .button:after {
  display: none;
}
.product .product__info-wrapper .send-gift .button:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
.product .product__info-wrapper .send-gift p {
  font-size: 16px;
  line-height: 18px;
  color: #221000;
  font-family: var(--light);
  margin: 0;
}
.product .product__info-wrapper .send-gift p a {
  font-size: 16px;
  font-family: var(--bold);
  line-height: 18px;
  display: block;
  color: var(--color-primary);
  text-transform: capitalize;
  text-decoration: none;
}
.product .product__info-wrapper .send-gift p a:hover {
  color: var(--yellow);
}
.custom-set .product .product__info-wrapper .send-gift p span {
  font-size: 16px;
  font-family: var(--bold);
  line-height: 24px;
  color: var(--color-primary);
  letter-spacing: 0;
  display: block;
  margin-bottom: 3px;
}

body .product__info-container .product-tabing {
  margin-bottom: -1px;
}
.product-tabing .accordion {
  margin: 0;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.product-tabing .accordion summary {
  padding: 7px 0;
}
.product-tabing .accordion .accordion__title {
  font-size: 15px;
  font-family: var(--bold);
  line-height: 24px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.product-tabing .accordion summary .icon-caret {
  right: 0;
  height: 9px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.product-tabing .accordion summary .icon-caret path {
  fill: var(--color-primary);
}
.product-tabing .accordion details[open] summary .icon-caret {
  transform: translateY(-50%) rotate(0);
}
.product-tabing .accordion .accordion__content {
  padding: 0;
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  letter-spacing: 0;
  margin-top: 9px;
}
.product-tabing .accordion .rte p {
  padding-right: 50px;
}
.related-products {
  margin-bottom: 39px;
}
.related-products .product-recommendations__heading {
  margin: 0 0 21px 0;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 34px;
  line-height: 45px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.related-products .grid {
  margin: 0;
}

.reviews-section .review-title {
  margin: 0 0 11px 0;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 34px;
  line-height: 45px;
  color: var(--color-primary);
  letter-spacing: 0;
}
.reviews-section .rating-star:before {
  content: "\2605";
  color: var(--yellow);
  font-size: 25px;
  -webkit-text-fill-color: var(--yellow);
  letter-spacing: 0.16em;
}
.reviews-section .yotpo-regular-box {
  position: relative;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 26px;
}
.reviews-section .yotpo-bottomline-box-1 {
  max-width: 43%;
  min-width: 220px;
}
.reviews-section .yotpo-regular-box .yotpo-default-button {
  position: absolute;
  right: 4px;
  top: 9px;
}
.reviews-section
  .yotpo-regular-box
  .yotpo-default-button
  .yotpo-icon-button-text {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0 18px;
  line-height: 36px;
  display: block;
}
.reviews-section
  .yotpo-regular-box
  .yotpo-default-button
  .yotpo-icon-button-text:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
.reviews-section .yotpo-regular-box .based-reviews {
  display: block;
  font-family: var(--light);
  font-size: 14px;
  line-height: 26px;
  color: #221000;
}
.reviews-section .yotpo-regular-box .yotpo-sum-reviews {
  margin-left: 7px;
  font-family: var(--bold);
  font-size: 18px;
  color: var(--color-primary);
}
.reviews-section .product-reviews {
  display: flex;
  flex-wrap: wrap;
}
.reviews-section .product-reviews .product-review-box {
  flex: 0 0 50%;
  padding-right: 40px;
  border-bottom: 1px solid var(--color-primary);
  padding-top: 17px;
  padding-bottom: 21px;
}
.reviews-section .product-review-box .rating-star:before {
  letter-spacing: 0.05em;
}
.reviews-section .product-reviews .product-review-box:last-child,
.reviews-section .product-reviews .product-review-box:nth-last-child(2) {
  border-bottom: 0;
}
.reviews-section .product-reviews .product-review-box:nth-child(even) {
  padding-right: 0px;
  padding-left: 52px;
}
.reviews-section .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.reviews-section .user-name {
  font-size: 14px;
  line-height: 16px;
  font-family: var(--light);
  color: #221000;
}
.reviews-section .header-element .review-title {
  font-family: var(--bold);
  font-size: 18px;
  line-height: 25px;
  color: var(--color-primary);
  text-transform: capitalize;
}
.reviews-section .review-date {
  font-size: 14px;
  line-height: 25px;
  font-family: var(--light);
  color: #221000;
}
.reviews-section .review-wrapper {
  max-width: 81%;
  margin-top: 13px;
}
.reviews-section .review-wrapper .content-review {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.reviews-section .review-wrapper .review-images {
  margin-top: 19px;
}
.reviews-section .review-wrapper .review-images img:not(:last-child) {
  margin-right: 8px;
}
.reviews-section .review-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.reviews-section .share-option a {
  font-size: 14px;
  line-height: 16px;
  font-family: var(--light);
  color: #221000;
  text-decoration: none;
}
.reviews-section .share-option a:hover {
  color: var(--yellow);
}
.reviews-section .share-option a:not(:last-child):after {
  content: "|";
  font-size: 14px;
  line-height: 16px;
  font-family: var(--light);
  color: #221000;
  margin: 0 5px 0 8px;
}
.reviews-section .helpful-div {
  display: flex;
  justify-content: center;
  font-family: var(--light);
  font-size: 15px;
  line-height: 28px;
}
.reviews-section .helpful-div .thumbs-down {
  margin-right: 5px;
  margin-top: 7px;
  margin-left: 12px;
}
.reviews-section .helpful-div .thumbs-up {
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 9px;
}
.reviews-section {
  /*padding-bottom: 33px;*/
  display: none;
}

.product--large .thumbnail[aria-current] {
  box-shadow: none;
  border-color: var(--color-primary);
}

.cart-notification__header .text-body {
  font-family: var(--knockout);
}
.cart-notification-product .cart-notification-product__name {
  font-family: var(--knockout);
  color: var(--color-primary);
}
.cart-notification-product .product-option {
  line-height: 17px;
  margin-top: 7px;
}
.cart-notification-product .product-option dt {
  font-family: var(--knockoutmedium);
  font-size: 15px;
}
.cart-notification-product .product-option dd {
  font-family: var(--knockout);
  font-size: 15px;
}
.cart-notification__links a.button--secondary {
  background-color: var(--color-primary);
  min-height: 40px;
  font-family: var(--bold);
  letter-spacing: 0;
  color: var(--white);
  border: 1px solid var(--color-primary);
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: initial;
}
.cart-notification__links a.button--secondary:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.cart-notification__links button.button--primary {
  background: var(--yellow);
  font-family: var(--bold);
  color: var(--color-primary);
  text-transform: uppercase;
  line-height: 40px;
  border: 0;
  letter-spacing: 0;
  min-height: 40px;
  font-size: 14px;
}
.cart-notification__links button.button--primary:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
.cart-notification__links button.link a,
.cart-notification__links a.link {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 13px;
}
.cart-notification__links button.link a:hover,
.cart-notification__links a.link:hover {
  color: var(--color-black);
}
.cart-notification__links button a:before,
.cart-notification__links .button a:before,
.cart-notification__links button a:after,
.cart-notification__links .button a:after {
  display: none;
}

.product-media-modal .product-media-modal__toggle {
  padding: 0;
  border-top: 0;
  border: 0;
}
.product-media-modal .product-media-modal__toggle svg path {
  fill: var(--color-black);
}

body .product-popup-modal {
  background: rgba(104, 29, 50, 0.76);
  display: none;
}
body .product-popup-modal[open] {
  display: block;
}
.product-popup-modal .product-popup-modal__toggle {
  border: 0;
  padding: 0;
  position: absolute;
  margin: 0;
  top: 21px;
  right: 15px;
  background: transparent;
}
.giftify-popup .giftify-popup__bg {
  background: rgba(104, 29, 50, 0.76);
}
.product-popup-modal .product-popup-modal__toggle svg,
.giftify-popup a.giftify-popup__close svg {
  width: 28px;
}
.product-popup-modal .product-popup-modal__toggle svg path,
.giftify-popup a.giftify-popup__close svg path {
  fill: var(--color-primary);
}
.product-popup-modal .product-popup-modal__content {
  width: 47%;
  height: 62%;
  padding: 29px 50px;
  background-image: var(--bg-image);
  background-position: left top;
  background-repeat: repeat;
}
.giftify-popup .giftify-popup__inside {
  max-width: 47%;
}
.learn_more_popup .product-popup-modal__content h1,
.giftify-popup .giftify-popup__header .giftify-popup__title {
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--bold);
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.learn_more_popup .product-popup-modal__content p {
  font-size: 18px;
  font-family: var(--book);
  line-height: 24px;
  color: #000;
  letter-spacing: 0;
  margin: 0 0 41px 0;
}
.learn_more_popup .product-popup-modal__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.learn_more_popup .product-popup-modal__content ul li figure {
  margin: 0 0 24px 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.learn_more_popup .product-popup-modal__content ul li h2,
.giftify-popup .giftify-popup__steps .giftify-popup__step ol > li {
  font-family: var(--bold);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-primary);
  margin: 0 0 14px 0;
}
.learn_more_popup .product-popup-modal__content ul li p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0;
}
.learn_more_popup .product-popup-modal__content .btn-row {
  text-align: center;
  margin-top: 46px;
}
.learn_more_popup .product-popup-modal__content .btn-row a {
  background: var(--color-primary);
  width: 173px;
  display: inline-block;
  line-height: 38px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  text-decoration: none;
  font-size: 15px;
  border: 1px solid var(--color-primary);
}
.learn_more_popup .product-popup-modal__content .btn-row a:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.learn_more_popup .product-popup-modal__content-info {
  padding-right: 0;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-left {
  flex: 0 0 54%;
}
.contact-img {
  flex: 0 0 41%;
  text-align: right;
}
.contact-div {
  padding-top: 10px;
  padding-bottom: 70px;
}
.contact .contact__fields {
  display: inline-block;
  grid-template-columns: initial;
  grid-column-gap: initial;
  width: 100%;
}
.contact .field {
  flex-wrap: wrap;
}
.contact .contact-img img {
  max-width: 100%;
  display: inline-block;
}
.contact .field__label,
.contact .customer .field label,
.contact .field__input:focus ~ .field__label {
  left: auto;
  top: auto;
  margin-bottom: 5px;
  position: relative;
  order: -1;
  width: 100%;
  font-size: 14px;
  font-family: var(--medium);
  line-height: 13px;
  color: #221000;
  text-transform: capitalize;
  letter-spacing: 0;
}
.contact .field__input,
.contact .customer .field input {
  width: 100%;
  border: 1px solid var(--color-primary);
  padding: 0 14px;
  font-family: var(--light);
  font-size: 14px;
  color: #221000; /*text-transform: capitalize;*/
  background: transparent;
  height: 48px;
}
.contact .field__input:focus ~ .field__label,
.contact .field__input:not(:placeholder-shown) ~ .field__label,
.contact .field__input:-webkit-autofill ~ .field__label,
.contact .customer .field input:focus ~ label,
.contact .customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  left: auto;
  top: auto;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 14px;
}
.contact .field__input:focus,
.contact .field__input:not(:placeholder-shown),
.contact .field__input:-webkit-autofill,
.contact .customer .field input:focus,
.contact .customer .field input:not(:placeholder-shown),
.contact .customer .field input:-webkit-autofill {
  margin: 7px 0 0 0;
}
.contact-div .contact .field {
  margin-bottom: 14px;
}
.contact textarea.field__input {
  height: 134px;
  padding: 14px;
}
.contact p {
  font-family: var(--light);
  font-size: 14px;
  line-height: 16px;
  color: #221000;
}
.contact p.note {
  margin: 24px 0 0 0;
}
.contact .contact__button {
  margin-top: 3rem;
}
.contact .contact__field-error {
  color: red;
}
.contact-div .contact .field label span {
  color: red;
}
.contact .contact__button .button {
  min-height: 40px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  padding: 0;
}
.contact .contact__button .button:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.contact .contact__button .button:before,
.contact .contact__button .button:after {
  display: none;
}
.contact div.form__message,
.contact ul.form-status-list {
  display: none;
}
.shopify-challenge__container .shopify-challenge__message {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0 0 24px;
  letter-spacing: 0;
}
.shopify-challenge__container .shopify-challenge__button {
  min-height: 40px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  padding: 0;
  margin-top: 15px;
}
.shopify-challenge__container .shopify-challenge__button:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.gift-form [type="radio"]:checked,
.gift-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.gift-form [type="radio"]:checked + label,
.gift-form [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #221000;
}
.gift-form [type="radio"]:checked + label:before,
.gift-form [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 29px;
  height: 29px;
  border: 2px solid var(--color-primary);
  border-radius: 100%;
  background: transparent;
  transform: translateY(-50%);
}
.gift-form [type="radio"]:checked + label:after,
.gift-form [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 27px;
  height: 27px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.gift-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.gift-form [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

.gift-form {
  padding-bottom: 44px;
}
.gift-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gift-form .form-left {
  flex: 0 0 42%;
}
.gift-form .form-right {
  flex: 0 0 49%;
}
.gift-form .form-right .recipient,
.gift-form .form-right .notify {
  margin-bottom: 30px;
}
.gift-form .field {
  flex-wrap: wrap;
}
.gift-form .field__label {
  left: auto;
  top: auto;
  margin-bottom: 2px;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: var(--medium);
  line-height: 22px;
  color: #221000;
  text-transform: capitalize;
  letter-spacing: 0;
}
.gift-form .field__label span {
  color: red;
}
.gift-form .field__input {
  width: 100%;
  border: 2px solid var(--color-primary);
  padding: 0 14px;
  font-family: var(--book);
  font-size: 14px;
  color: #221000;
  text-transform: capitalize;
  background: transparent;
  height: 48px;
}
.gift-form p {
  font-family: var(--book);
  font-size: 14px;
  line-height: 16px;
  color: #221000;
  margin: 0 0 20px 0;
}
.gift-form p a {
  font-family: var(--bold);
  color: var(--color-primary);
}
.gift-form p a:hover {
  color: var(--yellow);
}
.gift-form h2 {
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0;
}
.gift-form .field {
  margin-bottom: 8px;
}
.gift-form textarea.field__input {
  height: 134px;
  padding: 9px 14px;
}
.gift-form .contact__button {
  margin-top: 24px;
}
.gift-form .contact__button .button {
  min-height: 40px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  margin-bottom: 10px;
}
.gift-form .contact__button .button:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.gift-form .contact__button .button:before,
.gift-form .contact__button .button:after {
  display: none;
}
.gift-form .radio-div {
  padding-left: 22px;
  margin-top: 32px;
}
.gift-form .radio-div .field {
  margin-bottom: 17px;
}
.gift-form .radio-div label {
  font-family: var(--book);
  font-size: 14px;
  line-height: 16px;
  color: #221000;
}
.gift-form .radio-div label strong {
  color: var(--color-primary);
  font-size: 18px;
  font-family: var(--bold);
  line-height: 24px;
  display: block;
}
.gift-form .field__input.field__date {
  background-image: var(--date-icon);
  background-repeat: no-repeat;
  background-position: right 15px center;
  width: 338px;
  margin-top: 5px;
  padding-right: 60px;
}

.gift-form .field__date::-webkit-input-placeholder,
.gift-form .field_message::-webkit-input-placeholder {
  /* Edge */
  color: #221000 !important;
  opacity: 1 !important;
}

.gift-form .field__date:-ms-input-placeholder,
.gift-form .field_message:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #221000 !important;
  opacity: 1 !important;
}

.gift-form .field__date::placeholder,
.gift-form .field_message::placeholder {
  color: #221000 !important;
  opacity: 1 !important;
}

.newsletter-form__field-wrapper .field__input::-webkit-input-placeholder {
  /* Edge */
  color: var(--color-primary) !important;
  opacity: 1 !important;
}

.newsletter-form__field-wrapper .field__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary) !important;
  opacity: 1 !important;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: var(--color-primary) !important;
  opacity: 1 !important;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}
.about-image {
  flex: 0 0 51%;
}
.about-cnt {
  flex: 0 0 48%;
  padding-right: 50px;
}
.about-cnt h2 {
  margin: 0 0 9px 0;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--bold);
  letter-spacing: 0;
  font-size: 24px;
  line-height: 30px;
}
.about-cnt p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 24px 0;
}
.about-image .item {
  float: left;
  margin-bottom: 16px;
}
.about-image .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-image .item-7,
.about-image .item-8 {
  margin-bottom: 0;
}

.about-image .item-1,
.about-image .item-3 {
  width: 196px;
  height: 420px;
}
.about-image .item-2 {
  width: 408px;
  height: 191px;
}
.about-image .item-4 {
  width: 196px;
  height: 214px;
}
.about-image .item-6,
.about-image .item-5 {
  width: 196px;
  height: 191px;
}
.about-image .item-7 {
  width: 408px;
  height: 198px;
}
.about-image .item-8 {
  width: 196px;
  height: 191px;
  margin-top: 6px;
}

.about-cnt .moreless-button,
.about-cnt .btn-row {
  display: none;
}
.about-cnt .moreless-button {
  font-family: var(--bold);
  font-size: 14px;
  line-height: 16px;
  color: var(--color-primary);
  text-transform: capitalize;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}
.about-cnt .moreless-button:hover {
  color: var(--color-black);
}
.about-cnt .btn-row a {
  line-height: 36px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  width: 176px;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  display: block;
  text-align: center;
  text-decoration: none;
}
.about-cnt .btn-row a:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.about-mobile-top {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 360px;
}
.about-mobile-top .top {
  flex: initial;
  height: 260px;
  width: 175px;
  margin-bottom: 8px;
}
.about-mobile-top .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-mobile-bottom {
  display: none;
  margin-top: 35px;
}
.about-mobile-bottom .bottom {
  height: 113px;
  margin-bottom: 1%;
  float: left;
  width: 50%;
}
.about-mobile-bottom .grid-sizer {
  width: 10%;
}
.about-mobile-bottom .bottom.full-width {
  width: 100%;
}
.about-mobile-bottom .bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-404 .button {
  min-height: 40px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  margin-top: 20px;
}
.template-404 .button:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.template-404 .button:before,
.template-404 .button:after {
  display: none;
}

.template-cart .featured-collections {
  padding-bottom: 30px;
}
.template-cart .featured-collections .has-border {
  display: none;
}
.cart-div .title-wrapper-with-link .title {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 50px;
  line-height: 60px;
  color: var(--color-primary);
}
.cart-div .title-wrapper-with-link {
  align-items: baseline;
}
.cart-div .title-wrapper-with-link .underlined-link {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
}
.cart-div .title-wrapper-with-link .underlined-link:hover {
  color: var(--color-primary);
}
.cart-div .cart-items td {
  font-family: var(--medium);
  color: rgb(0, 0, 0);
}
.cart-div .cart-items td.cart-item__details .cart-item__name {
  font-family: var(--bold);
  color: var(--color-primary);
  font-size: 14px;
}
.cart-div .cart-items td.cart-item__details .cart-item__name:hover {
  color: var(--color-black);
}
.cart-div .cart-item__quantity .quantity {
  border: 1px solid var(--color-primary);
}
.cart-div .cart-item__quantity .quantity:after,
.cart-div .cart-item__quantity .quantity:before {
  display: none;
}
.cart-div
  .cart-item__quantity
  .quantity__input:focus.cart-div
  .cart-item__quantity
  .quantity__button:focus,
.cart-div .cart-item__quantity .quantity__input:focus {
  background-color: transparent;
  border: 0;
}
.cart-div .cart-item__quantity .quantity__button:focus-visible,
.cart-div .cart-item__quantity .quantity__input:focus-visible {
  background-color: transparent;
  border: 0;
  /* outline: 0; */
}
.cart-div .cart-item__quantity .quantity__input {
  font-family: var(--bold);
  color: var(--color-primary);
  font-size: 15px;
  letter-spacing: 0;
  background: transparent;
  border: 0px solid var(--color-primary);
}
.cart-div .price {
  font-family: var(--bold);
}

.cart-div .cart-items {
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.cart-div .cart-items thead {
  background: var(--color-primary);
  color: var(--white);
}
.cart-div .cart-items th {
  padding: 0.8rem;
  color: var(--white);
  font-size: 13px;
  font-family: var(--bold);
}
.cart-div .cart-items td {
  padding: 0.8rem;
}
.cart-div .cart-items td .product-option dt {
  font-family: var(--bold);
}
.cart-div .cart-item > td + td {
  padding-left: 0.8rem;
}
.cart__footer-wrapper .cart__footer .totals > h2 {
  font-family: var(--bold);
}
.cart__footer-wrapper .cart__footer .totals__subtotal-value {
  font-family: var(--medium);
}
.cart__footer-wrapper .cart__footer .tax-note {
  font-family: var(--medium);
}
.cart__footer-wrapper .cart__ctas button {
  border: 2px solid var(--yellow);
  color: var(--color-black);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--yellow);
  letter-spacing: 0;
  transition: 0.25s;
}
.cart__footer-wrapper .cart__ctas button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--white);
}
.cart__footer-wrapper .cart__ctas button:before,
.cart__footer-wrapper .cart__ctas button:after {
  display: none;
}
body .cart-div .cart-items th {
  opacity: 1;
}

.customer h1 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 55px;
  line-height: 60px;
  color: var(--color-primary);
  text-align: center;
}
.customer .field__input {
  background: transparent;
}

.cart__warnings .cart__empty-text {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 36px;
  line-height: 60px;
  color: var(--color-primary);
  text-align: center;
}
.cart__warnings .button {
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  line-height: 36px;
}
.cart__warnings .button:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.cart__warnings .button:before,
.cart__warnings .button:after {
  display: none;
}

.customer.login .field__input,
.customer.register .field__input {
  width: 100%;
  border: 2px solid var(--color-primary);
  padding: 0 14px;
  font-family: var(--light);
  font-size: 14px;
  color: #221000;
  text-transform: capitalize;
  background: transparent;
  height: 48px;
}
.customer .field {
  flex-wrap: wrap;
}
.customer .field label,
.customer .field .field__input:focus ~ label {
  left: auto;
  top: auto;
  margin-bottom: 5px;
  position: relative;
  order: -1;
  width: 100%;
  font-size: 14px;
  font-family: var(--medium);
  line-height: 13px;
  color: #221000;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: left;
}
.customer .field__input {
  width: 100%;
  border: 2px solid var(--color-primary);
  padding: 0 14px !important;
  font-family: var(--light);
  font-size: 14px !important;
  color: #221000;
  text-transform: capitalize;
  background: transparent;
  height: 48px;
}
.customer .field .field__input:focus ~ label,
body .customer .field__input:not(:placeholder-shown) ~ label,
body .customer .field__input:-webkit-autofill ~ label,
.customer input:focus ~ label,
.customer input:not(:placeholder-shown) ~ label,
.customer input:-webkit-autofill ~ label {
  left: auto;
  top: auto;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 14px;
  font-family: var(--medium);
}
.customer .field .field__input:focus,
.customer .field .field__input:not(:placeholder-shown),
.customer .field .field__input:-webkit-autofill,
.customer input:focus,
.customer input:not(:placeholder-shown),
.customer input:-webkit-autofill {
  margin: 7px 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.customer button {
  min-height: 40px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  padding: 0;
}
.customer button:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.customer button:before,
.customer button:after {
  display: none;
}
.customer .register-link,
.customer .forgot-link {
  color: var(--color-primary);
  font-family: var(--bold);
}
.customer .register-link:hover,
.customer .forgot-link:hover {
  color: var(--yellow);
}
.customer p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  letter-spacing: 0;
  text-align: center;
}

.account-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.account-title h1 {
  margin: 0;
}
.account-title a {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
}
.customer h2 {
  text-transform: uppercase;
  font-family: var(--knockoutmedium);
  color: var(--color-black);
}
.customer table thead {
  background: var(--color-primary);
  color: var(--white);
  font-family: var(--bold);
}
.address-div p,
.order-div p {
  text-align: left;
  font-family: var(--book);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  text-align: left;
}
.address-div a {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 13px;
}
.custom .address-div a:hover {
  color: var(--color-primary);
}
.customer .account-title a:hover,
.customer .address-div a:hover {
  color: var(--color-primary);
}

div[data-address] {
  text-align: left;
}
div[data-address] button {
  padding: 0 10px;
}

.addresses ul li[data-address] h2 {
  margin: 0;
}
.addresses ul li[data-address] p {
  font-size: 16px;
  line-height: 24px;
}
.addresses ul li[data-address] button {
  background-color: var(--color-primary);
  color: var(--white);
  padding: 0 10px;
}
.addresses ul li[data-address] button:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.addresses ul li[data-address] button[type] {
  background-color: transparent;
  color: var(--color-primary);
}
.addresses ul li[data-address] button[type]:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
body .customer:is(.addresses) {
  max-width: var(--page-width) !important;
}

.customer.addresses form .field__input {
  background: transparent;
  border: 2px solid var(--color-primary);
}

body .activate button[name="decline"],
body .addresses li > button,
body .addresses form button[type] {
  background-color: transparent;
  color: var(--color-primary);
}
body .addresses form button[type]:hover {
  background-color: var(--color-primary);
  color: var(--white);
}

.customer.addresses form {
  margin-top: 2.5rem;
}

body .customer strong {
  font-family: var(--bold);
}
.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th,
.customer tfoot td:first-of-type {
  font-family: var(--knockoutmedium);
}

.account table.order-history td:first-of-type a {
  box-shadow: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.account table.order-history td:first-of-type a:hover {
  box-shadow: none;
  background: var(--color-primary);
  color: var(--white);
}

body .newsletter-form__message {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-popup-modal .product-popup-modal__content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}

body .product--thumbnail_slider .product__media-gallery {
  position: static;
}

.customer span.required {
  color: red;
}
.customer form h2.form__message {
  display: none;
}
/* .customer form h2.form__message+ul{display: none;} */
.customer form .form__message {
  color: red;
}

.customer form .errors {
  padding: 0 0 0 16px;
}
.customer form .errors li {
  color: red;
}

.about-div {
  margin-top: 23px;
}
.contact .form__message.success-message {
  color: green;
}
.contact .form__message.error-message {
  color: red;
}
.contact .form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.6rem;
  margin-right: 0.5rem;
  width: 1.6rem;
}

body .price--on-sale .price-item--regular {
  font-size: 20px;
}

#yotpo-reviews-main-widget .yotpo-base-layout {
  width: 100% !important;
}
#yotpo-reviews-main-widget .yotpo-headline {
  margin: 0 0 11px 0;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 34px;
  line-height: 45px;
  color: var(--color-primary);
  letter-spacing: 0;
}
#yotpo-reviews-main-widget
  .yotpo-bold-layout
  .yotpo-header-container[data-v-045f32ea] {
  background-color: transparent;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 26px;
}
#yotpo-reviews-main-widget .yotpo-layout-header-wrapper {
  padding: 0;
}
#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-new-review-btn {
  width: 173px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  height: 40px;
  min-width: initial;
  padding: 0;
  line-height: 1;
  min-height: initial;
  --border-offset: 0;
  border-radius: 0;
}
#yotpo-reviews-main-widget
  .yotpo-layout-header-wrapper
  .yotpo-new-review-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
#yotpo-reviews-main-widget .yotpo-review-card {
  width: 50% !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  float: left;
  padding-right: 40px;
  border-bottom: 1px solid var(--color-primary);
  padding-top: 17px;
  padding-bottom: 21px;
  box-sizing: border-box;
}
#yotpo-reviews-main-widget .yotpo-review-card:nth-child(even) {
  padding-right: 0;
  padding-left: 52px;
}
#yotpo-reviews-main-widget
  div[data-v-1cec62de]
  div[item-selector=".yotpo-review-card"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
#yotpo-reviews-main-widget .yotpo-review-card .card-container,
#yotpo-reviews-main-widget .yotpo-review-card .content-container {
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}

#yotpo-reviews-main-widget
  .yotpo-review-card
  .card-container
  .yotpo-review-title {
  font-family: var(--bold);
  font-size: 18px;
  line-height: 25px;
  color: var(--color-primary);
  text-transform: capitalize;
}
#yotpo-reviews-main-widget .yotpo-reviews-trademark {
  display: none;
}
#yotpo-reviews-main-widget .yotpo-reviewer-name,
#yotpo-reviews-main-widget .yotpo-date-format {
  font-size: 14px;
  line-height: 16px;
  font-family: var(--light);
  color: #221000 !important;
}

.gs__product-app-container .gs__checkbox-container {
  background: var(--yellow);
  font-family: var(--bold);
  font-size: 15px;
  color: var(--color-primary);
  text-transform: uppercase;
  line-height: 40px;
  width: 100%;
  border: 0;
  letter-spacing: 0;
  margin-bottom: 9px;
  padding: 10px 0;
  height: 44px !important;
}
.gs__product-app-container .gs__checkbox-container:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
.gs__product-app-container .gs__toggle-feature-checkbox {
  display: block;
  padding: 0;
}
.gs__product-app-container .gs__checkbox-container .gs__checkbox-input-title {
  padding: 0;
  text-align: center;
}
.gs__product-app-container .gs__checkbox-container .gs__checkbox-image,
.gs__product-app-container .gs__checkbox-container .gs__custom-checkbox {
  display: none;
}
.gs__product-app-container .gs__row label {
  font-size: 14px;
  font-family: var(--medium);
  line-height: 13px;
  color: #221000;
  text-transform: capitalize;
  letter-spacing: 0;
}
.gs__product-app-container .gs__row input[type="text"],
.gs__product-app-container .gs__row textarea {
  width: 100%;
  border: 2px solid var(--color-primary);
  padding: 0 14px;
  font-family: var(--light);
  font-size: 14px;
  color: #221000;
  background: transparent;
}
.gs__product-app-container .gs__row textarea {
  height: 100px;
  padding: 10px 14px;
}
.gs__product-app-container .gs__row input[type="text"] {
  height: 48px;
  padding: 10px 14px;
}
.gs__toggle-feature-checkbox .gs__checkbox-container .gs__checkbox-label {
  padding-left: 0;
}

/*  update css 22-03-23 */

.gs__checkbox-label input {
  pointer-events: none;
  display: none;
}
.product .product__info-wrapper .send-gift {
  width: 100% !important;
}
body.gs__product-page .send-gift .gs__product-app-container .gs__wrapper,
body.gs__product-page .send-gift #gsAppContainer .gs__wrapper {
  width: 100% !important;
}
.custom-set .send-gift #gsAppContainer .gs__wrapper {
  width: 100% !important;
  margin: 15px 0;
}
.custom-set #gsAppContainer,
.custom-set .gsAppContainer {
  margin: 0;
}
.custom-set #gsAppContainer .gs__wrapper,
.custom-se .gs__app-container .gs__wrapper {
  margin: 0px 0 !important;
}
.custom-set .product .product__info-wrapper .send-gift {
  margin-block: 15px;
}
.custom-set
  .product
  .product__info-wrapper
  .send-gift
  .product-popup-modal__button
  + p {
  margin-bottom: 20px;
}
.custom-set .send-gift #gsAppContainer .gs__checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-set .cart__contents > * + * {
  margin-top: 0 !important;
}
.custom-set #gsAppContainer .gs__wrapper,
.custom-set .gsAppContainer .gs__wrapper,
.custom-set .gs__app-container .gs__wrapper {
  margin: 15px 0;
}
body.gs__product-page .send-gift #gsAppContainer .gs__checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product__info-wrapper .product__description ul li {
  position: relative;
  padding-left: 15px;
}
.product .product__info-wrapper .product__description ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #121212bf;
  left: 0;
  top: 12px;
}
.product__accordion .accordion__content img {
  border: unset;
  width: 62px;
  margin-right: 5px;
}
.gs__product-app-container .gs__checkbox-container {
  line-height: 25px;
}

.product .product__info-wrapper select.spb-productdescfont {
  height: 38px;
  font-family: var(--bold);
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 15px;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid var(--color-primary);
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../assets/arrow_down.png);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50.5%;
  background-size: 15px;
}

.product .product__info-wrapper label.spb-productdescfont {
  font-family: var(--medium);
  font-size: 14px;
  line-height: 16px;
  color: #221000;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.product .product__info-wrapper .spb-select {
  position: relative;
}
.product .product__info-wrapper .spb-select svg.icon-caret {
  height: 0.9rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 20px;
}
.product .product__info-wrapper .spb-select svg.icon-caret path {
  fill: var(--color-primary);
}

.pickup-availability-info p.caption,
.pickup-availability-info button#ShowPickupAvailabilityDrawer {
  display: none;
}
.product
  .product__info-wrapper
  .add-to-cart-div
  pickup-availability.product__pickup-availabilities {
  /*     min-height: 0rem; */
  min-height: auto;
}
.ft-logo img {
  width: 185px;
}

.product--large .grid__item.product__media-wrapper img {
  width: 100%;
}

.featured-collection-main ul li .product-card-wrapper .card__inner,
.product-grid-container ul li .product-card-wrapper .card__inner {
  height: 346px;
}

body .product--large {
  padding-bottom: 0;
}
body .product--large .grid__item.product__media-wrapper {
  margin-bottom: 45px;
}
input:focus,
textarea:focus {
  border-color: #681d32 !important;
  /* outline: none !important; */
}
.header__icons a:hover .cart-count-bubble span {
  color: white;
}
table.cart-items
  td.cart-item__media
  .cart-item__image-container
  img.cart-item__image {
  height: 102px;
  object-fit: cover;
}
.footer-ukraini img {
  width: 270px;
}

.featured-collection-main ul li .card__information .card__heading a:after,
.product-card-wrapper .card__heading a::after {
  position: static;
}
.send-gift .gs__toggle-feature-item.gs__collapsed {
  padding-bottom: 10px;
}

.breadcrumbs nav.breadcrumb,
.breadcrumbs nav.breadcrumb a {
  color: #221000;
  text-decoration: none;
  font-family: "Sentinel Light";
  font-size: 12px;
}
.breadcrumbs nav.breadcrumb span:last-child,
.product .product__info-wrapper .breadcrumbs ul li span {
  font-family: "Sentinel Medium";
}
.newsletter-form__field-wrapper input:focus {
  background-color: #fff;
}

body.overflow-hidden .product-media-modal__content.gradient {
  display: flex;
  flex-wrap: wrap;
}
body.overflow-hidden .product-media-modal__content.gradient img {
  width: 100%;
  max-width: 70%;
}

.faq_page {
  padding-bottom: 70px;
}
.faq_page .product-tabing .accordion .accordion__content {
  margin-top: 2px;
  margin-bottom: 32px;
}
.faq_page .collapsible-section-layout {
  padding: 0;
}
.faq_section {
  margin-bottom: 31px;
}
.faq_section:last-child,
.faq_section:last-child .grid {
  margin-bottom: 0;
}
.faq_section:last-child .has-border {
  display: none;
}
.faq_section .collapsible-content__heading {
  text-align: left;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--bold);
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 14px;
}
.faq_section .product-tabing {
  margin-bottom: -1px;
}
.faq_section .grid {
  margin-bottom: 35px;
}
.faq_section .collapsible-content summary:hover {
  background: transparent;
}
.faq_section .collapsible-content summary:hover .accordion__title {
  text-decoration: none;
  text-underline-offset: 0.3rem;
}
.faq_page .collection-title h1 {
  margin-bottom: 28px;
}
.faq_section .product-tabing .accordion .accordion__title {
  text-transform: uppercase;
}

.load-more {
  text-align: center;
}
.load-more a {
  font-size: 0;
}
.load-more a svg {
  width: 40px;
  height: 40px;
}

.cart__login-title {
  font-family: "Sentinel Medium" !important;
}
input[type="email"].field__input,
input[type="password"] {
  text-transform: none !important;
}
.customer.register .field__input {
  text-transform: none;
}
.featured-collection-main ul li .card__content,
.product-grid-container ul li .card__content {
  padding-right: 65px;
}
.featured-collection-main ul li .card__information h3,
.product-grid-container ul li .card__information h3 {
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 5px;
}
.customer form h2.form__message + ul {
  list-style: none;
  padding-left: 0;
}
/* .customer form h2.form__message+ul a { display: none;} */
.customer form h2.form__message + ul a[href^="#RegisterForm-"] {
  display: none;
}
.template-page-privacy-policy .collection-title-div,
.template-page-terms-conditions .collection-title-div,
.template-page-shipping-returns .collection-title-div,
.template-page-accessibility-statement .collection-title-div {
  margin-bottom: 40px;
}
.template-page-privacy-policy .collection-title-div p,
.template-page-terms-conditions .collection-title-div p,
.template-page-shipping-returns .collection-title-div p,
.template-page-accessibility-statement .collection-title-div p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
}

main#MainContent {
  min-height: 500px;
}
.slider-div .banner__buttons {
  margin: 3rem 0 0;
}
.slider-div .banner__heading {
  margin-bottom: 28px;
}
.main-slider
  .home-slider
  .item
  .banner__content
  .slideshow__text
  a.button:hover {
  color: #fff !important;
}
.footer--menu ul {
  justify-content: left;
}
.featured-collection-main ul li .card__information .price,
.product-grid-container ul li .card__information .price {
  margin-top: 5px !important;
}
.featured-collection-main ul li .description,
.product-grid-container ul li .card__information .description {
  height: 73px;
  display: -webkit-box; /* Enables WebKit-based flexbox behavior */
  -webkit-box-orient: vertical; /* Keeps text in a vertical block */
  -webkit-line-clamp: 3; /* Limits text to 2 lines (WebKit browsers only) */
  overflow: hidden; /* Hides overflow text */
  word-break: break-word; /* Ensures proper word breaking */
}
.featured-collection-main ul li .description {
  margin-bottom: 18px;
}

.product-you-may .card__media,
.product-you-may .card .media {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}
.product-you-may ul li .card__information h3 {
  margin-top: 0;
}

/* apple-crumb-cake page slider */
.featured-collection-main .product-you-may .slick-slider {
  position: static;
}
.featured-collection-main .product-you-may .slick-slider .slick-list {
  padding-left: 0 !important;
}
.featured-collection-main .product-you-may .slick-slider {
  margin: 0 -5px;
}
.featured-collection-main .product-you-may .card-wrapper,
.product-grid-container .card-wrapper {
  padding: 0 5px;
}
.featured-collection-main .product-you-may .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  padding: 0;
  list-style: none;
}
.featured-collection-main .product-you-may .related-slider .slick-dots {
  bottom: 0;
}
.featured-collection-main .product-you-may .slick-dots li {
  display: inline-block;
  padding: 0;
}
.featured-collection-main .product-you-may .slick-dots li:not(:last-child) {
  margin-right: 7px;
}
.featured-collection-main .product-you-may .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid var(--color-primary);
  background: transparent;
  padding: 0;
  font-size: 0;
}
.featured-collection-main .product-you-may .slick-dots li.slick-active button {
  background: var(--color-primary);
}
.featured-collection-main .product-you-may quick-add-modal.quick-add-modal,
.featured-collection-main .product-you-may .card__content .card__badge {
  display: none;
}
.featured-collection-main .product-you-may {
  padding-bottom: 60px !important;
}
/* --------- */

.featured-collection-main .collection__title h2 {
  line-height: 36px;
  font-size: 32px;
}
.featured-collection-main .collection__view-all {
  margin-top: 35px;
}
.featured-collection-main .collection__view-all a.button {
  margin-top: 0;
}
.featured-collection-main .quick-add {
  margin-bottom: 0;
}

/* ukrain-slava-section */
.ukrain-slava-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 69px;
}
.ukrain-slava-content {
  flex: 0 0 48%;
  padding-right: 50px;
}
.ukraine-gallery {
  flex: 0 0 51%;
}

.ukraine-gallery .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ukraine-gallery .item-1 {
  width: 408px;
  height: 398px;
}
.ukraine-gallery .item-6 {
  width: 196px;
  height: 191px;
}
.ukraine-gallery .item-01 {
  width: 408px;
  height: 398px;
}
.ukraine-gallery .item-2 {
  width: 408px;
  height: 191px;
}
.ukraine-gallery .item {
  float: left;
  margin-bottom: 16px;
}
a.btn-custom {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: transparent;
  letter-spacing: 0;
  transition: 0.25s;
  height: 40px;
  padding: 0;
  line-height: 1;
  min-height: initial;
  --border-offset: 0;
  text-decoration: none;
  min-width: 175px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 28px;
  line-height: normal;
}
a.btn-custom:hover {
  background-color: #681d32;
  color: #fff;
}

.ukrain-slava-content h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  font-family: "Sentinel Bold";
  margin-top: 40px;
}
.ukrain-slava-content p {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--book);
  color: var(--color-black);
  margin-bottom: 35px;
}
.ukrain-slava-content ul {
  padding-left: 0;
  list-style: none;
  /*   list-style-position: inside; */
}

.ukrain-slava-content ul li {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--book);
  color: var(--color-black);
  position: relative;
  margin-bottom: 5px;
}
.ukrain-slava-content a.btn-custom {
  margin-block: 10px 20px;
}
.ukrain-slava-wrap.mobile {
  display: none;
}

/* goal-section */
.goal-content-cus > .image-with-text__content {
  background-color: transparent;
}
.goal-content-cus > .image-with-text__content h2.image-with-text__heading {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: Sentinel Bold;
}
.goal-content-cus > .image-with-text__content p {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--book);
  color: var(--color-black);
}
.border-cus {
  position: relative;
  display: block;
  margin-block: 70px;
}

.border-cus .has-border {
  position: relative;
}
.border-cus .div-heart {
  top: 50%;
  transform: translateY(-50%);
  /*     background-color: #f9f5f2; */
  padding-inline: 57px;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 275px;
}
/* .border-cus .div-heart {
    left: 200px;
} */

.clr-blue {
  color: #005eb8;
}
.goal-custom .image-with-text__media-item {
  padding-right: 100px;
}

.goal-custom .goal-content-cus .image-with-text__content {
  padding-left: 2.8rem;
}
.goal-content-cus .txt-cus {
  margin-block: 20px 10px;
  display: block;
}

.ukrain-slava-content ul {
  padding-left: 0;
  /* list-style-position: inside; */
  width: 100%;
  max-width: 335px;
  list-style: none;
}
.ukrain-slava-content ul li {
  padding-left: 25px;
  position: relative;
}

.ukrain-slava-content ul li:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 12px;
}

body.template-page-stand-with-ukraine footer {
  position: relative;
}
body.template-page-stand-with-ukraine.custom-set,
body.custom-set.template-page-stand-with-ukraine.custom-set,
.template-page-stand-with-ukraine {
  overflow-x: hidden;
}
body.template-page-stand-with-ukraine footer:before {
  content: "";
  right: 0px;
  top: -232px;
  background-image: url(/cdn/shop/files/sun-flower.svg?v=1680856458);
  /* background-size: 330px; */
  position: absolute;
  width: 244px;
  height: 232px;
  z-index: -1;
}

/* popup set */
.giftify-popup .giftify-popup__button span {
  border-radius: 0px;
  background: var(--color-primary);
  width: 173px;
  display: inline-block;
  line-height: 38px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  text-decoration: none;
  font-size: 15px;
  border: 1px solid var(--color-primary);
  padding: 0 18px;
}
.giftify-popup .giftify-popup__button span:hover {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.giftify-popup a.giftify-popup__close {
  top: 15px;
  right: 18px;
}
.giftify-popup a.giftify-popup__close svg {
  width: 30px;
  border: 2px solid #681d32;
  border-radius: 100%;
  padding: 4px;
}
.giftify-popup .giftify-popup__inside {
  background-image: var(--bg-image);
  background-position: left top;
  background-repeat: repeat;
}
.giftify-popup .giftify-popup__field textarea {
  min-height: 90px;
  width: 100% !important;
  resize: none;
}
.goal-content-cus > .image-with-text__content h2.image-with-text__heading span {
  color: #005eb8;
}
section.ukrain-slava-section {
  margin-top: 100px;
}
.goal-custom .image-with-text__media-item .image-with-text__media {
  width: 100%;
  max-width: 622px;
}

/* team section */
.about_team_content .teamtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about_team_content .teamtext.read-more-team {
  -webkit-line-clamp: unset;
}
body.template-page-about {
  overflow-x: hidden;
}
.about_team_section {
  display: block;
  width: 100%;
  margin: 0px auto 35px;
  padding-top: 20px;
}
.top-title h2 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 55px;
  line-height: 73px;
  text-align: center;
  margin: 0 0 17px;
  color: var(--color-primary);
}
.about_team_part {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.about_team_main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.about_team_item {
  width: 100%;
  max-width: 50%;
  padding: 9px;
  margin-bottom: 20px;
}

.about_team_content h3 {
  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-block: 5px;
  margin-top: 15px;
  color: var(--color-primary);
}
.about_team_content a {
  color: var(--color-primary);
  text-decoration: none;
}
.about_team_content h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--bold);
  letter-spacing: 0;
  margin-block: 5px;
  color: var(--color-primary);
}
.about_team_content p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0;
}
.shape-set {
  position: relative;
}
.shape-set:before {
  content: "";
  position: absolute;

  background-size: 400px;
  z-index: -1;
  top: -160px;
  width: 400px;
  height: 550px;
  transform: rotate(5deg);
}
.about_team_content a.read_more {
  font-size: 14px;
  line-height: 19px;
  margin-top: 45px;
  display: block;
  color: var(--color-primary);
  font-family: var(--bold);
}
.shape-set:nth-child(6n + 1):before {
  content: "";
  left: -230px;
  right: auto;
  background-image: url(/cdn/shop/files/beet-hires_redone.svg?v=1681211203);
  background-repeat: no-repeat;
  background-size: 370px;
  z-index: -1;
  top: -130px;
  width: 400px;
  height: 560px;
  transform: rotate(-3deg);
}

.shape-set:nth-child(6n + 2):before {
  content: "";
  position: absolute;
  right: -224px;
  left: auto;
  background-image: url(/cdn/shop/files/shape_2.svg?v=1681212413);
  background-repeat: no-repeat;
  background-size: 280px;
  z-index: -1;
  top: 200px;
  width: 300px;
  height: 300px;
  transform: rotate(0deg);
}

.shape-set:nth-child(6n + 3):before {
  content: "";
  left: -254px;
  right: auto;
  background-image: url(/cdn/shop/files/shape-3.svg?v=1681213223);
  background-repeat: no-repeat;
  background-size: 396px;
  z-index: -1;
  top: 40px;
  width: 396px;
  height: 406px;
  transform: rotate(0deg);
}

.shape-set:nth-child(6n + 4):before {
  content: "";
  position: absolute;
  right: -275px;
  left: auto;
  background-image: url(/cdn/shop/files/shape-4.svg?v=1681213228);
  background-repeat: no-repeat;
  background-size: 260px;
  z-index: -1;
  top: 5px;
  width: 320px;
  height: 380px;
  transform: rotate(0deg);
}

.shape-set:nth-child(6n + 5):before {
  content: "";
  left: -250px;
  right: auto;
  background-image: url(/cdn/shop/files/shape-5.svg?v=1681217875);
  background-repeat: no-repeat;
  background-size: 430px;
  z-index: -1;
  top: 60px;
  width: 440px;
  height: 360px;
  transform: rotate(0);
}

.shape-set:nth-child(6n + 6):before {
  content: "";
  position: absolute;
  right: -255px;
  left: auto;
  background-image: url(/cdn/shop/files/shape-6.svg?v=1681217876);
  background-repeat: no-repeat;
  background-size: 330px;
  z-index: -1;
  top: -80px;
  width: 320px;
  height: 380px;
  transform: rotate(5deg);
}

.about_team_caption a img {
  width: 100%;
}
.about_team_caption .about-team-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.about_team_caption .about-team-img:before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 87.25%;
}
.about_team_caption .about-team-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

/* .about_team_content div#more-text-d {
    display: none;
} */

.about_team_content button {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  line-height: 19px;
  margin-top: 12px;
  display: block;
  color: var(--color-primary);
  font-family: var(--bold);
  cursor: pointer;
  padding-left: 0;
}
.about_team_content button:hover {
  color: #000;
}
.about_team_content div#more-text-d {
  display: none;
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0;
}
.about_team_wrap .top-title h2 {
  margin-bottom: 7px;
}

/* location new page */
body.template-page-locations .banner--small:not(.banner--adapt) {
  min-height: 45rem;
}
body.template-page-locations {
  overflow-x: hidden;
}
.full-banner-section {
  display: block;
  width: 100%;
}
.full-banner-section img {
  object-fit: cover;
  width: 100%;
}
.our_location_wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.our_location_section {
  margin-block: 5px 50px;
  display: block;
  width: 100%;
}

/* .our_location_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
} */
.our_location_main .height-cust {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.our_location_caption a img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.our_location_item {
  width: 100%;
  max-width: 50%;
  padding: 8px;
  margin-bottom: 20px;
  padding-block: 30px 40px;
}

.location-shape-set {
  position: relative;
}
.location-shape-set:before {
  content: "";
  position: absolute;
}
.height-cust:nth-child(1n) .location-shape-set:nth-child(1n):before {
  content: "";
  left: -250px;
  right: auto;
  background-image: url(/cdn/shop/files/location-shape-1.svg?v=1681224365);
  background-repeat: no-repeat;
  background-size: 330px;
  z-index: -1;
  top: 180px;
  width: 400px;
  height: 230px;
}
.height-cust:nth-child(1n) .location-shape-set:nth-of-type(2n):before {
  content: "";
  right: -260px;
  left: auto;
  background-image: url(/cdn/shop/files/location-shape-2.svg?v=1681224364);
  background-repeat: no-repeat;
  background-size: 300px;
  z-index: -1;
  width: 330px;
  height: 340px;
  top: 177px;
}

.height-cust:nth-child(2n) .location-shape-set:nth-child(1n):before {
  content: "";
  left: -210px;
  right: auto;
  background-image: url(/cdn/shop/files/location-shape-3.svg?v=1681224365);
  background-repeat: no-repeat;
  background-size: 250px;
  z-index: -1;
  width: 300px;
  height: 310px;
  transform: translateY(-30%);
  top: 36px;
}

.height-cust:nth-child(2n) .location-shape-set:nth-of-type(2n):before {
  content: "";
  right: -260px;
  left: auto;
  background-image: url(/cdn/shop/files/location-shape-4.svg?v=1681224365);
  background-repeat: no-repeat;
  background-size: 370px;
  z-index: -1;
  top: 390px;
  width: 370px;
  height: 230px;
}
.our_location_caption .our-location-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.our_location_caption .our-location-img:before {
  content: "";
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.our_location_caption .our-location-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
}

.our_location_content .address-bar p,
.our_location_content .address-bar address {
  line-height: 24px;
  font-size: 18px;
  font-family: var(--bold);
  /*     text-transform: uppercase; */
  letter-spacing: 0;
  margin-block: 0px;
  font-style: normal;
  color: var(--color-primary);
  width: 100%;
  max-width: 324px;
}

.about_team_content {
  padding-right: 50px;
}
.our_location_content a {
  color: var(--color-primary);
  text-decoration: none;
}
.our_location_content h3 {
  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-block: 0px;
  margin-top: 10px;
  color: var(--color-primary);
}
/* .our_location_content a.btn-custom {
     margin-right: 15px;
    position: absolute;
    bottom: 0;
} */

.our_location_content {
  padding-right: 58px;
}
.our_location_content .address-bar {
  margin-block: 30px 12px;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 12px;
}
.our_location_content a.call {
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-family: var(--bold);
  margin-block: 6px;
}
.our_location_content .time-table {
  margin-block: 5px;
  display: block;
}
.our_location_content .time-table span,
.our_location_content .time-table span p {
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-family: var(--bold);
  margin-block: 6px;
  color: #000;
  margin: 0;
  height: auto;
  -webkit-line-clamp: unset;
}
.our_location_content a.call:hover {
  color: #000;
}
.our_location_content p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin-block: 5px 15px;
  /*       display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 73px; */
}

.our_location_caption > a {
  position: relative;
  display: block;
}
span.coming-soon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #e2b64c;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 24px;
  padding: 24px 20px;
  color: var(--color-primary);
  font-family: var(--bold);
  z-index: 2;
  text-transform: uppercase;
}
/* .our_location_content a.btn-custom:nth-of-type(01) {
    left: 10px;
} */
.our-location-btn {
  /* margin-right: 15px;
  position: absolute;
  bottom: 0; */
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 30px;
}
.our-location-btn a.btn-custom {
  margin-right: 15px;
}
.our-location-btn a.btn-custom:nth-of-type(02) {
  margin-right: 0;
}

.about-cnt .producttext .toggle-text-content span {
  display: none;
}
.about-cnt .producttext.read-more .toggle-text-content span {
  display: block;
}
.about-cnt .producttext.read-more .toggle-text-ellipses {
  display: none;
}

/* means-love page */
section.episod-section {
  overflow-x: hidden;
  padding-top: 40px;
}
.means-love-banner-wrap {
  display: block;
  padding-inline: 50px;
  width: 100%;
  margin: 0 auto;
}
.ms-banner_img {
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}
.ms-banner_img img {
  width: 100%;
  padding-inline: 0;
  object-fit: cover;
}
.means-love-banner-content {
  margin-block: 30px;
}
.means-love-banner-content h3 {
  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-block: 1px;
  font-style: normal;
  color: var(--color-primary);
}
.means-love-banner-content p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin-block: 0;
}
section.main-border-line-section {
  display: block;
  width: 100%;
  margin: 150px auto 70px;
}

.means-love-banner-wrap .has-video-tag {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background-color: #faf6f3;
  cursor: pointer;
}
.means-love-banner-wrap .has-video-tag video {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #ececec;
}
.has-video-tag {
  position: relative;
}
.has-video-tag .btn-play-pause {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  background-image: url(/cdn/shop/files/play-icon.svg?v=1682340869);
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  height: 100px;
  width: 100px;
  padding: 0;
  background-size: 100px;
  opacity: 0.7;
}
.has-video-tag:hover .btn-play-pause.active,
.has-video-tag:hover .btn-play-pause {
  opacity: 1;
  box-sizing: border-box;
}
.has-video-tag .btn-play-pause.active {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  background-image: url(/cdn/shop/files/pause-icon.svg?v=1682340868);
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  height: 100px;
  width: 100px;
  padding: 0;
  background-size: 100px;
  opacity: 0;
}

/* episod section */
.episod-wrap {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  display: block;
}

.episod-item .episod-img img {
  width: 100%;
  vertical-align: top;
}
.episod-content h3 {
  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-block: 1px;
  font-style: normal;
  color: var(--color-primary);
}
.episod-content p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin-block: 0;
}
.episod-item .episod-content {
  margin-block: 24px 30px;
  display: block;
}

.episod-wrap .top-title h2 {
  line-height: 73px;
  font-size: 55px;
  margin-bottom: 25px;
}
.episod-main .episod-item {
  display: block;
  margin-bottom: 60px;
}

.episod-shape {
  position: relative;
}
.episod-shape:before,
.episod-shape:after {
  position: absolute;
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
}
.episod-shape:nth-child(4n + 1):before {
  width: 315px;
  height: 192px;
  background: url(episode-shape-1.svg);
  background-repeat: no-repeat;
  background-size: 315px;
  left: -215px;
  right: auto;
  top: 363px;
}
.episod-shape:nth-child(4n + 1):after {
  top: -187px;
  width: 400px;
  height: 434px;
  background: url(episode-shape-2.svg);
  background-repeat: no-repeat;
  background-size: 400px;
  right: -250px;
  left: auto;
}
.episod-shape:nth-child(4n + 2):before {
  top: 235px;
  background: url(episode-shape-3.svg);
  background-repeat: no-repeat;
  background-size: 315px;
  left: -215px;
  right: auto;
  width: 308px;
  height: 377px;
}
.episod-shape:nth-child(4n + 2):after {
  top: 5px;
  background: url(episode-shape-4.svg);
  background-repeat: no-repeat;
  background-size: 314px;
  right: -240px;
  left: auto;
  width: 314px;
  height: 313px;
}
.episod-shape:nth-child(4n + 3):before {
  background: url(episode-shape-5.svg);
  background-repeat: no-repeat;
  background-size: 180px;
  left: -145px;
  right: auto;
  width: 180px;
  height: 170px;
  transform: rotate(5deg);
  top: 384px;
}
.episod-shape:nth-child(4n + 3):after {
  top: 52px;
  background: url(episode-shape-6.svg);
  background-repeat: no-repeat;
  background-size: 313px;
  right: -228px;
  left: auto;
  width: 313px;
  height: 300px;
}
.episod-shape:nth-child(4n + 4):before {
  top: 95px;
  background: url(episode-shape-7.svg);
  background-repeat: no-repeat;
  background-size: 268px;
  left: -215px;
  right: auto;
  width: 268px;
  height: 258px;
}
.episod-shape:nth-child(4n + 4):after {
  top: 363px;
  background: url(episode-shape-8.svg);
  background-repeat: no-repeat;
  background-size: 202px;
  right: -140px;
  left: auto;
  width: 202px;
  height: 198px;
}

body.template-page-veselka-means-love {
  overflow-x: hidden;
}
.episod-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.episod-img:before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 56.38%;
}
.episod-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.video-part {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background-color: #faf6f3;
}
.video-part video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* .episod-item video {padding-bottom: 56.25%;position:relative;height:0;} */

section.our_location_section,
section.about_team_section {
  overflow-x: hidden;
}

/* special menu page  */
section.available-after-section {
  margin-bottom: 50px;
}

ul.special-menubar-item {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
ul.special-menubar-item li {
  margin: 0 23px;
  display: inline-block;
}
ul.special-menubar-item li a {
  padding-inline: 5px;
  text-decoration: none;
  position: relative;
  color: #402020;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Knockout;
  padding-bottom: 5px;
}
ul.special-menubar-item li a:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  background-color: #402020;
  height: 1px;
  transition: all ease 0.5s;
}
ul.special-menubar-item li a:hover:before,
ul.special-menubar-item li a.active:before {
  width: 100%;
}
ul.special-menubar-item li:first-child {
  margin-left: 0;
}

.top-main-banner-section img {
  width: 100%;
  vertical-align: top;
  height: 450px;
  object-fit: cover;
}

section.top-main-banner-section {
  display: block;
  width: 100%;
  margin-block: 10px;
}

ul.menu-different-points {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin-block: 20px;
}
ul.menu-different-points li {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
ul.menu-different-points li img {
  margin-right: 10px;
  width: 23px;
  height: 23px;
}
.available-after-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 40px 10px;
}

.available-after-title h2 {
  position: relative;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  color: var(--color-primary);
  padding-inline: 200px;
}

.show-spoon-and-fork:before {
  content: "";
  position: absolute;
  left: 0;
  width: 170px;
  height: 55px;
  background: url(spoon-hires-icon.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.show-spoon-and-fork:after {
  content: "";
  position: absolute;
  right: 0;
  width: 172px;
  height: 55px;
  background: url(fork-hires-icon.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.show-spoon-and-fork {
  position: relative;
}

.available-after-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-inline: -10px;
  margin-bottom: 60px;
}
.available-after-main .available-after-item {
  width: 100%;
  max-width: 50%;
  padding-inline: 10px;
  display: inline-block;
}
.available-after-caption h3 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: var(--color-primary);
}
.available-after-caption p {
  font-family: var(--medium);
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #221000;
  margin-bottom: 0px;
}
.available-after-caption .available-after-content h4 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: var(--color-primary);
  margin-top: 25px;
}
.available-after-content ul {
  padding: 0;
  list-style: none;
  margin-block: 2px 40px;
}
.available-after-content ul li {
  font-family: var(--medium);
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  color: #221000;
}
.available-after-caption {
  margin-block: 25px;
}

.available-after-content span.gluten-free-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/cdn/shop/files/icon-gluten-free.svg?v=1681720502);
  background-repeat: no-repeat;
  background-size: 15px;
  margin-inline: 2px;
  vertical-align: middle;
}
.available-after-content span.vegetarian-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/cdn/shop/files/icon-vegetarian.svg?v=1682064006);
  background-repeat: no-repeat;
  background-size: 15px;
  margin-inline: 2px;
  vertical-align: middle;
}
.available-after-content span.vegan-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/cdn/shop/files/icon-vegan.svg?v=1681720477);
  background-repeat: no-repeat;
  background-size: 15px;
  margin-inline: 2px;
  vertical-align: middle;
}
.divider-custom .div-heart {
  padding-inline: 37px;
}
.divider-custom.food-set .div-heart {
  padding-inline: 30px;
}
.divider-custom .border-cus {
  margin-block: 45px;
}
.available-after-caption > p {
  padding-right: 100px;
}
.available-after-caption i,
.available-after-caption em {
  font-size: 14px;
  line-height: 19px;
  font-family: var(--medium);
  color: #000;
  padding-right: 100px;
  display: block;
  margin-bottom: 10px;
}
.available-after-caption i strong .available-after-caption em strong {
  font-family: var(--bold);
}
.available-after-content p {
  padding-right: 40px;
}

#infiniteoptions-container {
  margin-block: 10px;
  display: flex;
  flex-wrap: wrap;
}
#infiniteoptions-container > div {
  width: 100%;
  float: left;
  padding-inline: 0px;
}
#infiniteoptions-container > div[role="group"] {
  width: 50%;
}
.product__modal-opener:hover .product__media-icon,
.product__modal-opener:focus .product__media-icon {
  display: none !important;
}
.slick-initialized .slick-list li.slick-slide {
  max-width: 100%;
}
.slick-initialized .slick-list .slick-track {
  margin-left: 0;
}

/* menu food page  */
.available-after-content span.icon:first-child {
  margin-left: 10px;
}
.available-after-content span.icon {
  position: relative;
  visibility: hidden;
  display: inline-block;
  width: 21px;
  margin-inline: 0;
  height: 18px;
  vertical-align: middle;
}
.available-after-content span.icon:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  vertical-align: middle;
  content: "";
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 0px;
}
.available-after-content span.gluten-free-icon:after {
  background-image: url(/cdn/shop/files/icon-gluten-free.svg?v=1681720502);
}
.available-after-content span.vegetarian-icon:after {
  background-image: url(/cdn/shop/files/Vegetarian_Icon_Updated_1_3265c0d4-3b49-40f5-8ed0-0c9350e0ffa8.svg?v=1710338425);
}
.available-after-content span.vegan-icon:after {
  background-image: url(/cdn/shop/files/Vegan_Icon_Updated_1_8d2d5982-2663-47a0-9ac8-a73b4d0b2714.svg?v=1710338424);
}
.available-after-content span.nuts-icon:after {
  background-image: url(/cdn/shop/files/icon-nuts.svg?v=1683096578);
}

.available-after-content span.show-pipe-sign {
  font-size: 0;
  margin-inline: 3px;
}
.available-after-content span.show-pipe-sign:before {
  content: "|";
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  font-family: var(--bold);
}
/* END menu food page  */

/* press page */
body.template-page-press section.main-border-line-section {
  margin-block: 90px;
}
.video-press-section h3 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 55px;
  line-height: 73px;
  text-align: center;
  margin: 0 0 17px;
  color: var(--color-primary);
}
body.template-page-press .means-love-banner-wrap {
  padding-inline: 0px;
}
.grid-video-main {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -8px;
}
.grid-video-main .grid-video-inner {
  width: 100%;
  max-width: 33.33%;
  padding: 8px;
  margin-bottom: 25px;
}
.show-more-btn-part {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-block: 10px;
}
.grid-video-inner h4 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  margin-block: 30px 2px;
  color: var(--color-primary);
}
.grid-video-inner p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin-block: 0;
}
.grid-video-img-cus {
  overflow: hidden;
  display: block;
  position: relative;
}
.grid-video-img-cus img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.grid-video-img-cus:before {
  padding-bottom: 70%;
  position: relative;
  height: 0;
  display: block;
  content: "";
}
/* .press-only-video {    padding-bottom: 56.25%; position: relative; height: 0; background-color: #faf6f3; }
.press-only-video video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; } */
body.template-page-press .means-love-banner-wrap .ms-banner_img {
  height: 659px;
}

.grid-video-img-cus.has-video::before {
  display: none;
}
.grid-video-img-cus.has-video {
  padding-bottom: 70%;
  position: relative;
  height: 0;
  background-color: #faf6f3;
  cursor: pointer;
}
.grid-video-img-cus.has-video video {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #ececec;
}
.grid-video-img-cus.has-video iframe,
.has-video-tag iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

.grid-video-img-cus .btn-play-pause {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  background-image: url(/cdn/shop/files/play-icon.svg?v=1682340869);
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  height: 70px;
  width: 70px;
  padding: 0;
  background-size: 70px;
  opacity: 0.7;
  transition: all ease 0.5s;
}
.grid-video-img-cus .btn-play-pause.active {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  background-image: url(/cdn/shop/files/pause-icon.svg?v=1682340868);
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  height: 70px;
  width: 70px;
  padding: 0;
  background-size: 70px;
  opacity: 0;
  transition: all ease 0.5s;
}

.grid-video-img-cus.has-video:hover .btn-play-pause.active {
  opacity: 1;
}
.grid-video-img-cus.has-video:hover .btn-play-pause {
  opacity: 1;
}
section.video-press-section {
  margin-bottom: 40px;
}

.media > img {
  object-position: bottom;
}

/* header serchbar style */
.header__icons .header__search .search-modal__content {
  border-bottom: 2px solid #e4b53a !important;
  background-image: var(--bg-image);
}
.header__icons .header__search input.search__input {
  border: 1px solid #000;
}
.header__icons .header__search ul.predictive-search__results-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.header__icons .header__search ul.predictive-search__results-list li {
  width: 100% !important;
  display: block;
}
.header__icons
  .header__search
  ul.predictive-search__results-list
  li
  a.predictive-search__item {
  width: 100%;
}
/* .header__icons .header__search .focus-inset {
  outline: none;
} */

/* .product__info-wrapper .shopify-block .yotpo-device-desktop .yotpo-sr-bottom-line-text, 
body .product__info-container .shopify-block.shopify-app-block .oke-sr-count span { font-size: 18px !important;} */

.product__info-container .shopify-app-block .okeReviews .oke-is-clickable {
  margin-bottom: 10px;
}
.product__info-container .shopify-app-block .okeReviews .oke-sr-count span {
  font-size: 18px;
  line-height: 20px;
  font-family: var(--knockout);
}
.product__info-container .shopify-app-block .okeReviews .oke-sr-count {
  line-height: normal;
}

.okeReviews[data-oke-container] .oke-reviewContent-title.oke-title {
  line-height: 30px;
  font-size: 24px;
  font-family: var(--bold);
  text-transform: uppercase;
  color: var(--color-primary);
}
.okeReviews[data-oke-container] .oke-reviewContent-body.oke-bodyText p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 0;
}
.okeReviews[data-oke-container] .oke-w-reviewer-verified,
div.okeReviews .oke-w-reviewer-verified,
.okeReviews[data-oke-container] .oke-w-reviewer-verified-icon::before,
div.okeReviews .oke-w-reviewer-verified-icon::before {
  color: var(--color-primary) !important;
}
.okeReviews[data-oke-container] .oke-w-reviewerRecommendation--yes::before,
div.okeReviews .oke-w-reviewerRecommendation--yes::before {
  background-color: var(--color-primary) !important;
}
.grid-video-inner-caption > a {
  text-decoration: none;
}
.predictive-search.predictive-search--search-template {
  z-index: 3;
}

/* footer email  */
footer .footer--menu input[type="email"]::-webkit-input-placeholder {
  color: var(--color-primary) !important;
  opacity: 1;
  font-family: var(--bold) !important;
  font-size: 16px !important;
}
footer .footer--menu input[type="email"]::-moz-placeholder {
  color: var(--color-primary) !important;
  opacity: 1;
  font-family: var(--bold) !important;
  font-size: 16px !important;
}
footer .footer--menu input[type="email"]:-ms-input-placeholder {
  color: var(--color-primary) !important;
  opacity: 1;
  font-family: var(--bold) !important;
  font-size: 16px !important;
}
footer .footer--menu .needsclick input.needsclick {
  width: 100%;
  height: 48px !important;
  font-family: var(--bold) !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  padding: 0 15px 0 15px !important;
  color: var(--color-black) !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
footer .footer--menu .needsclick button.needsclick {
  width: 184px !important;
  border: 2px solid var(--yellow) !important;
  background: var(--yellow) !important;
  font-size: 16px !important;
  font-family: var(--bold) !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  height: 44px !important;
  top: 1px !important;
  box-shadow: none !important;
  padding-inline: 0 !important;
  letter-spacing: 0 !important;
}
footer .footer--menu .needsclick button.needsclick:hover {
  background-color: #fff !important;
  color: var(--yellow) !important;
}

body.template-search facet-filters-form h2 {
  font-size: 2rem;
  font-family: var(--knockout);
  color: var(--color-black);
}
body.template-search facet-filters-form span {
  font-size: 2rem;
  font-family: var(--knockout);
}
body.template-search facet-filters-form select {
  font-size: 2rem;
  font-family: var(--knockout);
  padding-inline: 10px;
  border: none;
  outline: none;
  box-shadow: none;
}
body.template-search .template-search .template-search__results {
  padding: 0;
}
body.template-search .template-search__search input.search__input {
  border: 1px solid var(--color-primary);
}

.footer-block.footer--menu {
  width: 60%;
}
.footer-block.footer--social {
  width: 13%;
}
.footer-block.footer-ukraini {
  width: 17%;
}
.footer--menu ul li:not(:last-child) {
  margin-right: 8px;
  width: 100%;
  max-width: 135px;
}

/* update 29-may-23 */
.footer-main .list-social li.list-social__item {
  margin-bottom: 12px;
}
.footer-main .list-social li.list-social__item:not(:last-child) {
  margin-right: 20px;
}
.ft_social_icon img {
  height: 35px;
}

.everything-div {
  padding: 39px 0;
  min-height: 1350px;
}

.everything-div .page-width {
  text-align: center;
}
.everything-outer {
  display: flex;
  min-height: 580px;
}
.everything-left {
  position: relative;
  width: 70%;
  float: left;
}
.everything-right {
  position: relative;
  width: 34%;
  float: right;
  text-align: left;
  background-image: var(--history-bg);
  background-repeat: no-repeat;
  background-position: top -10px left 31px;
  margin-top: -8px;
  margin-left: -94px;
  padding: 61px 60px 120px 138px;
}
.everything-right h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--bold);
  line-height: 30px;
  color: var(--color-primary);
  margin-bottom: 6px;
}
.everything-right p {
  font-family: var(--book);
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary);
  margin: 0 0 10px 0;
  padding-left: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* .everything-right p:nth-last-child(2) {padding: 0;font-size: 18px;letter-spacing: 0.015em; margin-bottom: 33px;} */
.everything-right .button-row {
  margin-bottom: 46px;
  display: block;
}
.everything-right .button-row a {
  border: 2px solid var(--color-primary);
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--bold);
  min-width: 175px;
  color: var(--color-primary);
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.everything-right .button-row a:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
.everything-left ul {
  padding: 0;
  margin: 0;
}
.everything-left ul li {
  list-style: none;
}
.everything-left ul li .box {
  background-color: #e7e7e7;
  width: 311px;
  padding: 20px;
  min-height: 374px;
}
.everything-left ul li .box figure {
  margin: 0;
  width: 100%;
  height: 277px;
}
.everything-left ul li .box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.everything-left ul li .box h3 {
  margin: 0;
  text-align: center;
  font-family: var(--bold);
  font-size: 30px;
  line-height: 35px;
  color: var(--color-primary);
  text-transform: capitalize;
  margin-top: 11px;
  margin-left: 0;
  min-height: 45px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--scarletty);
}
.everything-left ul li .box h3 a {
  color: var(--color-primary);
  text-decoration: none;
  margin-bottom: -7px;
}
.everything-left ul li .box h3 a:hover {
  color: var(--color-black);
}
.everything-left ul li {
  position: absolute;
}
.everything-left ul li[data-sort="4"] {
  top: 140px;
  left: 212px;
  transform: rotate(10deg);
  z-index: 0;
}
.everything-left ul li[data-sort="1"] {
  top: 412px;
  z-index: 10;
  left: 353px;
  transform: rotate(16deg);
}
.everything-left ul li[data-sort="2"] {
  top: 347px;
  z-index: 9;
  left: 30px;
  transform: rotate(-11deg);
}
.everything-left ul li[data-sort="3"] {
  top: -21px;
  left: 40px;
  transform: rotate(17deg);
  z-index: 1;
}
.everything-left ul li[data-sort="5"] {
  top: 48px;
  z-index: 9;
  left: 451px;
  transform: rotate(-5deg);
}
.everything-left ul li[data-sort="6"] {
  top: 271px;
  left: 657px;
  transform: rotate(-9deg);
  z-index: 8;
}
.everything-left ul li[data-sort="7"] {
  top: 546px;
  left: 727px;
  transform: rotate(-23deg);
  z-index: 8;
}
.everything-left ul li[data-sort="8"] {
  top: 659px;
  left: 526px;
  transform: rotate(11deg);
  z-index: 7;
}
.everything-left ul li[data-sort="9"] {
  top: 654px;
  left: 228px;
  transform: rotate(-17deg);
  z-index: 7;
}
.everything-left ul li[data-sort="10"] {
  top: 714px;
  left: 0px;
  transform: rotate(7deg);
  z-index: 6;
}
.everything-div h2 {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 32px;
  line-height: 40px;
  color: var(--color-primary);
  letter-spacing: 0;
  max-width: 629px;
  margin-bottom: 50px;
}
.everything-div h2 span {
  max-width: 460px;
  display: block;
  margin: 0 auto;
}
.everything-div h2:before {
  content: "";
  width: 630px;
  height: 10px;
  background-image: var(--large-title-top);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
}
.everything-div h2:after {
  content: "";
  width: 630px;
  height: 10px;
  background-image: var(--large-title-bottom);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 100%;
}

.template-index .content-for-layout {
  overflow: hidden;
}
.history-div {
  padding: 0 0 70px;
}
.history-slider {
  padding: 0 152px;
}
.history-slider ul {
  padding: 0;
  margin: 0;
}
.history-slider ul li {
  list-style: none;
  padding: 0 34px;
  transition: 0.5s;
}
.history-slider ul li .box {
  background-color: #e6e6e6;
  padding: 20px;
  min-height: 374px;
}
.history-slider ul li .box figure {
  margin: 0;
  width: 100%;
  height: 277px;
}
.history-slider ul li .box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-slider ul li .box h3 {
  margin: 0;
  text-align: center;
  font-family: var(--bold);
  font-size: 32px;
  line-height: 45px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-top: 11px;
  margin-left: 0;
  min-height: 45px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.history-slider ul li .box h3 a {
  color: var(--color-primary);
  text-decoration: none;
  margin-bottom: -7px;
}
.history-slider ul li .box h3 a:hover {
  color: var(--color-black);
}
.history-slider ul li p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin: 20px 0 0;
}
.history-slider ul li.slick-slide.slick-active.slick-current.slick-center {
  transform: translateY(-25px);
  transition: 0.5s;
}
/* .history-slider ul li.slick-slide.slick-active.slick-current + li.slick-slide.slick-active {transform: translateY(-25px); transition: 0.5s;} */
.history-slider ul .slick-list {
  padding-top: 25px !important;
}

.history-slider .slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  opacity: 1;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.history-slider .slick-prev.slick-arrow {
  left: -42px !important;
  background: var(--prev-arrow) no-repeat;
  background-position: left center;
  height: 70px;
  width: 26px;
}
.history-slider .slick-next.slick-arrow {
  right: -42px !important;
  background: var(--next-arrow) no-repeat;
  background-position: left center;
  height: 70px;
  width: 26px;
}

.tidbits-section {
  padding: 0 0 70px;
}
.tidbits-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tidbits-section .top-title h2 {
  margin-bottom: 27px;
}
.tidbits-section .about-image,
.tidbits-info {
  flex: 0 0 50%;
  max-width: 50%;
}
.tidbits-section .about-image .item {
  margin-bottom: 16px;
}
.tidbits-section .about-image .item.item-1 {
  width: 196px;
  height: 191px;
}
.tidbits-section .about-image .item.item-2 {
  width: 408px;
  height: 191px;
}
.tidbits-info h4 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 24px;
  margin: 0 0 17px;
  color: var(--color-primary);
  font-family: "Sentinel Bold", sans-serif;
  margin: 0;
}
.tidbits-count {
  display: flex;
  margin-bottom: 35px;
}
.tidbits-count .tidbits__num {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.tidbits-count .tidbits__num h3 {
  font-size: 55px;
  color: var(--yellow);
  margin: 0;
  font-family: "Sentinel Bold", sans-serif;
}
.tidbits-count .tidbits__num h3 sup {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 46px;
  vertical-align: top;
}
.tidbits-count .tidbits__num h6 {
  font-size: 15px;
  color: var(--color-primary);
  margin: 0;
  font-family: "Sentinel Bold", sans-serif;
  text-transform: uppercase;
  max-width: 135px;
  line-height: 24px;
}
.tidbits-info ul {
  list-style: none;
  padding: 0;
}
.tidbits-info ul li {
  margin-bottom: 32px;
  position: relative;
  padding-left: 50px;
}
.tidbits-info ul li::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 56px;
  background: var(--bg-food) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.tidbits-info ul li h5 {
  font-size: 18px;
  color: var(--color-primary);
  font-family: "Sentinel Bold", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.tidbits-info ul li p {
  font-size: 18px;
  margin: 0;
  font-family: "Sentinel medium", sans-serif;
  color: #000;
  line-height: 24px;
}

.tidbits-mobile-top,
.tidbits-mobile-bottom {
  display: none;
}

.usps-div {
  background-color: #e2b64c;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 10px 0 12px 0;
}
.usps-div ul {
  padding: 0 90px;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.usps-div ul li {
  width: 33.33%;
  font-family: var(--knockoutmedium);
  font-size: 28px;
  letter-spacing: 0.025em;
  line-height: 35px;
  color: var(--color-primary);
  text-transform: uppercase;
  vertical-align: middle;
  text-align: left;
}
.usps-div ul li a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 26px;
  padding-left: 64px;
  line-height: 30px;
  display: block;
}
.usps-div ul li a:hover {
  color: var(--color-black);
}
.usps-div ul li svg {
  vertical-align: middle;
  margin-right: 10px;
}
.usps-div ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.usps-div ul li span {
  vertical-align: middle;
}
.usps-div ul li:nth-child(2) a {
  padding-left: 64px;
}
.usps-div ul li:nth-child(3) a {
  padding-left: 84px;
}

.blog-div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 67px;
  flex-wrap: wrap;
}
.blog-div .pagination-wrapper {
  width: 100%;
}
.blog-div .pagination__item {
  color: var(--color-black);
}

.blog-div .blog-sidebar {
  width: 12%;
  margin-top: -6px;
}
.blog-sidebar h2 {
  margin: 0;
  font-size: 24px;
  font-family: var(--bold);
  line-height: 30px;
  text-transform: uppercase;
  color: var(--color-primary);
}
.blog-sidebar .filter-row {
  border-bottom: 1px solid #644456;
  padding-bottom: 21px;
  margin-bottom: 32px;
}
.blog-sidebar .filter-row h2.mobile {
  display: none;
}
.blog-sidebar .filter-row:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.blog-sidebar .tag-list {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar .tag-list li,
a.clear-filters {
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--bold);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 3px;
}
.blog-sidebar .tag-list li a,
a.clear-filters {
  color: var(--color-primary);
  text-decoration: none;
}
.blog-sidebar .tag-list li a:hover {
  color: var(--color-black);
}
.blog-div .blog-articles {
  width: 83%;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 65px;
  row-gap: 43px;
}
.blog-div .blog-articles.no-blogs {
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 0;
  display: block;
}
.blog-div .blog-articles.no-blogs h2 {
  text-align: center;
  width: 100%;
  margin: 0;
  color: var(--color-primary);
  font-family: var(--medium);
}
.blog-div .blog-articles .card--standard .card__inner {
  height: 200px;
}
.blog-div .blog-articles .card .card__inner .card__media,
.blog-div .blog-articles .card .card__inner .article-card__image {
  height: 100%;
}
.blog-div .blog-articles .article-card .read-more-link {
  width: 100%;
}
.blog-div
  .blog-articles
  .underline-links-hover:hover
  .article-card
  .read-more-link
  a {
  text-underline-offset: initial;
  text-decoration: none;
  outline: 0;
}
.blog-div .blog-articles .article-card .card__heading a:after {
  display: none;
}
.blog-div .blog-articles .article-card .read-more-link a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-primary);
  font-family: var(--bold);
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.blog-div .blog-articles .article-card .read-more-link a span {
  text-decoration: underline;
  margin-right: 5px;
}
.blog-div .blog-articles .article-card .read-more-link a:hover,
.blog-div .blog-articles .article-card .read-more-link a:hover span {
  text-decoration: none;
}
.blog-div .blog-articles .article-card .card__information {
  padding: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-row-start: initial;
}
.blog-div .blog-articles .article-card .card__heading {
  margin-bottom: 10px;
  font-family: var(--bold);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  min-height: 48px;
}
.blog-div .blog-articles .article-card .article-card__excerpt {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 18px;
  font-family: var(--book);
  line-height: 24px;
  margin-bottom: 14px;
  color: var(--color-black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-div .blog-articles .article-card .card__heading a {
  color: var(--color-primary);
  text-decoration: none;
}
.blog-div .blog-articles .article-card .card__heading a:hover {
  color: var(--color-black);
  text-decoration: none;
}
.blog-div .blog-articles .article-card .article-card__info {
  font-size: 15px;
  font-family: var(--bold);
  color: var(--color-primary);
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
  order: -1;
  margin-bottom: 10px;
  width: 100%;
}

.template-article .content-for-layout {
  max-width: var(--container);
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.template-article .content-for-layout .single-post {
  width: 68.5%;
  padding-bottom: 70px;
}
.template-article .content-for-layout .recent-post {
  width: 24%;
}
.single-post .article-template__hero-container {
  max-width: initial;
  margin: 0 auto;
  left: calc(-35vw + 35%);
  width: 69.4vw;
  position: relative;
  height: 458px;
}
.single-post .article-template__hero-container .article-template__hero-large {
  height: 100%;
}
.single-post
  .article-template__hero-container
  .article-template__hero-large
  img {
  object-position: center;
}
.single-post .article-template header {
  margin: 0;
  padding: 31px 0 0 0;
}
.single-post header h1 {
  font-size: 32px;
  color: var(--color-primary);
  font-family: var(--bold);
  line-height: 45px;
  margin-bottom: 14px !important;
  text-transform: uppercase;
}
.single-post header .postmeta span {
  margin-right: 39px;
  font-size: 18px;
  font-family: var(--bold);
  color: var(--color-primary);
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.single-post header .postmeta span:last-child {
  margin-right: 0;
}
.single-post .article-template__content {
  font-size: 18px;
  line-height: 24px;
  max-width: 702px;
  margin: 22px 0 0 0;
  font-family: var(--book);
  letter-spacing: 0.022em;
}
.single-post .article-template__content p {
  margin-bottom: 25px;
}
.single-post .article-template__content h2 {
  margin: 70px 0 22px 0;
  font-size: 24px;
  color: var(--color-primary);
  font-family: var(--bold);
  line-height: 30px;
  text-transform: uppercase;
}

.recent-post .blog {
  padding-top: 38px;
  position: relative;
  /* z-index: -1; */
}
.recent-post .title-wrapper-with-link {
  margin-bottom: 25px;
}
.recent-post .blog__title {
  font-size: 24px;
  color: var(--color-primary);
  font-family: var(--bold);
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  border-bottom: 1px solid var(--color-primary);
  width: 100%;
  padding-bottom: 3px;
}
.recent-post .blog__posts li {
  text-align: left;
  margin-bottom: 8px;
}
.recent-post .blog__posts li .card .card__inner {
  height: 198px;
}
.recent-post .blog__posts li .card .card__content {
  text-align: left !important;
}
.recent-post .blog__posts li .card .card__content .card__information {
  padding: 24px 0 0 0;
}
.recent-post .blog__posts li .card .card__content .card__information h3 {
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 18px;
  font-family: var(--bold);
  line-height: 24px;
  letter-spacing: 0;
}
.recent-post .blog__posts li .card .card__content .card__information h3 a {
  color: var(--color-primary);
  text-decoration: none;
}
.recent-post
  .blog__posts
  li
  .card
  .card__content
  .card__information
  h3
  a:hover {
  color: var(--color-black);
  text-decoration: none;
}
.recent-post .blog__posts li .card .card__content .article-card__info {
  padding-top: 0.3rem;
  font-size: 15px;
  font-family: var(--bold);
  color: var(--color-primary);
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.recent-post .blog__posts li .card .card__content .article-card__info span {
  margin-right: 34px;
}
.recent-post
  .blog__posts
  li
  .card
  .card__content
  .article-card__info
  span.read_time {
  text-transform: uppercase;
}
.recent-post
  .blog__posts
  li
  .card
  .card__content
  .article-card__info
  span:last-child {
  margin-right: 0;
}
.recent-post .blog__posts li .card .card__content .article-card__excerpt {
  width: 100%;
  margin-top: 9px;
  font-size: 14px;
  font-family: var(--book);
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}
.recent-post .blog__posts li .card .card__content .read-more-link a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-primary);
  font-family: var(--bold);
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.recent-post .blog__posts li .card .card__content .read-more-link a span {
  text-decoration: underline;
  margin-right: 5px;
}
.recent-post .blog__posts li .card .card__content .read-more-link a:hover,
.recent-post .blog__posts li .card .card__content .read-more-link a:hover span {
  text-decoration: none;
}

.single-post .article-template__back {
  display: none;
}
.template-article main.content-for-layout {
  padding-bottom: 30px;
}

.recent-post .blog__posts li .card .card__inner .card__media {
  z-index: 9;
}
.recent-post .blog__posts li .card .card__inner .media {
  z-index: 9;
}
.blog-sidebar .tag-list .selected {
  border: 0px solid #e4b53a;
  border-bottom: 2px solid #e4b53a;
}
.div-loader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ldio-fp9wuc1drfp div {
  position: absolute;
  animation: loader 1s linear infinite;
  width: 83.2px;
  height: 83.2px;
  top: 10.4px;
  left: 10.4px;
  border-radius: 50%;
  box-shadow: 0 2.08px 0 0 #681d32;
  transform-origin: 41.6px 42.64px;
  display: block;
}

.loadingio-spinner-eclipse-sajkwtwlclc {
  width: 104px;
  height: 104px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ldio-fp9wuc1drfp {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-fp9wuc1drfp div {
  box-sizing: content-box;
}

/* 21-7-23 */

.everything-right::before {
  content: "";
  background-image: url("/cdn/shop/files/top-book.png?v=1689934504");
  position: absolute;
  top: -70px;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center top;
  /*   left: -2px; */
  left: 29px;
}

.everything-right::after {
  content: "";
  background-image: url("/cdn/shop/files/bottom-book.png?v=1689934504");
  position: absolute;
  bottom: -57px;
  width: 100%;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*   left: 1px; */
  left: 29px;
}

.everything-right {
  background-image: url("/cdn/shop/files/middle-book.png?v=1689934504");
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 95px;
  background-position: center;
  background-position-x: 29px;
  background-size: 100% 100%;
  width: calc(34% - 2px);
  z-index: 9;
  min-height: 400px;
  margin-top: 40px;
  padding-top: 15px;
}

.everything-right p {
  -webkit-line-clamp: unset;
}

.everything-left ul li .box {
  box-shadow: 3px 3px 5px #a9a9a9;
  border-radius: 5px;
}

.collections-offer-icon {
  position: absolute;
  right: 12px;
  top: 11px;
  z-index: 1;
}
.collections-offer-icon img {
  max-width: 80px;
  max-height: 80px;
}

@media screen and (max-width: 1476px) {
  .everything-right:before {
    left: -5px;
  }
  .everything-right:after {
    left: -5px;
    bottom: -47px;
  }
}

@media screen and (min-width: 1300px) {
  .footer--menu ul li:not(:last-child) {
    margin-right: 0 !important;
    width: 100%;
    max-width: 19.33% !important;
  }
}

.main-referrals {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.price .price__container > * {
  margin-right: 10px;
}

.price .price__container .price__sale > * {
  margin-right: 10px;
}

.shopify-product-form table th,
.shopify-product-form table td {
  padding: 6px 10px;
}

.shopify-product-form table {
  width: 100%;
}
.shopify-product-form table select.select.ticket-select {
  border: 1px solid #000;
  padding: 2px 5px;
}
.shopify-product-form button.button.product-ticket-button {
  background: #681d32;
}
.shopify-product-form table th,
.shopify-product-form table td {
  text-align: left;
}
.shopify-product-form table th:nth-child(3),
.shopify-product-form table td:nth-child(3) {
  display: none;
}

.everything-right h4 {
  font-weight: bold;
}

.add-to-cart-div .product-form [data-simple-bundles-options] {
  display: none;
}

.product__info-container #simple-bundles-io-options label,
.product .product__info-wrapper label.spb-productdescfont {
  margin-bottom: 0;
  font-family: var(--medium);
  color: rgba(var(--color-foreground), 0.75);
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
}

.product .product__info-wrapper #infiniteoptions-container span label {
  font-size: 20px;
  font-weight: bold;
  color: rgba(var(--color-foreground), 0.65);
}

.product__info-container #simple-bundles-io-options label {
  margin-bottom: 0;
  font-family: var(--medium);
  color: rgba(var(--color-foreground), 0.75);
  margin-top: 5px;
}

.product__info-container #simple-bundles-io-options select {
  font-family: var(--bold);
  font-size: 15px;
  line-height: 25px;
  color: var(--color-primary);
  text-transform: uppercase;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../assets/arrow_down.png);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50.5%;
  background-size: 15px;
  height: 38px;
  padding: 8px 20px;
}

.box-title-section-collections.all {
  margin-bottom: 50px;
}

.box-title-section-collections.all + h2 {
  line-height: 36px;
  font-size: 32px;
}

.box-title-section-collections.all li a.active {
  color: #efd482;
}

#infiniteoptions-container fieldset {
  border-width: 0;
  padding: 0;
}
.product .product__info-wrapper .add-to-cart-div {
  padding-top: 20px;
}
.sealsubs-container .sls-option-container label {
  font-family: var(--medium);
  color: rgba(var(--color-foreground), 0.75);
  margin-top: 0;
  font-size: 17px;
  font-weight: 700;
}
.template-product .sls-select,
.sealsubs-container .sls-select-container select.sls-select {
  font-family: var(--bold) !important;
  font-size: 15px !important;
  line-height: 25px !important;
  color: var(--color-primary) !important;
  text-transform: uppercase;
}
.sealsubs-container .sls-purchase-options-container .sls-option-container,
.sealsubs-container
  .sls-purchase-options-container
  .sls-option-container.sls-active {
  border: 1px solid var(--color-primary) !important;
}

.sls-selling-plan-group-first-line .sls-price span {
  color: var(--color-primary) !important;
}

@media screen and (max-width: 1480px) {
  .box-title-section-collections.all {
    justify-content: center;
  }
}

.everything-right img {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

/******** Veselka The Movie Template********/
.veselka-video-section {
  padding: 25px 0 50px;
}
.veselka-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.veselka-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veselka-movie-info-section {
  padding-bottom: 50px;
}
.movie-info-row {
  display: flex;
  flex-wrap: wrap;
}
.movie-info-col {
  flex: 0 0 auto;
  width: 50%;
}
.movie-info-col:last-child {
  padding-right: 120px;
}
.movie-info-img {
  text-align: center;
  padding-right: 30px;
}

.movie-info-btn .btn-custom {
  margin-bottom: 15px;
  margin-right: 15px;
}

.movie-info-teaser h2 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--bold);
  letter-spacing: 0;
  font-size: 24px;
  line-height: 30px;
}
.movie-info-teaser h5 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--bold);
  letter-spacing: 0;
  font-size: 18px;
  line-height: 24px;
}
.movie-info-top {
  max-width: 530px;
}
.movie-info-teaser p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 24px;
}
.movie-info-teaser .movie-info-txt p {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 20px;
}
.awards-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
.awards-group img {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .awards-group img {
    width: 41%;
  }
}
@media screen and (max-width: 1440px) {
  .movie-info-col:last-child {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .movie-info-col:last-child {
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .movie-info-col {
    width: 100%;
  }
  .movie-info-col:last-child {
    padding-right: 0px;
  }
  .movie-info-img {
    padding-right: 0;
  }
  .movie-info-tease h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .movie-info-teaser p {
    font-size: 17px;
    line-height: 22px;
  }

  body .oke-reviewsTab--small-top-left {
    top: 55%;
  }
}

.instafeed-shopify {
  margin: 20px 0 100px 0 !important;
}

.movie-info-teaser .moview-title {
  display: flex;
  justify-content: space-between;
}
.movie-info-teaser .moview-title h5 {
  padding-right: 10px;
}
/* .movie-info-col .awards-group {
    justify-content: center;
    gap: 20px; 
    column-gap: 40px;
    max-width: 440px;
    margin: 0 auto;
} */
.movie-info-row .movie-info-col .awards-group {
  max-width: 90%;
  justify-content: space-between;
  gap: 0;
  column-gap: normal;
  margin: 0 auto;
  display: flex;
}
.movie-info-img img {
  width: 90%;
}
.movie-info-col .awards-group img {
  width: 30%;
}
.movie-info-col .awards-group img {
  max-height: 85px;
}
@media screen and (max-width: 992px) {
  .instafeed-shopify {
    margin: 20px 0 40px !important;
  }
  .movie-info-teaser .moview-title {
    flex-wrap: wrap;
  }
  .movie-info-teaser .moview-title h5 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .movie-info-teaser .moview-title h5 {
    width: auto;
  }
  .movie-info-teaser .moview-title:has(.movie-info-btn) h5 {
    width: calc(100% - 190px);
  }
  .movie-info-img img {
    width: 100%;
  }
}

.header-right .header__inline-menu li ul li svg path {
  fill: #e2b64c;
}
.template-collection
  .sealsubs-target-element.sls-homepage-automatic.sealsubs-full {
  display: none !important;
}
.template-product-subscription .product .product__info-wrapper .add-to-cart-div,
.template-product-subscription
  .product
  .product__info-wrapper
  .product-form__input.product-form__quantity {
  width: 100%;
}
.template-product-subscription .add-to-cart-div .product-form__buttons {
  max-width: 100%;
}

.product .product__info-wrapper .price .sls-savings-badge,
.product-grid-container ul li .card__content .sls-savings-badge {
  font-size: 12px;
  font-weight: 700;
  font-family: "Sentinel Medium";
  border: 0;
}
.product-grid-container ul li .card__content .sls-savings-badge {
  top: -6px;
}
.veselka-movie-info-section .embed-video {
  padding-right: 0;
  text-align: center;
  padding-right: 30px;
  margin-bottom: 30px;
}
.embed-video iframe {
  width: 90%;
  height: 387px;
  margin-left: auto;
  margin-right: auto;
}

.movie-info-col .awards-group {
  justify-content: center;
  gap: 14px;
  column-gap: 40px;
  max-width: 440px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.okeReviews[data-oke-container] .oke-reviewCard,
div.okeReviews .oke-reviewCard {
  border: solid 1px #681d32 !important;
}

.rainbow-rewards .custom-content {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  letter-spacing: 0;
  text-align: center;
  max-width: 100%;
  max-width: 65%;
  margin: auto auto 35px;
}

#shopify-section-announcement-bar {
  background: #e4b53a;

  background-attachment: fixed;
}

/** 3-4-24 **/

.charity-partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.charity-partners-row .right-text .infoBox {
  min-height: 750px;
}

.charity-partners-row .left-images {
  flex: 0 0 50%;
  position: relative;
  width: 50%;
  min-height: 750px;
}
.charity-partners-row .left-images ul {
  padding: 0;
}
.charity-partners-row .left-images ul li {
  position: absolute;
  list-style: none;
}

.charity-partners-row .left-images ul li .box {
  background-color: #e7e7e7;
  width: 311px;
  padding: 20px;
  min-height: 374px;
  box-shadow: 3px 3px 5px #a9a9a9;
  border-radius: 5px;
}

.charity-partners-row .left-images ul li:first-child {
  top: 160px;
  left: 40px;
  transform: rotate(10deg);
  z-index: 1;
}
.charity-partners-row .left-images ul li:nth-of-type(2) {
  top: 30px;
  z-index: 9;
  left: 230px;
  transform: rotate(-10deg);
}
.charity-partners-row .left-images ul li:nth-of-type(3) {
  top: 295px;
  z-index: 10;
  left: 300px;
  transform: rotate(10deg);
}

.charity-partners-row .right-text {
  flex: 0 0 50%;
  width: 50%;
}

.charity-partners-row .right-text .infoBox .box.withImg span {
  background-color: #e7e7e7;
  width: 311px;
  padding: 20px;
  min-height: 400px;
  box-shadow: 3px 3px 5px #a9a9a9;
  border-radius: 5px;
  display: block;
  transform: rotate(10deg);
  margin: -135px 0 0 0;
}

.charity-partners-row .right-text .infoBox .box.withImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.charity-partners-row .right-text .infoBox .box h3 {
  font-family: var(--bold);
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 10px 0;
}
body .charity-partners-row .right-text .infoBox .box.withImg h3,
body .charity-partners-row .left-images .infoBox h3 {
  font-size: 30px;
  line-height: 35px;
  color: var(--color-primary);
  text-transform: capitalize;
  margin-top: 11px;
  margin-left: 0;
  margin-bottom: 0;
  min-height: 45px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--scarletty);
}
body .charity-partners-row .right-text .infoBox .box.withImg h3 a,
body .charity-partners-row .left-images .infoBox h3 a {
  color: var(--color-primary);
  text-decoration: none;
}
.charity-partners-row .right-text .infoBox .box p,
.charity-partners-row .right-text .infoBox .box ul li {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  list-style: none;
  position: relative;
}
.charity-partners-row .right-text .infoBox .box ul {
  margin: 0;
  padding: 0;
}
.charity-partners-row .right-text .infoBox .box ul li:before {
  content: "—";
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}
.charity-partners-row .right-text .infoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.charity-partners-row .right-text .infoBox .box {
  flex: 0 0 48%;
  margin-bottom: 42px;
  width: 48%;
}

.charity-partners-row .right-text .infoBox .box ul li {
  padding: 0 0 0 25px;
}

/* 5-4-24 */

.customLink {
  display: block !important;
  margin: 10px 0;
  color: #427bc2 !important;
  text-decoration: none !important;
  font-size: 20px !important;
}

.pointBalance {
  text-align: center;
  color: #681d32 !important;
  font-size: 25px;
  font-family: "Sentinel Bold" !important;
  text-transform: uppercase;
}

.mainAcc {
  flex-wrap: wrap;
}
.mainAcc .account-div.fist {
  flex: 0 0 70% !important;
}
.mainAcc .address-div.last {
  flex: 0 0 30% !important;
}

.mainAcc .okeLoyalty .c-tabs-list {
  padding: 0;
  margin: 25px 0 0 0;
}

.mainAcc .okeLoyalty .c-tabs-list-item-link {
  font-size: 14px !important;
}

.accData {
  margin-bottom: 70px;
}

/*12-04-24 */
.topSlider {
  margin: 0 0 70px 0;
}
.topSlider .sliderRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topSlider .sliderRow .sliderImages {
  width: 55%;
  flex: 0 0 55%;
}
.topSlider .sliderRow .sliderImages > div {
  position: relative;
  padding-bottom: 65%;
}
.topSlider .sliderRow .sliderImages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 9;
  transition: all 0.5s;
}

.topSlider .sliderRow .sliderImages img.hover {
  opacity: 0;
}
.topSlider .sliderRow .sliderImages:hover img.hover {
  opacity: 1;
}
.topSlider .sliderRow .sliderImages:hover img.normal {
  opacity: 0;
}

.topSlider .sliderRow .sliderInfo {
  width: 38%;
  flex: 0 0 38%;
}
.topSlider .sliderRow .sliderInfo h4 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 50px;
  color: var(--color-primary);
}

.historyMain {
  margin: 0 0 70px 0;
}
.historyMain .sliderRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.historyMain .sliderRow .infoText {
  flex: 0 0 25%;
  width: 25%;
}

.historyMain .sliderRow .infoImages {
  flex: 0 0 70%;
  width: 70%;
}
.historyMain .sliderRow .infoImages .withFrame {
  display: grid;
  grid-template-columns: 275px 270px 327px;
  gap: 27px;
  justify-content: flex-end;
}

.historyMain .sliderRow .infoImages .withFrame > div {
  text-align: center;
}

.historyMain .sliderRow .infoImages .withFrame > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.historyMain .sliderRow .infoImages .withFrame .frame {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 10px;
}

.historyMain .sliderRow .infoImages .withFrame .frame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  background-position: top center;
}

.historyMain .sliderRow .infoImages .withFrame .frame.one,
.historyMain .sliderRow .infoImages .withFrame .frame.four,
.historyMain .sliderRow .infoImages .withFrame .frame.seven {
  height: 275px;
}

.historyMain .sliderRow .infoImages .withFrame .frame.five {
  height: 262px;
}

.historyMain .sliderRow .infoImages .withFrame .frame.six {
  height: 328px;
}

.historyMain .sliderRow .infoImages .withFrame .frame.two {
  padding: 30px;
  height: 423px;
}

.historyMain .sliderRow .infoImages .withFrame .frame.two img {
  padding: 2px;
}

.historyMain .sliderRow .infoImages .withFrame .frame.three,
.historyMain .sliderRow .infoImages .withFrame .frame.eight {
  padding: 25px;
  height: 204px;
}

.historyMain .sliderRow .infoImages .withFrame .frame.one:after {
  background-image: url("/cdn/shop/files/h-frame-1.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.two:after {
  background-image: url("/cdn/shop/files/h-frame-2.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.three:after {
  background-image: url("/cdn/shop/files/h-frame-3.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.four:after {
  background-image: url("/cdn/shop/files/h-frame-4.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.five:after {
  background-image: url("/cdn/shop/files/h-frame-5.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.six:after {
  background-image: url("/cdn/shop/files/h-frame-6.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.seven:after {
  background-image: url("/cdn/shop/files/h-frame-7.png");
}

.historyMain .sliderRow .infoImages .withFrame .frame.eight:after {
  background-image: url("/cdn/shop/files/h-frame-8.png");
}

.historyMain .sliderRow .infoText h4 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 20px;
  color: var(--color-primary);
}

.historyMain .sliderRow .infoText p {
  font-size: 18px;
  font-family: var(--book);
  line-height: 24px;
  margin: 0 0 15px 0;
}

.reverseMain .sliderRow {
  flex-direction: row-reverse;
}

.reverseMain .sliderRow .infoImages .withFrame {
  justify-content: flex-start;
}

.historyMain .left-images {
  min-height: 750px;
  position: relative;
}

.historyMain .left-images ul li {
  position: absolute;
  list-style: none;
}

.historyMain .left-images ul {
  margin: 0;
  padding: 0;
}

.historyMain .left-images ul li:first-child {
  top: 60px;
  left: 90px;
  transform: rotate(-10deg);
  z-index: 1;
}

.historyMain .left-images ul li:nth-of-type(2) {
  top: -20px;
  z-index: 9;
  left: 385px;
  transform: rotate(9deg);
}

.historyMain .left-images ul li:nth-of-type(3) {
  top: 40px;
  z-index: 8;
  left: 660px;
  transform: rotate(-11deg);
}

.historyMain .left-images ul li:nth-of-type(4) {
  top: 270px;
  z-index: 10;
  left: 260px;
  transform: rotate(8deg);
}

.historyMain .left-images ul li:nth-of-type(5) {
  top: 336px;
  z-index: 10;
  left: 580px;
  transform: rotate(-18deg);
}

.historyMain .left-images ul li .box {
  background-color: #e7e7e7;
  width: 330px;
  padding: 20px;
  min-height: 374px;
  box-shadow: 3px 3px 5px #a9a9a9;
  border-radius: 5px;
}

.historyMain .left-images.bottom-images ul li:first-child {
  top: 85px;
  left: 70px;
  transform: rotate(-10deg);
  z-index: 1;
}

.historyMain .left-images.bottom-images ul li:nth-of-type(2) {
  top: -20px;
  z-index: 9;
  left: 385px;
  transform: rotate(9deg);
}

.historyMain .left-images.bottom-images ul li:nth-of-type(3) {
  top: 80px;
  z-index: 8;
  left: 680px;
  transform: rotate(2deg);
}

.historyMain .left-images.bottom-images ul li:nth-of-type(4) {
  top: 290px;
  z-index: 10;
  left: 80px;
  transform: rotate(12deg);
}

.historyMain .left-images.bottom-images ul li:nth-of-type(5) {
  top: 350px;
  z-index: 10;
  left: 323px;
  transform: rotate(-6deg);
}

.historyMain .left-images.bottom-images ul li:nth-of-type(6) {
  top: 380px;
  z-index: 10;
  left: 620px;
  transform: rotate(7deg);
}

.historyMain .left-images.full-images ul li:first-child {
  top: -155px;
  left: 180px;
  transform: rotate(-11deg);
  z-index: 1;
}

.historyMain .left-images.full-images ul li:nth-of-type(2) {
  top: 135px;
  z-index: 12;
  left: 75px;
  transform: rotate(8deg);
}

.historyMain .left-images.full-images ul li:nth-of-type(3) {
  top: 75px;
  z-index: 11;
  left: 400px;
  transform: rotate(-30deg);
}

.historyMain .left-images.full-images ul li:nth-of-type(4) {
  top: 105px;
  z-index: 10;
  left: 595px;
  transform: rotate(32deg);
}

.historyMain .left-images.full-images ul li:nth-of-type(5) {
  top: 31px;
  z-index: 11;
  left: 826px;
  transform: rotate(11deg);
}

.historyMain .left-images.full-images ul li:nth-of-type(6) {
  top: -125px;
  z-index: 11;
  transform: rotate(-11deg);
  right: 90px;
}

.historyMain .left-images.full-images ul li:nth-of-type(7) {
  top: 320px;
  z-index: 10;
  left: 162px;
  transform: rotate(5deg);
}
.historyMain .left-images.full-images ul li:nth-of-type(8) {
  top: 465px;
  z-index: 10;
  left: 430px;
  transform: rotate(-24deg);
}
.historyMain .left-images.full-images ul li:nth-of-type(9) {
  top: 237px;
  z-index: 13;
  left: 600px;
  transform: rotate(-18deg);
}
.historyMain .left-images.full-images ul li:nth-of-type(10) {
  top: 345px;
  z-index: 12;
  transform: rotate(27deg);
  right: 275px;
}
.historyMain .left-images.full-images ul li:nth-of-type(11) {
  top: 245px;
  z-index: 10;
  transform: rotate(-13deg);
  right: 90px;
}

.fullGallery .sliderRow {
  flex-wrap: wrap;
}

.historyMain .left-images.full-images {
  min-height: 1020px;
}

.fullGallery .sliderRow .infoText,
.fullGallery .sliderRow .infoImages {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}

.fullGallery {
  margin: 200px 0 0 0;
}

/* 12-4-24 */

@media screen and (min-width: 1366px) and (max-width: 1400px) {
  .historyMain .left-images:not(.full-images) {
    left: -15%;
  }
  .historyMain .left-images.full-images {
    top: 160px;
    min-height: 1090px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .historyMain .left-images {
    left: 35% !important;
  }
  .historyMain .left-images.full-images {
    left: 62% !important;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(7) {
    top: 315px !important;
  }
}

@media screen and (max-width: 991px) {
  .topSlider .sliderRow .sliderInfo {
    padding: 20px 0 0 0;
  }
  .topSlider .sliderRow .sliderImages,
  .topSlider .sliderRow .sliderInfo {
    width: 100%;
    flex: 0 0 100%;
  }
  .topSlider .sliderRow .sliderInfo h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 25px 0 0;
  }
  .historyMain .sliderRow .infoText,
  .historyMain .sliderRow .infoImages {
    width: 100%;
    flex: 0 0 100%;
  }
  .topSlider {
    margin: 0 0 40px;
  }
  .historyMain {
    overflow: hidden;
  }
  .historyMain .sliderRow .infoText h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .historyMain .left-images ul li .box {
    width: 270px;
    min-height: 315px;
  }
  .historyMain .left-images {
    transform: translate(-100%);
    left: 50%;
    min-height: 610px;
  }
  .historyMain .left-images ul li:nth-of-type(2) {
    left: 345px;
    top: 35px;
  }
  .historyMain .left-images ul li:nth-of-type(4) {
    left: 130px;
  }
  .historyMain .left-images ul li:nth-of-type(5) {
    top: 215px;
    left: 340px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(2) {
    top: 35px;
    left: 305px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(4) {
    top: 260px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(5) {
    top: 240px;
  }
  .fullGallery {
    margin: 75px 0 0;
  }
  .historyMain .left-images.full-images ul li:first-child {
    top: 35px;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(6) {
    top: 0;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(8) {
    top: 310px;
    left: 315px;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(7) {
    top: 455px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.three,
  .historyMain .sliderRow .infoImages .withFrame .frame.eight {
    padding: 20px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame {
    padding: 7px;
  }
  .historyMain .left-images.full-images {
    min-height: 875px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .historyMain .sliderRow .infoImages .withFrame {
    grid-template-columns: 215px 215px 235px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.one,
  .historyMain .sliderRow .infoImages .withFrame .frame.four,
  .historyMain .sliderRow .infoImages .withFrame .frame.seven,
  .historyMain .sliderRow .infoImages .withFrame .frame.five {
    height: 215px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame:after {
    background-size: contain;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.two {
    padding: 25px;
    height: 350px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.three,
  .historyMain .sliderRow .infoImages .withFrame .frame.eight {
    padding: 18px;
    height: 150px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.six {
    height: 235px;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame {
    padding: 8px;
  }

  .historyMain .left-images ul li .box {
    width: 270px;
    min-height: 315px;
  }

  .historyMain .left-images {
    transform: translate(-70%);
    left: 50%;
    min-height: 610px;
  }
  .historyMain .left-images ul li:nth-of-type(2) {
    left: 345px;
    top: 35px;
  }
  .historyMain .left-images ul li:nth-of-type(4) {
    left: 130px;
  }
  .historyMain .left-images ul li:nth-of-type(5) {
    top: 215px;
    left: 435px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(2) {
    top: 35px;
    left: 305px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(4) {
    top: 260px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(5) {
    top: 240px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(3) {
    left: 570px;
  }
  .historyMain .left-images.bottom-images ul li:nth-of-type(6) {
    top: 275px;
    left: 595px;
  }
  .fullGallery {
    margin: 75px 0 0;
  }
  .historyMain .left-images.full-images ul li:first-child {
    top: 35px;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(6) {
    top: 0;
    right: 0;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(8) {
    top: 500px;
    left: 415px;
  }
  .historyMain .left-images.full-images ul li:nth-of-type(7) {
    top: 455px;
  }
}

@media screen and (max-width: 767px) {
  .historyMain .sliderRow .infoImages .withFrame {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }

  .historyMain .sliderRow .infoImages .withFrame > div img {
    object-fit: contain;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.two img {
    padding: 2px 50px;
    object-fit: cover;
  }
  .historyMain .sliderRow .infoImages .withFrame .frame.two:after {
    max-width: 263px;
  }
}

@media screen and (max-width: 480px) {
  .historyMain .sliderRow .infoImages .withFrame {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.topSlider .sliderRow .sliderInfo .logo {
  width: 150px;
  margin-bottom: 20px;
}
.topSlider .sliderRow .flip {
  position: relative;
}
.topSlider .sliderRow .fadein {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
}
.topSlider .sliderRow .fadein img {
  position: absolute;
  top: 0;
}
.topSlider .sliderRow #f2 {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;
}
.template-page-70th-anniversary .collection-title {
  display: none;
}
.historyMain.fullGallery .about-button {
  text-align: center;
}
.historyMain.fullGallery .about-button .collection__view-all {
  margin-bottom: 35px;
}
.topSlider .sliderRow .sliderInfo p {
  font-size: 18px;
  font-family: var(--book);
  line-height: 24px;
  margin: 0 0 25px;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 567px) {
  body .historyMain.fullGallery .sliderRow .infoText h4 {
    margin-bottom: 0;
  }
  .historyMain.fullGallery .about-button .collection__view-all {
    margin-bottom: 60px;
    margin-top: 20px;
  }
}

.template-article h3 {
  font-family: var(--bold);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 11px 0 0 0;
}

/*================================================== Menu/Footer Design ===========================================*/
.footer-bottom,
.footer-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.footer-block.footer--menu {
  width: calc(100% - 13%);
  padding: 0 100px;
}
.footer-block.footer--menu .footer-block--menu {
  max-width: 100% !important;
  display: grid;
  column-gap: 90px;
  grid-template-columns: 130px 1fr 1fr;
  text-align: left !important;
}
.footer-block.footer--menu .footer-block--menu .menus ul {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  padding-right: 10px;
}
.footer-block.footer--menu .footer-block--menu .menus ul li {
  max-width: initial !important;
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.footer-block.footer--menu .footer-block--menu .menus.menu1 ul {
  display: block;
}
.footer-block.footer--menu .footer-block--menu .menus.menu1 ul li {
  width: 100%;
  display: block;
}
.footer-block.footer--menu .footer-block--menu .menus h2 {
  margin: 0;
  color: #fff;
  background: #681d32;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #e2b64c;
  font-family: var(--knockout);
  margin-bottom: 10px;
}
body footer .footer-block--newsletter {
  margin: 0;
  width: 70%;
  padding: 0 180px 0 100px;
  flex-wrap: wrap;
}
footer li {
  border: 0;
}
footer .ft-logo {
  margin: 30px 0 0 0;
}
body footer .footer-block--newsletter .footer__copyright {
  text-align: left;
  font-family: var(--book);
  font-size: 13px;
  line-height: 24px;
  margin: 3px 0 0 0;
  color: var(--white);
  letter-spacing: 0;
}
body footer .footer-block--newsletter .footer__copyright a {
  color: var(--white);
}
body footer .footer-block--newsletter .footer__copyright a:hover {
  color: #e2b64c;
}
footer
  .footer-block--newsletter
  input[type="email"]::-webkit-input-placeholder {
  color: var(--color-primary) !important;
  opacity: 1;
  font-family: var(--bold) !important;
  font-size: 16px !important;
}
footer .footer-block--newsletter input[type="email"]::-moz-placeholder {
  color: var(--color-primary) !important;
  opacity: 1;
  font-family: var(--bold) !important;
  font-size: 16px !important;
}
footer .footer--menu input[type="email"]:-ms-input-placeholder {
  color: var(--color-primary) !important;
  opacity: 1;
  font-family: var(--bold) !important;
  font-size: 16px !important;
}
footer .footer-block--newsletter .needsclick input.needsclick {
  width: 100%;
  height: 48px !important;
  font-family: var(--bold) !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  padding: 0 15px 0 15px !important;
  color: var(--color-black) !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
footer .footer-block--newsletter .needsclick button.needsclick {
  width: 184px !important;
  border: 2px solid var(--yellow) !important;
  background: var(--yellow) !important;
  font-size: 16px !important;
  font-family: var(--bold) !important;
  /*color: var(--white) !important;*/
  color: #5a102a !important;
  text-transform: uppercase !important;
  height: 44px !important;
  top: 1px !important;
  box-shadow: none !important;
  padding-inline: 0 !important;
  letter-spacing: 0 !important;
}
body .okeLoyalty .c-loginForm-label {
  color: #5a102a !important;
}
footer .footer-block--newsletter .needsclick button.needsclick:hover {
  background-color: #fff !important;
  color: var(--yellow) !important;
}
.footer-main .footer-bottom .list-social li.list-social__item {
  margin-bottom: 40px;
  border: 0;
}
.footer-top .footer-ukraini {
  display: none;
}

.historyMain .left-images ul li .box h3 {
  text-align: center;
  font-family: var(--scarletty);
  font-size: 35px;
  line-height: 29px;
  color: var(--color-primary);
  margin: 11px 0 0 0;
}
.historyMain .left-images ul li .box h3 a {
  color: var(--color-primary);
  text-decoration: none;
}
.historyMain .left-images ul li .box h3 a:hover {
  color: #000;
}
.mega-menu {
  background-color: var(--color-primary);
  border-top: 0px solid #e2b64c;
  left: 0;
  padding: 50px 0 25px 0;
  position: absolute;
  top: calc(100% - 21px);
  width: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.mega-menu:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #e2b64c;
  position: absolute;
  top: 21px;
  left: 0;
  pointer-events: none;
}
body .header-right .header__inline-menu li {
  position: static;
}
.header-right .header__inline-menu li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
body .header-right .header__inline-menu .header__submenu.list-menu {
  position: relative;
  width: auto;
  display: block;
  left: auto !important;
  min-width: initial;
  background-color: transparent;
}
.mega-menu .page-width {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1258px;
}
.mega-menu .left-content {
  border-right: 1px solid #e2b64c;
  padding-right: 53px;
  width: 24.8%;
}
.mega-menu .right-content {
  width: calc(100% - 24.8%);
  display: grid;
  grid-template-columns: 1fr auto;
}
.mega-menu .right-content .menus {
  width: 100%;
  padding: 0 55px;
}
body
  .header-right
  .header__inline-menu
  .mega-menu.shop
  .right-content
  .menus
  > ul.header__submenu.list-menu,
body
  .header-right
  .header__inline-menu
  .mega-menu.nationwideshipping
  .right-content
  .menus
  > ul.header__submenu.list-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-template-columns: 122px;
  justify-content: space-between;
}
.mega-menu .right-content .right-image {
  width: 530px;
}
.mega-menu .right-content .right-image.square {
  width: 300px;
}
.mega-menu .right-content ul li svg {
  display: none;
}
body
  .header-right
  .header__inline-menu
  .mega-menu.shop
  .right-content
  .menus
  > ul.header__submenu.list-menu
  li,
body
  .header-right
  .header__inline-menu
  .mega-menu.nationwideshipping
  .right-content
  .menus
  > ul.header__submenu.list-menu
  li {
  padding: 0;
}
.mega-menu .right-content ul > li > a {
  color: #fff !important;
  text-decoration: none;
  text-decoration-color: #e2b64c;
  text-underline-offset: 10px;
  font-family: var(--knockout);
  font-size: 20px !important;
  line-height: 34px;
  letter-spacing: 0.025em;
  padding: 0 !important;
  text-decoration-thickness: 1px;
  margin-bottom: 0 !important;
}
.mega-menu .right-content ul > li > a:hover {
  color: #e2b64c !important;
}
.mega-menu .right-content ul > li > ul {
  margin: 0;
  border-top: 1px solid #e2b64c !important;
  padding-top: 15px !important;
  display: grid !important;
  grid-template-columns: 1fr auto;
}
.mega-menu.shop .right-content ul > li > ul,
.mega-menu.nationwideshipping .right-content ul > li > ul {
  display: block !important;
}
.mega-menu .right-content ul > li > a:hover span {
  text-decoration: none;
}
.mega-menu .right-content ul > li > ul > li {
  padding: 0 !important;
  margin: 0 !important;
}
.mega-menu .right-content ul > li > ul > li > a {
  color: #fff !important;
  text-decoration: none;
  font-family: var(--knockout);
  font-size: 16px !important;
  line-height: 25px;
  letter-spacing: 0.025em;
  padding: 0 !important;
  margin-bottom: 0px !important;
}

.mega-menu .left-content figure {
  margin: 0;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 80%;
}
.mega-menu .left-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mega-menu .left-content .menu-content h2 {
  margin: 10px 0 0 0;
  font-family: var(--knockout);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.mega-menu .left-content .menu-content h2 a {
  color: var(--white);
  text-decoration: none;
}
.mega-menu .left-content .menu-content h2 a:hover {
  color: #e2b64c;
}
.mega-menu .left-content .menu-content h3 {
  margin: 0 0 15px 0;
  font-family: var(--book);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: var(--white);
  text-transform: capitalize;
}
.mega-menu .left-content .menu-content .link {
  text-decoration: none;
}
.mega-menu .left-content .menu-content .link a {
  color: #e2b64c;
  font-family: var(--bold);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}
.mega-menu .left-content .menu-content .link a:hover {
  color: var(--white);
}
.mega-menu .left-content .menu-content .link a svg {
  margin-left: 7px;
  vertical-align: middle;
}
.mega-menu .left-content .menu-content .link a:hover svg path {
  fill: var(--white);
}
.mega-menu .right-content .right-image figure {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.historyMain .left-images.full-images ul li[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
.historyMain
  .left-images.full-images
  ul
  li:first-child[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(-11deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(2)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(8deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(3)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(-30deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(4)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(32deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(5)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(11deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(6)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(-11deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(7)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(5deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(8)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(-24deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(9)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(-18deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(10)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(27deg) translateZ(0);
}
.historyMain
  .left-images.full-images
  ul
  li:nth-of-type(11)[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: rotate(-13deg) translateZ(0);
}
@media (max-width: 1480px) {
  footer .footer-block.footer--menu {
    width: 86%;
  }
  body footer .footer-block--newsletter {
    padding: 0 100px;
  }
  .footer-bottom {
    margin-top: 50px;
  }
}
@media (max-width: 1366px) {
  .footer-block.footer--menu {
    padding: 0 60px;
  }
  body footer .footer-block--newsletter {
    padding: 0 60px;
  }
  .historyMain .left-images ul li .box h3 {
    font-size: 31px;
    line-height: 25px;
    margin: 12px 0 0;
  }
}
@media (max-width: 1199px) {
  footer .footer-block.footer--menu {
    width: calc(100% - 170px);
    padding: 0 40px;
  }
  body footer .footer-block--newsletter {
    width: calc(100% - 370px);
    padding: 0 40px;
  }
  .footer-block.footer--menu .footer-block--menu {
    column-gap: 40px;
  }
  .footer-main .footer-bottom .list-social {
    justify-content: flex-start !important;
  }
  footer .footer-block--newsletter .needsclick button.needsclick {
    width: 155px !important;
  }
  .mega-menu .left-content {
    padding-right: 30px;
    width: 21%;
  }
  .mega-menu .right-content {
    width: 79%;
  }
  .mega-menu .right-content .menus {
    padding: 0 40px;
  }
  body
    .header-right
    .header__inline-menu
    .mega-menu.shop
    .right-content
    .menus
    > ul.header__submenu.list-menu,
  body
    .header-right
    .header__inline-menu
    .mega-menu.nationwideshipping
    .right-content
    .menus
    > ul.header__submenu.list-menu {
    row-gap: 30px;
    column-gap: 20px;
  }
}
@media (max-width: 1100px) {
  .mega-menu .right-content .right-image {
    width: 400px;
  }
  .mega-menu .right-content .right-image.square {
    width: 244px;
  }
}
@media (max-width: 989px) {
  .footer-bottom,
  .footer-top {
    justify-content: center;
  }
  footer .footer-block.footer--menu {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  footer .footer-block.footer-ukraini {
    width: 200px;
  }
  footer .footer-block.footer--social {
    width: 170px;
  }
  body footer .footer-block--newsletter {
    width: calc(100% - 370px);
    padding: 0 40px 0 20px;
  }
  .js .header-main .menu-drawer__menu li ul li svg.icon.icon-menu {
    margin-left: 10px !important;
    transform: rotate(0) !important;
  }
  .js
    .header-main
    .menu-drawer__menu
    li
    ul
    li
    .menu-drawer__close-button
    svg.icon.icon-menu {
    margin-left: 0 !important;
    transform: rotate(180deg) !important;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-block.footer--social {
    display: block !important;
  }
  footer .ft-logo {
    margin: 30px 0 0;
    display: none;
  }
  .footer-top .footer-ukraini {
    display: block;
  }
  .footer-bottom .footer-ukraini {
    display: none;
  }
  footer .footer-block.footer-ukraini {
    width: initial;
  }
  .footer-block.footer--menu .footer-block--menu {
    column-gap: 20px;
  }
  .footer-main {
    padding: 0 20px;
  }
  body footer .footer-block--newsletter {
    width: 100%;
    padding: 0;
  }
  footer .footer-main .footer-bottom .footer-block.footer--social {
    display: none !important;
  }
  .footer-main .footer-bottom .list-social li.list-social__item {
    margin-bottom: 20px;
  }
  body footer .footer-block--newsletter .footer__copyright span {
    display: block;
  }
  footer .footer-block--newsletter .needsclick button.needsclick {
    width: 109px !important;
    color: var(--color-primary) !important;
    letter-spacing: 0 !important;
  }
  footer .footer-block--newsletter .footer-block__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .footer-block.footer--menu .footer-block--menu {
    column-gap: 0px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .footer-block.footer--menu .footer-block--menu .menus.menu1 ul {
    display: grid;
  }
  .footer-block.footer--menu .footer-block--menu .menus ul {
    grid-template-columns: 1fr 120px;
    padding-right: 38px;
  }
  .footer-bottom {
    margin-top: 27px;
  }
  footer .footer-block.footer--menu {
    margin-top: 0px;
  }
  footer .mobile-social {
    margin-top: 20px;
  }
  footer .footer-main .list-social li.list-social__item:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 567px) {
  .historyMain .left-images ul li .box h3 {
    margin: 17px 0 0;
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(4)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(29deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(5)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(20deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(3)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(-30deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(2)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(8deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(9)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(-20deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(7)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(13deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(10)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(27deg) translateZ(0);
  }
  .historyMain.fullGallery
    .left-images.full-images
    ul
    li:nth-of-type(11)[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: rotate(-13deg) translateZ(0);
  }
}

@media only screen and (min-width: 991px) {
  .simpleMenu.orderlocally,
  .simpleMenu:not(:has(.left-content)) {
    position: relative !important;
  }
  .simpleMenu.orderlocally .mega-menu,
  .simpleMenu:not(:has(.left-content)) .mega-menu {
    width: auto;
    left: 0;
  }
  .simpleMenu.orderlocally .mega-menu .right-content,
  .simpleMenu:not(:has(.left-content)) .mega-menu .right-content {
    width: 100% !important;
    display: block !important;
  }
  .simpleMenu.orderlocally .mega-menu .right-content .menus,
  .simpleMenu:not(:has(.left-content)) .mega-menu .right-content .menus {
    padding: 0 20px;
  }
  /* .simpleMenu.orderlocally .mega-menu .right-content .menus,.simpleMenu:not(:has(.left-content)) .mega-menu .right-content .menus{
    padding: 0 35px 0 0;
	}	 */
  .simpleMenu.orderlocally .mega-menu .right-content .menus .list-menu,
  .simpleMenu:not(:has(.left-content))
    .mega-menu
    .right-content
    .menus
    .list-menu {
    width: max-content !important;
  }
  .simpleMenu.orderlocally .mega-menu,
  .simpleMenu:not(:has(.left-content)) .mega-menu {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .simpleMenu:not(:has(.left-content)) .mega-menu {
    margin-top: 20px;
  }
}

body
  .simpleMenu:not(:has(.left-content))
  .mega-menu
  .right-content
  .menus
  > ul.header__submenu.list-menu {
  column-gap: 40px;
}
/*================================== Pierogi Maker Page =============================================*/
.template-page-pierogimaker main {
  background: url("/cdn/shop/files/vintage-paper-14.jpg?v=1721654204")
    no-repeat top center;
  color: #fff;
  background-size: cover;
  padding-bottom: 70px;
  background-position: top -5px center;
}
.template-page-pierogimaker .collection-title h1,
.template-page-pierogimaker .collection-title h2 {
  color: var(--white);
  margin: 0;
}
.template-page-pierogimaker .about-div .about-content {
  max-width: 603px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.template-page-pierogimaker .about-div .about-content .about-cnt {
  padding: 0;
}
.template-page-pierogimaker .about-div .about-content .about-cnt p {
  text-transform: uppercase;
  color: var(--yellow);
  font-family: var(--bold);
  font-size: 24px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 42px;
  text-align: center;
}
.template-page-pierogimaker .about-div .about-content .about-cnt #more-text p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: var(--white);
  text-transform: none;
}
.pierogie-include .field {
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.pierogie-include .field label {
  font-size: 14px;
  font-family: var(--bold);
  text-transform: capitalize;
  color: var(--white);
  width: 100%;
}
.pierogie-include .pierogi-outer {
  display: flex;
  justify-content: space-between;
}
.pierogi-heaven-div .top-content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.pierogi-heaven-div .top-content p {
  font-size: 18px;
  font-family: var(--book);
  line-height: 24px;
}
.large-frame-div {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.large-frame-div ul {
  display: flex;
  justify-content: center;
  margin: -24px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.large-frame-div ul li {
  padding: 24px;
  width: 33.33%;
}
.large-frame-div ul li .box {
  background-image: var(--large-frame);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 321px;
  position: relative;
  padding: 30px;
}
.large-frame-div ul li .top-frame {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.large-frame-div ul li .top-frame .badge-logo {
  position: absolute;
  top: -20px;
  right: -20px;
}
.large-frame-div ul li .top-frame p {
  color: var(--color-primary);
  width: 100%;
  text-align: center;
  margin: 0;
}
.large-frame-div ul li .top-frame p.pierogi-name {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: var(--knockoutmedium);
  width: 55%;
  max-width: 90%;
}
.large-frame-div ul li .top-frame p.ingredient-name {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--knockout);
  width: 75%;
  max-width: 90%;
}
.large-frame-div ul li .top-frame p.person-name {
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  font-family: var(--bold);
  position: relative;
}
.large-frame-div ul li .top-frame p.person-name:before {
  content: "";
  width: 100%;
  height: 5px;
  margin: 0 auto;
  position: relative;
  top: 0;
  transform: none;
  background-color: var(--color-primary);
  left: auto;
  max-width: 35px;
  display: block;
  margin-bottom: 20px;
}
.large-frame-div ul li .comment-div {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.large-frame-div ul li button {
  text-align: center;
  background: transparent;
  border: 0;
  color: var(--yellow);
  font-family: var(--knockout);
  font-size: 30px;
  line-height: 24px;
}
.large-frame-div ul li button svg {
  margin-right: 20px;
}

.small-frame-div {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.small-frame-div ul {
  display: flex;
  justify-content: center;
  margin: -24px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.small-frame-div ul li {
  padding: 24px;
  width: 20%;
}
.small-frame-div ul li .box {
  background-image: var(--square-frame);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 216px;
  height: 216px;
  position: relative;
  padding: 20px;
  margin: 0 auto;
}
.small-frame-div ul li .top-frame {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.small-frame-div ul li .top-frame .badge-logo {
  position: absolute;
  top: -20px;
  right: -20px;
}
.small-frame-div ul li .top-frame p {
  color: var(--color-primary);
  width: 100%;
  text-align: center;
  margin: 0;
}
.small-frame-div ul li .top-frame p.pierogi-name {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: var(--knockoutmedium);
  color: #780032;
  padding: 0 10px;
}
.small-frame-div ul li .top-frame p.ingredient-name {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--knockout);
}
.small-frame-div ul li .top-frame p.person-name {
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  font-family: var(--bold);
  position: relative;
}
.small-frame-div ul li .top-frame p.person-name:before {
  content: "";
  width: 100%;
  height: 3px;
  margin: 0 auto;
  position: relative;
  top: 0;
  transform: none;
  background-color: var(--color-primary);
  left: auto;
  max-width: 35px;
  display: block;
  margin-bottom: 10px;
}
.small-frame-div ul li .comment-div {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.small-frame-div ul li button {
  text-align: center;
  background: transparent;
  border: 0;
  color: var(--yellow);
  font-family: var(--knockout);
  font-size: 30px;
  line-height: 24px;
}
.small-frame-div ul li button svg {
  margin-right: 20px;
}

.pierogie-include .pierogi-outer {
  width: 980px;
  margin: 25px auto 70px;
  max-width: 90%;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.pierogie-include .pierogi-outer .field input {
  width: 100%;
  border: none;
  padding: 13px;
  max-height: 40px;
}
.pierogie-include .pierogi-outer > * {
  width: 45%;
  flex: 0 0 45%;
}
.pierogie-include .pierogi-outer .pierogi-left {
  margin-bottom: 50px;
}
.pierogie-include .pierogi-outer .btn-row .button {
  min-height: 40px;
  border: 2px solid var(--yellow);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--yellow);
  transition: 0.25s;
  min-width: 150px;
  margin: 0 20px 0 0;
}
.pierogie-include .pierogi-outer .btn-row .button:hover {
  background: transparent;
  color: var(--yellow);
}
.pierogie-include .pierogi-outer .btn-row {
  margin-top: 50px;
}
.pierogie-include .pierogi-outer .btn-row a {
  color: var(--yellow);
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 15px;
  font-family: var(--bold);
  background-image: url('data:image/svg+xml,<svg id="Group_2193" data-name="Group 2193" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="19.404" height="17.047" viewBox="0 0 19.404 17.047"><defs><clipPath id="clip-path"><rect id="Rectangle_9397" data-name="Rectangle 9397" width="19.404" height="17.047" transform="translate(0 0)" fill="%23e2b64c"/></clipPath></defs><g id="Group_2192" data-name="Group 2192" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_20079" data-name="Path 20079" d="M15.9,10.043a3.516,3.516,0,0,0-2.994,1.684l-5.954-2.6a3.533,3.533,0,0,0,0-1.2l5.955-2.6A3.484,3.484,0,1,0,12.45,4.1L6.5,6.707a3.5,3.5,0,1,0,0,3.634l5.953,2.6a3.5,3.5,0,1,0,3.451-2.9m0-8.745a2.2,2.2,0,1,1-2.2,2.2,2.207,2.207,0,0,1,2.2-2.2M5.577,9.272l0,.006a2.372,2.372,0,1,1,0-.006M15.9,15.75a2.2,2.2,0,1,1,2.2-2.2,2.207,2.207,0,0,1-2.2,2.2" transform="translate(0 0)" fill="%23e2b64c"/></g></svg>');
  padding: 3px 30px 3px 0;
  background-repeat: no-repeat;
  background-position: right;
}
.pierogie-include .pierogi-outer .btn-row a:hover {
  text-decoration: none;
}
.pierogie-include .pierogi-outer .pierogi-right {
  background-image: url("../assets/note.png");
  position: relative;
  background-position: center;
  background-size: 100% 100%;
  z-index: 9;
  padding: 40px 55px 40px 40px;
  background-repeat: no-repeat;
}
.pierogie-include .pierogi-outer .pierogi-book h2 {
  color: var(--color-primary);
  font-family: var(--scarletty);
  font-size: 32px;
  line-height: 45px;
}
.pierogie-include .pierogi-outer .pierogi-book label {
  color: var(--color-primary);
}
.pierogie-include .pierogi-outer .pierogi-book input {
  background: #fdfaf2;
  border-bottom: 1px solid var(--color-primary);
}
body.template-page-pierogimaker {
  overflow-x: hidden;
}
.pierogie-include {
  position: relative;
}
.pierogie-include .page-width form::after {
  content: "";
  background-image: url("../assets/pierogi-bg-new.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  top: -215px;
  left: 100px;
  z-index: 1;
}
.large-frame-div ul li button,
.small-frame-div ul li button {
  cursor: pointer;
}
.pierogi-heaven-div {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1300px) {
  .pierogi-heaven-div .top-content .collection-title h2 {
    font-size: 51px;
    line-height: 58px;
  }
  .large-frame-div ul {
    margin: -10px;
  }
  .large-frame-div ul li {
    padding: 10px;
  }
  .large-frame-div ul li .box {
    padding: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .small-frame-div ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .pierogi-heaven-div .top-content .collection-title h2 {
    font-size: 48px;
    line-height: 55px;
  }
  .small-frame-div ul li {
    width: 33.33%;
  }
  .pierogie-include .page-width form::after {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 898px) {
  .large-frame-div ul li {
    width: 50%;
  }
  .large-frame-div ul li .top-frame .badge-logo {
    width: 80px;
    height: 80px;
  }
  .large-frame-div ul li .top-frame p.pierogi-name {
    font-size: 26px;
    line-height: 28px;
  }
  .large-frame-div ul li .top-frame p.ingredient-name {
    font-size: 22px;
    line-height: 26px;
  }
  .large-frame-div ul li .top-frame p.person-name {
    font-size: 14px;
    line-height: 19px;
  }
  .large-frame-div ul li .top-frame p.person-name:before {
    margin-bottom: 10px;
  }
  .small-frame-div ul li {
    padding: 15px;
  }
  .small-frame-div ul {
    margin: -15px;
  }
}
@media screen and (max-width: 767px) {
  .pierogi-heaven-div .top-content .collection-title h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .small-frame-div ul li {
    width: 50%;
  }
  .large-frame-div ul li .top-frame .badge-logo {
    right: -5px;
  }
}
@media screen and (max-width: 749px) {
  .template-page-pierogimaker .about-div .about-content .about-cnt p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .template-page-pierogimaker .about-div .about-content .about-cnt #more-text p,
  .pierogi-heaven-div .top-content p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .template-page-pierogimaker .about-cnt .moreless-button,
  .template-page-pierogimaker .about-cnt .btn-row {
    display: none;
  }
  .template-page-pierogimaker .about-cnt .more-text,
  .template-page-pierogimaker #more-text {
    display: block;
  }
  .small-frame-div {
    margin-top: 25px;
  }
  .large-frame-div {
    margin-bottom: 25px;
  }
  .pierogie-include .pierogi-outer > * {
    width: 100%;
    flex: 0 0 100%;
  }
  .pierogie-include .pierogi-outer .pierogi-book h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .pierogie-include .page-width form::after {
    background-position: unset;
    background-size: auto;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 567px) {
  .pierogi-heaven-div .top-content .collection-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .large-frame-div ul li {
    width: 100%;
  }
  .small-frame-div ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 390px) {
  .pierogi-heaven-div .top-content .collection-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

#pf-load-more {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid #e2b64c;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pf-load-more-container {
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*================================== end Pierogi Maker Page =============================================*/

.template-article-menu-list-items .menu-title .available-after-title {
  flex-wrap: wrap;
}
.template-article-menu-list-items .menu-title .available-after-title h2 {
  width: 100%;
}
.template-article-menu-list-items-single-column
  .menu-title
  .available-after-title {
  flex-wrap: wrap;
}
.template-article-menu-list-items-single-column
  .menu-title
  .available-after-title
  h2 {
  width: 100%;
}
.template-article-menu-list-items-single-column
  .menu-title
  .available-after-caption,
.template-article-menu-list-items .menu-title .available-after-caption {
  width: 100%;
  text-align: center;
}
.template-article-menu-list-items-single-column
  .menu-title
  .available-after-caption
  p,
.template-article-menu-list-items .menu-title .available-after-caption p {
  padding: 0;
}
.template-article-menu-list-items-single-column
  .available-after-title
  h2:after {
  width: 90px;
  height: 2px;
  background-color: #681d32;
  content: "";
  display: block;
  margin: 12px auto 0;
}
.template-article-menu-list-items-single-column
  .available-after-main
  .available-after-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: left;
  clear: left;
}
.template-article-menu-list-items-single-column
  .available-after-main
  .available-after-item:nth-child(2n) {
  float: right;
  clear: none;
}
.template-article-menu-list-items-single-column .available-after-main {
  display: inline-block;
  width: 100%;
  margin-inline: 0;
  height: auto !important;
  margin-bottom: 30px;
}
.template-article-menu-list-items-single-column .available-after-wrap {
  height: auto !important;
}
.template-article-menu-list-items-single-column
  .available-after-wrap
  .section-usps
  .page-width {
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .template-article-menu-list-items-single-column .available-after-main {
    max-width: 70%;
    display: table;
  }
}
@media screen and (max-width: 768px) {
  .template-article-menu-list-items-single-column .available-after-main {
    max-width: 80%;
    display: table;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 567px) {
  .template-article-menu-list-items-single-column .available-after-main {
    max-width: 100%;
  }
}
/*================================== policies pages =============================================*/
.policy-pages .shopify-policy__container {
  max-width: var(--container);
  padding: 50px 20px;
}
.policy-pages .shopify-policy__title h1,
.policy-pages .shopify-policy__body h1 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 55px;
  line-height: 73px;
  text-align: center;
  margin: 0 0 17px;
  color: var(--color-primary);
}
.policy-pages .shopify-policy__body h2 {
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 41px;
  line-height: 58px;
  text-align: center;
  margin: 0 0 17px;
  color: var(--color-primary);
}
.policy-pages .shopify-policy__body,
.policy-pages .shopify-policy__body p {
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
}
.policy-pages .shopify-policy__body table {
  width: 100%;
}
.policy-pages .shopify-policy__body p {
  margin: 1em 0;
}
.policy-pages .shopify-policy__body ul li {
  margin-bottom: 5px;
}
.policy-pages .shopify-policy__body ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .policy-pages .shopify-policy__title h1,
  .policy-pages .shopify-policy__body h1 {
    font-size: 59px;
    line-height: 68px;
  }
  .policy-pages .shopify-policy__body h2 {
    font-size: 39px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .policy-pages .shopify-policy__title h1,
  .policy-pages .shopify-policy__body h1 {
    font-size: 51px;
    line-height: 58px;
  }
  .policy-pages .shopify-policy__body h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .policy-pages .shopify-policy__container {
    padding: 40px 20px;
  }
  .policy-pages .shopify-policy__title h1,
  .policy-pages .shopify-policy__body h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .policy-pages .shopify-policy__body h2 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media screen and (max-width: 567px) {
  .policy-pages .shopify-policy__title h1,
  .policy-pages .shopify-policy__body h1 {
    margin-bottom: 21px;
  }
  .policy-pages .shopify-policy__body h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 390px) {
  .policy-pages .shopify-policy__title h1,
  .policy-pages .shopify-policy__body h1 {
    margin-bottom: 21px;
    font-size: 42px;
    line-height: 52px;
  }
  .policy-pages .shopify-policy__body h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

/*================================== policies pages =============================================*/

/*=============================== Top Menu design chnages =====================================*/
body
  .header-right
  .header__inline-menu
  .mega-menu
  .left-content.twocol
  + .right-content
  .menus
  > ul.header__submenu.list-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  column-gap: 50px;
  row-gap: 30px;
}
body
  .header-right
  .header__inline-menu
  .mega-menu
  .left-content.twocol
  + .right-content
  .menus
  > ul.header__submenu.list-menu
  > li {
  width: 45%;
}
body
  .header-right
  .header__inline-menu
  .mega-menu
  .left-content.twocol
  + .right-content
  .menus
  > ul.header__submenu.list-menu
  > li
  > ul {
  display: block !important;
}
body
  .header-right
  .header__inline-menu
  .mega-menu
  .left-content.twocol
  + .right-content
  .menus
  > ul.header__submenu.list-menu
  > li
  > ul
  > li {
  width: 100%;
}

/*=============================== Top Menu design chnages =====================================*/

/* 21-02-2025 */
.about_team_section.delivery-takeout {
  overflow-y: hidden;
  padding: 70px 0;
}

.about_team_section.delivery-takeout .about_team_wrap .top-title {
  width: 575px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 9;
}

.about_team_section.delivery-takeout .about_team_wra .top-title h2 {
  margin-bottom: 24px;
}

.about_team_section.delivery-takeout .about_team_wrap .about_team_part {
  margin-top: 45px;
  max-width: 1260px;
  position: relative;
  z-index: 9;
}

.delivery-takeout .top-title h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--bold);
  letter-spacing: 0;
  margin-block: 5px;
  color: var(--color-primary);
  text-align: center;
  text-transform: uppercase;
}

.delivery-takeout .delivery-takeout-item {
  max-width: 31.68%;
  margin: 0 8px;
  padding: 0;
}

.delivery-takeout .delivery-takeout-content {
  text-align: center;
  padding: 10px 0 25px;
  position: relative;
}

.delivery-takeout .delivery-takeout-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* -webkit-backdrop-filter: blur(10px); 
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
}

.delivery-takeout .delivery-takeout-content hr {
  margin: 20px auto;
  width: 50px;
  height: 3px;
  background: #551900;
}

.delivery-takeout .delivery-takeout-content a.button--primary {
  background: transparent;
  border: 2px solid var(--color-primary);
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--bold);
  margin: 25px 0 0 0;
  letter-spacing: 0px;
}

.delivery-takeout .delivery-takeout-content a:hover {
  color: #fff;
  background: var(--color-primary);
}

.delivery-takeout .delivery-takeout-content > div {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.delivery-takeout .delivery-takeout-content > div h6 {
  padding: 0 55px;
  max-width: 268px;
  margin: 0 auto;
}
.delivery-takeout .about_team_wrap {
  position: relative;
}
.delivery-takeout .about_team_wrap::after {
  content: "";
  background-image: url("/cdn/shop/files/back.png?v=1739780228");
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -165px;
  background-position: top center;
}

.delivery-takeout .delivery-takeout-item.shape-set::before {
  display: none !important;
}

.delivery-takeout .about_team_main {
  justify-content: center;
}

.delivery-takeout .delivery-takeout-content > div h6 {
  font-family: var(--light);
}

.movie-theaters {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .delivery-takeout .delivery-takeout-item {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .delivery-takeout .about_team_wrap:after {
    top: 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .delivery-takeout .about_team_wrap:after {
    top: -115px;
    background-size: contain;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .delivery-takeout .delivery-takeout-item {
    max-width: 30%;
  }
  .about_team_content h3 {
    font-size: 20px;
  }
  .delivery-takeout .delivery-takeout-content > div h6 {
    padding: 0 30px;
  }
}
/*==================================== ADA compliance ====================================*/
.card--media .card__inner .card__content .badge {
  color: #5a102a;
  background-color: #e4b53a;
}
.card--media .card__inner .card__badge {
  z-index: 9;
}

header-drawer {
  justify-self: start;
  margin-left: -1.2rem;
}

@media screen and (min-width: 990px) {
  header-drawer {
    display: none;
  }
}

.menu-drawer-container {
  display: flex;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

summary.list-menu__item {
  padding-right: 2.7rem;
}

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .header__heading-logo {
    max-width: 139px;
    width: 139px;
  }
}
@media screen and (max-width: 1199px) {
  .header__heading-logo {
    max-width: 130px;
    width: 130px;
  }
}
.header__heading-logo {
  max-width: 180px;
  width: 180px;
}

.section-header {
  margin-bottom: var(--margin-bottom);
}

@media screen and (min-width: 750px) {
  .section-header {
    margin-bottom: var(--margin-bottom-full);
  }
}
/* a,
a:focus {
  outline-width: 0;
  outline-style: none;
}
a:focus {
  outline-width: 0;
  outline-style: none;
}
a:focus-visible {
  outline-width: 0;
  outline-style: none;
}
a:focus-within {
  outline-width: 0;
  outline-style: none;
}
/* div[role="tabpanel"]:focus,
div[role="tabpanel"]:focus-visible,
div[role="tabpanel"]:focus-within,
.header__icon:focus,
.header__icon:focus-visible,
.header__icon:focus-within {
  outline: 2px solid #000;
  outline-offset: 2px;
} */

li {
  border: 1px solid transparent; /* Keep the border visible */
}

li:focus-visible {
  outline: 3px solid #e4b53a;
  outline-offset: 3px;
  outline-style: none;
}
li:focus {
  outline: 2px solid #e4b53a; /* High contrast focus outline */
  outline-offset: 2px; /* Creates space between the outline and element */
  outline-style: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a:not(:focus) {
  outline-style: none;
}
.cart-notification {
  display: none;
}
.logo-div h1 {
  margin: 0;
}
/*==================================== ADA compliance ====================================*/
/*=============================== Wholesale Page / retail partner page design ===================================*/
.wholesale-top-content {
  max-width: 590px;
  margin: 0 auto;
}
.wholesale-top-content h3 {
  font-family: var(--sentinelsbi);
  font-size: 18px;
  line-height: 24px;
  color: var(--color-primary);
  letter-spacing: 0;
  text-align: center;
}
.wholesale-form-div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 47px;
}
.wh-lft-form {
  width: 48%;
}
.wh-right-image {
  width: 38.8%;
  position: relative;
  top: -86px;
}
.wholesale-form-div h2 {
  font-size: 24px;
  font-family: var(--bold);
  line-height: 30px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 20px 0;
  max-width: 540px;
}
.wholesale-form-div p {
  margin: 0 0 20px 0;
  font-family: var(--book);
  font-size: 18px;
  line-height: 24px;
  color: #000;
  max-width: 88%;
}
.wh-right-image ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0;
  height: 100%;
}
.wh-right-image li {
  list-style: none;
  width: 100%;
}
.wh-right-image li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wh-form-div {
  border-top: 2px solid var(--color-primary);
  padding-right: 15px;
  margin-top: 30px;
  padding-top: 22px;
}
.wh-form-div .custom-form h4,
.wh-form-div .ws-registration-form--heading {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  line-height: 24px;
  font-size: 18px;
  color: var(--color-primary);
  margin: 0 !important;
}
.wh-form-div .ws-registration-form--form .ws--whole.type--heading {
  margin: 0 !important;
  padding: 0 !important;
}
.wh-form-div .ws-registration-form--form .ws--whole,
.wh-form-div .ws-registration-form--form .ws--half,
.wh-form-div .ws-registration-form--form .ws--third {
  margin-top: 23px !important;
  margin-bottom: 0 !important;
}

.wh-form-div .custom-form .field-rows {
  width: 100%;
  margin-bottom: 47px;
}
.wh-form-div
  .ws-registration-form--form
  .ws--whole.type--heading
  > div:not(.ws--wholesale_application) {
  width: 100%;
  margin-top: 47px !important;
}
.wh-form-div .custom-form .fieldset {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.wh-form-div .custom-form .field {
  margin-top: 23px;
}
.wh-form-div .custom-form .field label,
.wh-form-div .ws-registration-form--form .ws--whole label,
.wh-form-div .ws-registration-form--form .ws--half label,
.wh-form-div .ws-registration-form--form .ws--third label {
  font-size: 14px !important;
  font-family: var(--light);
  line-height: 16px !important;
  color: #221000;
  margin-bottom: 7px !important;
  margin-top: 0 !important;
}
.wh-form-div .ws-registration-form--form .ws--whole input,
.wh-form-div .ws-registration-form--form .ws--half input,
.wh-form-div .ws-registration-form--form .ws--third input {
  width: 100%;
  border: 1px solid var(--color-primary);
  padding: 0 14px;
  font-family: var(--light);
  font-size: 14px;
  color: #221000;
  background: transparent;
  height: 48px;
}
.wh-form-div .custom-form .field select,
.wh-form-div .ws-registration-form--form .ws--whole select,
.wh-form-div .ws-registration-form--form .ws--half select,
.wh-form-div .ws-registration-form--form .ws--third select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: var(--select-arrow) !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  border: 1px solid var(--color-primary);
  padding: 0 14px;
  font-family: var(--light);
  font-size: 14px;
  color: #221000;
  background: transparent;
  height: 48px;
}
.wh-form-div .custom-form .fieldset .field {
  padding: 0 8px;
}
.wh-form-div .custom-form .field-rows .half {
  width: 50%;
}
.wh-form-div .custom-form .field-rows .three {
  width: 33.33%;
}
.wh-form-div .custom-form .contact__button {
  width: 100%;
  margin-top: 0;
}
.wh-form-div .custom-form.contact .contact__button .button,
.wh-form-div .ws-registration-form--form .ws--whole.type--submit .ws-btn {
  max-width: 175px;
  display: block;
  width: 100%;
}
.wh-form-div .ws-registration-form--form .ws--whole.type--submit .ws-btn {
  min-height: 40px;
  border: 2px solid var(--color-primary);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 15px;
  background: var(--color-primary);
  letter-spacing: 0;
  transition: 0.25s;
  padding: 0;
}
.wh-form-div .ws-registration-form--form .ws--whole.type--submit .ws-btn:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.wh-form-div .custom-form .checkbox-field,
/* .wh-form-div .ws-registration-form--form .type--checkbox label  */ {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.wh-form-div .custom-form .checkbox-field input[type="checkbox"] {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 16px !important;
  height: 16px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.wh-form-div .custom-form .checkbox-field label:before
/* .wh-form-div .ws-registration-form--form .type--checkbox label:before  */ {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-primary);
  cursor: pointer;
}
.wh-form-div .custom-form .checkbox-field label:after
/* .wh-form-div .ws-registration-form--form .type--checkbox label:after  */ {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
}
.wh-form-div
  .custom-form
  .checkbox-field
  input[type="checkbox"]:checked
  + label:after,
.wh-form-div
  .ws-registration-form--form
  .type--checkbox
  input[type="checkbox"]:checked
  + span:after {
  opacity: 1;
}
.location-div {
  max-width: 636px;
  margin-bottom: 100px;
}
.location-div h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: var(--bold);
  line-height: 45px;
  color: var(--color-primary);
  margin: 0 0 50px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-primary);
}
.location-div .locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 73px;
  column-gap: 40px;
  row-gap: 50px;
}
.location-div .locations h3 {
  margin: 0;
  font-family: var(--bold);
  line-height: 30px;
  font-size: 24px;
  color: var(--color-primary);
  text-transform: uppercase;
}
.location-div .locations address {
  max-width: 200px;
  margin-bottom: 20px;
}
.location-div .locations h4 {
  margin: 0;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--bold);
}
.location-div .locations p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: var(--snmedium);
  font-style: normal;
}
.location-div .locations .button-row a {
  border: 2px solid var(--color-primary);
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--bold);
  min-width: 175px;
  color: var(--color-primary);
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.location-div .locations .button-row a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.location-div .locations address:not(:last-of-type) {
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 17px;
}
.partner-div,
.partner-div .page-width {
  position: relative;
}
/* .partner-div .pierogie-image {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
} */

.template-page-retail-partner .pierogie-image {
  max-width: 32%;
  float: right;
  position: sticky;
  top: 0;
  margin-top: -100px;
  z-index: -1;
}
.template-page-retail-partner main {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.template-page-retail-partner main .page-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  .wh-right-image li:not(:last-child) {
    margin-bottom: 40px;
  }
  .wholesale-top-content h3 {
  }
  .location-div h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-primary);
  }
  .location-div .locations h3 {
    font-size: 20px;
  }
  .location-div .locations {
    padding-right: 0;
  }
}
@media (max-width: 811px) {
  .wh-lft-form {
    width: 100%;
    margin-bottom: 40px;
  }
  .wh-right-image {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
  .partner-div .pierogie-image {
    width: 200px;
  }
  .wh-right-image {
    top: auto;
  }
}
@media (max-width: 767px) {
  .wholesale-form-div h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .wholesale-form-div p {
    font-size: 17px;
    line-height: 22px;
  }
  .wh-form-div .custom-form .field {
    margin-top: 15px;
  }
  .wh-form-div .custom-form h4,
  .wh-form-div .ws-registration-form--heading {
    font-size: 16px;
  }
  .wh-form-div .custom-form .field-rows {
    margin-bottom: 25px;
  }
  .wh-form-div
    .ws-registration-form--form
    .ws--whole.type--heading
    > div:not(.ws--wholesale_application) {
    margin-top: 25px !important;
  }
  .location-div h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px;
  }
  .location-div .locations h3 {
    font-size: 18px;
  }
  .location-div .locations h4,
  .location-div .locations p {
    font-size: 16px;
    line-height: 21px;
  }
  .location-div .locations address {
    max-width: 80%;
  }
  .location-div .locations {
    padding-right: 0;
    column-gap: 20px;
    row-gap: 30px;
  }
  .location-div {
    margin-bottom: 60px;
  }
  .template-page-retail-partner main {
    position: relative;
  }
  .template-page-retail-partner .pierogie-image {
    margin-top: 0;
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 639px) {
  .wh-right-image {
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .wh-form-div .custom-form .field-rows .half,
  .wh-form-div .custom-form .field-rows .three {
    width: 100%;
    padding: 0;
  }
  .wh-form-div .custom-form .fieldset {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .location-div .locations {
    grid-template-columns: 1fr;
  }
}
.product-grid-container ul li .product-card-wrapper .card__inner {
  position: relative;
  overflow: hidden;
}

.product-grid-container ul li .product-card-wrapper .card__inner .quick-add {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 9;
  transition: all 0.1s ease-in-out !important;
}
.product-grid-container
  ul
  li
  .product-card-wrapper
  .card__inner:hover
  .quick-add {
  bottom: 0;
  transition: all 0.1s ease-in-out !important;
}

.product-grid-container
  ul
  li
  .product-card-wrapper
  .card__inner
  .quick-add
  .quick-add__submit {
  height: 0;
  width: 100%;
  transition: height 0.1s ease-in-out !important;
  z-index: 9;
  margin: 0;
  background-color: #681d32;
  color: #fff;
}

.product-grid-container
  ul
  li
  .product-card-wrapper
  .card__inner:hover
  .quick-add
  .quick-add__submit {
  height: 50px;
  transition: height 0.1s ease-in-out;
}

.product-grid-container
  ul
  li
  .product-card-wrapper
  .card__inner
  .quick-add
  .quick-add__submit:hover {
  background-color: #fff;
  color: #681d32;
}
.wh-form-div .ws-registration-form--signin-link {
  font-family: var(--book);
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.wh-form-div .ws-registration-form--signin-link a {
  color: var(--color-primary);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: var(--bold);
}
.wh-form-div .ws-registration-form--signin-link + hr {
  display: none;
}
.wh-right-image ul li:last-child {
  margin-bottom: 20px;
}
/*=============================== Wholesale Page / retail partner page design ===================================*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search__button,
input.search__input {
  outline: 2px solid transparent; /* Removed !important if possible, increased width for better visability */
}

.search__button:focus {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}
.faq_section .product-tabing a[href="mailto:orders@veselka.com"]:focus {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}
.search-modal__close-button:focus {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}
.search__button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px transparent !important;
}
.faq_section .product-tabing a[href="mailto:orders@veselka.com"] {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px transparent !important;
}
.search-modal__close-button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px transparent !important;
}
.search__button:focus-visible {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}
.faq_section .product-tabing a[href="mailto:orders@veselka.com"]:focus-visible {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}
.search-modal__close-button:focus-visible {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}
@media (max-width: 1300px) {
  body .charity-partners-row .right-text .infoBox .box.withImg h3,
  body .charity-partners-row .left-images .infoBox h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 0;
  }
}
@media (max-width: 567px) {
  body .charity-partners-row .right-text .infoBox .box.withImg h3,
  body .charity-partners-row .left-images .infoBox h3 {
    margin: 17px 0 0;
  }
  body .home-desc-main h2 {
    margin-bottom: 25px;
  }
  body .home-desc-main .decription p {
    margin-bottom: 20px;
  }
}
