@charset "UTF-8";
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Regular";
  src: url("../fonts/BarlowSemiCondensed-Regular.woff") format("woff"), url("../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-SemiBold";
  src: url("../fonts/BarlowSemiCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowSemiCondensed-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "Ubuntu-Regular" !important;
  color: #000000 !important;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 14px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 200;
  background-color: #FFF;
}

h1, h2, h3 {
  font-family: "BarlowSemiCondensed-SemiBold";
  margin: 5px 0;
  line-height: 1;
}

h1 {
  font-size: 2.8em;
  color: #5B0E41;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2.25em;
  color: #5B0E41;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.6em;
  }
}

h3 {
  font-size: 1.5em;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.15em;
  }
}

h4 {
  font-size: 1.2em;
  font-family: "BarlowSemiCondensed-SemiBold";
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1.05em;
  }
}

.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  justify-content: center;
}

.flx-c3 {
  justify-content: flex-start;
}

.flx-c4 {
  justify-content: flex-end;
}

.flx-c5 {
  justify-content: space-around;
}

.flx-c6 {
  justify-content: space-between;
}

.flx-c7 {
  align-items: center;
}

.flx-c8 {
  align-items: flex-start;
}

.flx-c9 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-g-50 {
  gap: 50px;
}

.flx-g-60 {
  gap: 60px;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-nwrp {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 480px) {
  .flx-mob-wrp {
    flex-wrap: wrap;
  }
}

.flx-sp-bt {
  justify-content: space-between;
}

.flx-sp-ar {
  justify-content: space-around;
}

.flx-col-50 {
  width: 50%;
}

.flx-col-45 {
  width: 45%;
}

.dsbld-btn {
  pointer-events: none;
  opacity: 0.4;
}

.crd-hldr, .prd-crd-hldr {
  overflow: scroll;
  flex-wrap: nowrap;
  padding: 5px;
}

.spacer-xlarge {
  height: 4em !important;
}
@media only screen and (max-width: 480px) {
  .spacer-xlarge {
    height: 2em !important;
  }
}

.spacer-large {
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.5em;
}

.wdth-100 {
  width: 100% !important;
}

.wdth-90 {
  width: 90%;
}

.wdth-80 {
  width: 80%;
}

.wdth-60 {
  width: 60%;
}

.wdth-50 {
  width: 50%;
}

.wdth-40 {
  width: 40%;
}

.wdth-30 {
  width: 30%;
}

.scrl {
  overflow: scroll;
}

.pdng-10 {
  padding: 10px;
}

.pdng-20 {
  padding: 20px;
}

.mrgn-0 {
  margin: 0;
}

.mrgn-10 {
  margin: 10px;
}

.rnd-bx {
  border-radius: 8px;
  overflow: hidden;
}

.shdw-bx {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}

.txt-cntr {
  text-align: center;
}

.txt-wht {
  color: #FFFFFF !important;
}

.txt-333 {
  color: #333333 !important;
}

.txt-bge {
  color: #EFE8C9;
}

.txt-prpl {
  color: #5B0E41 !important;
}

.txt-tny {
  font-size: 0.5em;
}

.txt-smll {
  font-size: 0.8em;
}

.txt-smll-pls {
  font-size: 0.9em;
}

.txt-grn {
  color: #257963;
}

.txt-mdm {
  font-size: 1.2em;
}
@media only screen and (max-width: 480px) {
  .txt-mdm {
    font-size: 1em;
  }
}

.txt-lrg {
  font-size: 1.5em;
}
@media only screen and (max-width: 480px) {
  .txt-lrg {
    font-size: 1.2em;
  }
}

.txt-ucase {
  text-transform: uppercase;
}

.txt-xlrg {
  font-size: 2em;
}
@media only screen and (max-width: 480px) {
  .txt-xlrg {
    font-size: 1.5em;
  }
}

.txt-xxlrg {
  font-size: 2.5em;
}
@media only screen and (max-width: 480px) {
  .txt-xxlrg {
    font-size: 2.25em;
  }
}

.txt-strk {
  text-decoration: line-through;
}

.txt-fnt2 {
  font-family: "BarlowSemiCondensed-Regular";
}

.txt-fnt2-b {
  font-family: "BarlowSemiCondensed-SemiBold";
}

.txt-bld {
  font-family: "Ubuntu-Bold";
}

.txt-itl {
  font-style: italic;
}

.wht-sep {
  width: 1px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0 20px;
}

.wht-h-sep {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.65);
  margin: 20px 0;
}

.div-cntr {
  margin: 0 auto;
}

.div-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.lnk {
  cursor: pointer;
}

.bk-lnk {
  font-size: 0.875em;
}
.bk-lnk a {
  text-decoration: none;
  color: #000000;
}

.txt-hlt {
  text-decoration: underline;
}

.lnh-1-2 {
  line-height: 1.2;
}

.lnh-1-5 {
  line-height: 1.5;
}

.lnh-2 {
  line-height: 2;
}

.lnh-1-8 {
  line-height: 1.8;
}

.beige-bg {
  background-color: #EFE8C9;
}

.purple-bg {
  background-color: #5B0E41;
}

.page-width {
  padding-left: 70px;
  padding-right: 70px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 14000;
  background-color: #5B0E41;
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 55px;
  }
}

.page-header-shdw {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.page-content {
  padding-top: 80px;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 55px;
  }
}

.page-footer {
  background-color: #5B0E41;
  padding: 30px 0 30px 0;
  min-height: 450px;
  color: #EFE8C9;
}
.page-footer .page-width {
  position: relative;
  height: 100%;
  padding-top: 40px;
  /*display: flex;
  justify-content: space-between;
  gap: 30px;

  @include media-query("small"){
      flex-direction: column;
      align-items: center;
  }*/
}
@media only screen and (max-width: 480px) {
  .page-footer .page-width {
    padding-top: 20px;
  }
}
.page-footer .page-width::before {
  position: absolute;
  content: "";
  background-image: url("../images/78E-logo-prpl.svg");
  width: 87px;
  height: 79px;
  left: 70px;
  top: -107px;
  z-index: 800;
}
@media only screen and (max-width: 480px) {
  .page-footer .page-width::before {
    width: 50px;
    height: 44px;
    left: 20px;
    top: -73px;
    background-size: cover;
  }
}
.page-footer a {
  color: #EFE8C9;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-nav-hldr {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-nav-hldr .flx-v {
    width: 100%;
  }
}
.page-footer hr {
  width: 100%;
  margin-bottom: 10px;
  border: 0.5px #EFE8C9 solid;
}

.scl-lnks img {
  width: 24px;
  height: 24px;
}

.mnu-hdr {
  height: 100%;
  position: relative;
}
.mnu-hdr .pg-lg {
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .mnu-hdr .pg-lg {
    height: 35px;
    margin: unset;
  }
}
.mnu-hdr .pg-lg img {
  margin-top: -5px;
}
@media only screen and (max-width: 480px) {
  .mnu-hdr .pg-lg img {
    height: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .mnu-hdr .mnu-1, .mnu-hdr .mnu-2 {
    display: none;
  }
}

.hdr-n-itm {
  color: #EFE8C9;
  cursor: pointer;
  font-family: "BarlowSemiCondensed-Regular";
  border: none;
  position: relative;
}
.hdr-n-itm img {
  vertical-align: middle;
  margin-right: 2px;
}

.hdr-n-itm-actv {
  position: relative;
}

.hdr-n-itm-actv::after {
  position: absolute;
  content: "";
  background-color: #EFE8C9;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  left: 0;
  bottom: -10px;
}

.chev-holder {
  display: inline-block;
  background-image: url("../images/chevron.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  transition: rotate 0.2s;
}

.cpy-msg {
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .cpy-msg {
    text-align: center;
    width: 100%;
  }
}

.beige-btn {
  color: #5B0E41;
  background-color: #EFE8C9;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  border-radius: 8px;
}

.grn-btn {
  color: #EFE8C9;
  background-color: #257963;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  border-radius: 8px;
}

.prpl-btn {
  color: #EFE8C9 !important;
  background-color: #5B0E41;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  border-radius: 8px;
  cursor: pointer;
  border: none !important;
}

.btn-mini {
  height: 29px;
  font-size: 0.8em;
  padding: 0 20px;
}

.pg-hro-cntnt {
  width: 100%;
  height: 685px;
}
@media only screen and (max-width: 480px) {
  .pg-hro-cntnt {
    flex-direction: column;
    height: auto;
    gap: 30px;
    overflow-x: hidden;
  }
}

.pg-hro-lft {
  position: relative;
  width: 692px;
  height: 685px;
}
@media only screen and (max-width: 480px) {
  .pg-hro-lft {
    height: 310px;
    width: 100%;
  }
}
.pg-hro-lft .pg-hro-imgs-hldr {
  width: 672px;
  height: 666px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url("../images/hero-bg.png");
  mask-image: url("../images/hero-bg.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media only screen and (max-width: 480px) {
  .pg-hro-lft .pg-hro-imgs-hldr {
    width: 100%;
    height: 310px;
    -webkit-mask-image: url("../images/hero-bg-m.png");
    mask-image: url("../images/hero-bg-m.png");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.pg-hro-lft .pg-hro-imgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 666px;
  display: flex;
  flex-wrap: nowrap;
  transition: left 1s ease;
}
@media only screen and (max-width: 480px) {
  .pg-hro-lft .pg-hro-imgs {
    height: 310px;
  }
}
.pg-hro-lft .pg-hro-imgs .pg-hro-img {
  width: 672px;
  height: 666px;
}
@media only screen and (max-width: 480px) {
  .pg-hro-lft .pg-hro-imgs .pg-hro-img {
    width: 100vw;
    height: 310px;
  }
}
.pg-hro-lft .pg-hro-imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.pg-hro-lft .pg-hro-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/hero-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 692px;
  height: 685px;
}
@media only screen and (max-width: 480px) {
  .pg-hro-lft .pg-hro-bg {
    left: -5px;
    width: calc(100% + 15px);
    height: 320px;
    background-image: url("../images/hero-bg-m.svg");
    background-size: 100% 100%;
  }
}

.pg-hro-rt {
  padding-left: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 480px) {
  .pg-hro-rt {
    padding: 0 20px;
    padding-top: 0px;
    width: 100%;
  }
}

.cat-hro {
  width: 100%;
  height: 280px;
  position: relative;
  background-color: #EFE8C9;
}
.cat-hro .cat-hro-lft {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 480px) {
  .cat-hro .cat-hro-lft {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 480px) {
  .cat-hro .cat-hro-lft .spacer-large {
    height: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  .cat-hro .cat-hro-lft .spacer-medium {
    height: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  .cat-hro {
    height: 200px;
  }
}
.cat-hro .cat-hro-im {
  width: 150px;
  height: 150px;
}
.cat-hro .cat-hro-im img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .cat-hro .cat-hro-im {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .cat-cntnts {
    justify-content: space-around;
  }
}

.cat-shp-pg {
  padding: 0;
}
.cat-shp-pg .cat-t {
  color: #5B0E41 !important;
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .cat-t {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .cat-nav-itm {
    width: 150px;
    height: 50px;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .cat-nav-itm img {
    width: 40px;
    height: 40px;
  }
}
.cat-shp-pg .cat-nav-itm-t {
  color: #5B0E41 !important;
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .cat-nav-itm-t {
    text-align: left !important;
    font-size: 0.8em !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .shop-cat-hldr {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .shop-sec-hldr {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .shop-sec {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cat-shp-pg .shop-sec .spacer-small {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .rcp-n-fd-hro .cat-hro-lft {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .rcp-n-fd-hro .txt-xlrg {
    line-height: 1;
  }
}

@media only screen and (max-width: 480px) {
  .shp-all-pg {
    height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .shp-all-pg .cat-hro-lft {
    width: 100%;
  }
}

.hlts-smmry {
  margin: 0 auto;
  color: #333333;
  padding: 10px 0 50px 0;
  font-style: italic;
  font-family: "BarlowSemiCondensed-Regular";
}

.hlts-hdr {
  height: 50px;
  font-size: 2.5em;
  color: #257963;
  font-family: "BarlowSemiCondensed-Regular";
  letter-spacing: -1px;
}
.hlts-hdr img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hlts-section {
  width: 100%;
  min-height: 400px;
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .hlts-section .hlts-smmry-itms {
    flex-wrap: wrap;
    height: unset;
    gap: 60px;
    padding-top: 10px;
    padding-bottom: 50px;
    background-position: right 101%;
  }
}
.hlts-section .hlt-itm {
  position: relative;
  filter: drop-shadow(3px 3px 6px rgba(135, 118, 105, 0.2));
  /*@include media-query("small"){
      width: 140px;
  }*/
}
.hlts-section .hlt-ttl {
  color: #257963;
  line-height: 1.2;
  font-family: "Ubuntu-Bold";
  font-size: 1.25em;
  padding-left: 100px;
}
@media only screen and (max-width: 480px) {
  .hlts-section .hlt-ttl {
    padding-left: 80px;
  }
}
.hlts-section .hlt-sub-ttl {
  font-size: 0.75em;
  font-style: italic;
  padding-left: 100px;
}
@media only screen and (max-width: 480px) {
  .hlts-section .hlt-sub-ttl {
    padding-left: 80px;
  }
}
.hlts-section .hlt-im {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #F4EFD9;
  position: absolute;
  left: -50px;
  top: -50px;
}
.hlts-section .hlt-im img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .hlts-section .hlt-im img {
    width: 80%;
    height: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .hlts-section .hlt-im {
    width: 120px;
    height: 120px;
    left: -30px;
    top: -30px;
  }
}
.hlts-section .hlt-txt {
  font-size: 0.9em;
  line-height: 22px;
  color: #333333;
}
.hlts-section .hlt-itm-bg {
  background-color: #F4EFD9;
  border-radius: 8px;
  width: 350px;
  height: 300px;
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  .hlts-section .hlt-itm-bg {
    width: 300px;
    height: 280px;
  }
}

.org-prc {
  font-size: 0.8em;
  text-decoration: line-through;
  color: #999;
}

.sav-amt {
  font-size: 0.75em;
  text-transform: uppercase;
  padding-right: 4px;
  color: #257963;
  font-family: "Ubuntu-Bold";
}
@media only screen and (max-width: 480px) {
  .sav-amt {
    font-size: 1em;
  }
}

.prd-crd-1 {
  width: 300px;
  min-width: 300px;
  height: 400px;
  position: relative;
  border-radius: 8px;
  /*overflow: hidden;*/
}
.prd-crd-1 .prd-im {
  width: 100%;
  height: 235px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 480px) {
  .prd-crd-1 .prd-im {
    width: 100%;
  }
}
.prd-crd-1 .prd-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prd-crd-1 .prd-inf {
  padding: 10px;
  height: calc(100% - 235px);
}
.prd-crd-1 .prd-t {
  font-size: 1.15em;
  color: #5B0E41;
  line-height: 1.2;
  font-family: "BarlowSemiCondensed-Regular";
  font-weight: 800;
}
.prd-crd-1 .prd-t a {
  color: #5B0E41;
  text-decoration: none;
}
.prd-crd-1 .prd-disc {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  padding: 1px 6px;
  background-color: #EF6719; /*#5D7A1A;*/
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "BarlowSemiCondensed-SemiBold";
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.prd-crd-1 .prd-disc span, .prd-crd-1 .prd-disc div {
  font-size: 0.6em;
}
.prd-crd-1 .fav-ctrl {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  left: 10px;
  top: 10px;
  background-position: center 7px;
  background-size: 80%;
}
.prd-crd-1 .prd-prc {
  height: 40px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.prd-crd-1 .prd-prc .prd-prc-no-var {
  font-size: 1.5em;
}
.prd-crd-1 .prd-prc .prd-prc-c-sym {
  font-size: 0.7em;
}
.prd-crd-1 .prd-prc .prd-prc-p-dt {
  font-size: 1em;
}
.prd-crd-1 .prd-prc .prd-prc-v-dt {
  font-size: 0.8em;
  color: rgba(91, 14, 65, 0.6);
}
.prd-crd-1 .add-btn {
  border: 0.5px solid #5B0E41;
  background-color: rgba(91, 14, 65, 0.05);
  height: 40px;
  text-transform: uppercase;
}
.prd-crd-1 .dropbtn {
  font-size: 1.2em;
  padding-inline: 0px;
}
.prd-crd-1 .dropbtn::after {
  top: 0px;
}
.prd-crd-1 .dropdown-option {
  font-size: 1.2em;
}

.prd-crd-fav {
  width: 200px;
  min-width: 200px;
  height: 250px;
}
.prd-crd-fav .prd-im {
  height: 125px;
}
.prd-crd-fav .prd-inf {
  padding: 10px;
  height: calc(100% - 125px);
}
.prd-crd-fav .add-btn {
  height: 35px;
}
.prd-crd-fav .prd-prc-no-var {
  font-size: 1em !important;
}
.prd-crd-fav .dropbtn {
  font-size: 1em;
}
.prd-crd-fav .dropbtn::after {
  width: 20px;
  height: 30px;
  background-size: 50%;
}
.prd-crd-fav .fav-ctrl {
  width: 30px;
  height: 30px;
  background-position: center 5px;
}
.prd-crd-fav .prd-t {
  font-size: 1.1em;
}

.prd-crd-small {
  width: 250px;
  min-width: 250px;
  height: 325px;
}
.prd-crd-small .prd-im {
  height: 200px;
}
.prd-crd-small .prd-inf {
  padding: 10px;
  height: calc(100% - 200px);
}
.prd-crd-small .add-btn {
  height: 35px;
}
.prd-crd-small .prd-prc-no-var {
  font-size: 1.2em !important;
}
.prd-crd-small .fav-ctrl {
  width: 30px;
  height: 30px;
  background-position: center 5px;
}

.prd-crd-mini {
  width: 140px;
  min-width: 140px;
  height: 160px;
}
.prd-crd-mini .prd-im {
  height: 80px;
}
.prd-crd-mini .prd-inf {
  padding: 3px;
  height: calc(100% - 80px);
}
.prd-crd-mini .add-btn {
  height: 25px;
}
.prd-crd-mini .cart-sub, .prd-crd-mini .cart-add {
  font-size: 1.2em !important;
  width: 30px !important;
}
.prd-crd-mini .btn-lbl {
  width: calc(100% - 60px) !important;
  font-size: 0.8em;
}
.prd-crd-mini .prd-prc {
  height: 20px;
}
.prd-crd-mini .prd-prc-no-var {
  font-size: 0.9em !important;
}
.prd-crd-mini .fav-ctrl {
  display: none;
}
.prd-crd-mini .prd-t {
  font-size: 1em;
  line-height: 1;
}
.prd-crd-mini .sav-amt {
  font-size: 0.7em;
}
.prd-crd-mini .prd-disc {
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
}

.add-btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #5B0E41;
  color: #5B0E41;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
}
.add-btn .cart-sub, .add-btn .cart-add {
  font-size: 1.52em;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
.add-btn .cart-add:hover, .add-btn .cart-sub:hover {
  background-color: rgba(91, 14, 65, 0.15);
}
.add-btn .cart-add:active, .add-btn .cart-sub:active {
  background-color: rgba(91, 14, 65, 0.25);
}
.add-btn .btn-lbl {
  width: calc(100% - 100px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fav-ctrl {
  width: 40px;
  height: 40px;
  background-image: url("../images/favorite.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.fav-ctrl-actv {
  background-image: url("../images/favorite-sel.svg");
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background: none;
  padding: 5px 36px 5px 5px;
  font-size: 1.5em;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  /*color: $brand-purple !important;*/
}

.dropbtn::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url("../images/chevron-p.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.dropdown-content div {
  color: #5B0E41;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #ddd;
}

.dropdown:hover .dropbtn {
  background-color: #ddd;
}

.loader {
  display: none;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 30px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #5B0E41) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}

@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
.top-picks {
  width: 100%;
  overflow: scroll;
  padding: 10px 5px;
}
@media only screen and (max-width: 480px) {
  .top-picks {
    overflow: scroll;
  }
}
@media only screen and (max-width: 480px) {
  .top-picks .prd-crd {
    width: 260px !important;
  }
}
.top-picks .top-picks-sldr {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.sngl-prd-hro-fixed {
  position: fixed !important;
  top: -340px;
  z-index: 1000;
  background-color: #EFE8C9;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-hro-fixed {
    top: -175px;
  }
}

#sngl-prd-hro-placeholder {
  display: none;
}

.sngl-prd-hro {
  width: 100%;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-hro {
    height: 300px;
  }
}
.sngl-prd-hro .sngl-prd-hro-im {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-hro .sngl-prd-hro-im {
    -o-object-position: right;
       object-position: right;
    -o-object-position: center;
       object-position: center;
  }
}
.sngl-prd-hro .sngl-pro-tags {
  position: absolute;
  z-index: 1;
  padding: 0 70px;
  width: 1440px;
  left: 50%;
  translate: -50%;
  bottom: 100px;
  font-family: "BarlowSemiCondensed-Regular";
}
@media only screen and (max-width: 480px) {
  .sngl-prd-hro .sngl-pro-tags {
    width: 100%;
    padding: 0 20px;
    bottom: 80px;
  }
}
.sngl-prd-hro .sngl-pro-tags .sngl-pro-tag-im {
  width: 35px !important;
  height: 35px !important;
}
.sngl-prd-hro .sngl-pro-tags .sngl-pro-tag {
  background-color: rgba(239, 232, 201, 0.6);
  padding: 5px;
  border-radius: 8px;
  width: 200px;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-hro .sngl-pro-tags .sngl-pro-tag {
    width: 50%;
  }
}

.sngl-prd-crd {
  position: relative;
  width: 100%;
  background-color: #5B0E41;
  border-radius: 8px;
  height: 120px;
  top: 420px;
  padding: 10px 15px 0 15px;
  z-index: 100;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd {
    padding: 5px;
    top: 230px;
    height: 100px;
  }
}
.sngl-prd-crd hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid rgba(239, 232, 201, 0.1);
}
.sngl-prd-crd .sngl-prd-ttl {
  font-family: "BarlowSemiCondensed-Regular";
  /*text-transform: uppercase;*/
  font-size: 2em;
  color: #EFE8C9;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .sngl-prd-ttl {
    font-size: 1.2em;
  }
}
.sngl-prd-crd .sngl-prd-tag-itm {
  color: #EFE8C9;
  font-family: "BarlowSemiCondensed-Regular";
  border: 1px solid #EFE8C9;
  padding: 1px 5px;
  text-transform: uppercase;
  font-size: 0.7em;
  border-radius: 2px;
}
.sngl-prd-crd .prd-disc {
  border-radius: 8px;
  padding: 1px 20px;
  background-color: #EF6719; /*#5D7A1A;*/
  color: #FFFFFF;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "BarlowSemiCondensed-SemiBold";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .prd-disc {
    padding: 1px 5px;
  }
}
.sngl-prd-crd .fav-ctrl {
  width: 30px;
  height: 30px;
  background-image: url("../images/favorite.svg");
  background-repeat: no-repeat;
  background-position-y: 2px;
  background-size: 100%;
  cursor: pointer;
}
.sngl-prd-crd .fav-ctrl-actv {
  background-image: url("../images/favorite-sel.svg");
}
.sngl-prd-crd .sngl-prd-crd-btm {
  height: 50px;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .sngl-prd-crd-btm {
    flex-direction: column;
    gap: 10px;
  }
}
.sngl-prd-crd .sngl-prd-shrt-desc {
  width: 40%;
  color: #EFE8C9;
  line-height: 1.1;
  font-size: 0.9em;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .sngl-prd-shrt-desc {
    width: 100%;
    padding-top: 5px;
    display: none;
  }
}
.sngl-prd-crd .add-btn {
  width: 220px;
  height: 40px;
  background-color: #FFFFFF;
  color: #5B0E41;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .add-btn {
    width: 160px;
  }
}
.sngl-prd-crd .sngl-prd-prc-hldr {
  width: calc(60% - 20px);
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .sngl-prd-prc-hldr {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .sngl-prd-vrnt {
    width: calc(100% - 170px);
  }
}
@media only screen and (max-width: 480px) {
  .sngl-prd-crd .sngl-prd-vrnt .prd-prc-vrnt-itm {
    width: 100%;
  }
}
.sngl-prd-crd .sngl-prd-vrnt .org-prc {
  font-size: 0.9em;
}

@media only screen and (max-width: 480px) {
  .sngl-prd-desc-hldr {
    flex-direction: column;
    padding-top: 0px;
  }
}

.sngl-prd-desc {
  width: 65%;
}
@media only screen and (max-width: 480px) {
  .sngl-prd-desc {
    width: 100%;
  }
}

.sngl-prd-nutr {
  width: calc(35% - 60px);
}
.sngl-prd-nutr b {
  font-family: "Ubuntu-Bold";
}
@media only screen and (max-width: 480px) {
  .sngl-prd-nutr {
    width: 100%;
  }
}

.msr-lrg-txt {
  line-height: 1.2;
  font-size: 2.5em;
}
@media only screen and (max-width: 480px) {
  .msr-lrg-txt {
    line-height: 1;
    font-size: 1.4em;
  }
}

.msr-sml-txt {
  line-height: 1.2;
  font-size: 1.5em;
}
@media only screen and (max-width: 480px) {
  .msr-sml-txt {
    line-height: 1;
    font-size: 1.4em;
  }
}

.msr-im {
  width: 55px;
  height: 55px;
}
@media only screen and (max-width: 480px) {
  .msr-im {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .msr-equiv {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .msr-equiv .msr-equiv-grp {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.msr-equiv .msr-equiv-grp .flx-h {
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .msr-equiv .wdth-40, .msr-equiv .wdth-50 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .msr-equiv .msr-equiv-ils {
    margin: 10px 0;
  }
}

.prd-prc-vrnt-itm {
  background-color: #5B0E41;
  color: #EFE8C9;
  border-radius: 8px;
  border: 1px solid #EFE8C9;
  padding: 5px 10px;
  cursor: pointer;
  height: 40px;
}

.prd-prc-vrnt-itm-actv {
  background-color: #EFE8C9;
  color: #5B0E41;
}

.chf-adv-bx {
  position: relative;
  border-radius: 8px;
  border: 1px dashed #5B0E41;
}

.chf-adv-bx::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #5B0E41;
  background-color: #FFFFFF;
  left: -40px;
  top: -40px;
  background-image: url("../images/chef-hat.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.proc-inf {
  width: calc((100% - 120px) / 2);
}
.proc-inf div:first-child {
  text-transform: capitalize;
}
@media only screen and (max-width: 480px) {
  .proc-inf {
    width: calc(100% - 100px);
  }
}

.proc-txt {
  font-size: 0.8em;
  color: #5B0E41;
}

.proc-itms {
  width: calc(60% - 20px);
}
@media only screen and (max-width: 480px) {
  .proc-itms {
    width: 100%;
    gap: 30px;
  }
}

.proc-im {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 480px) {
  .proc-im {
    width: 100px;
    height: auto;
  }
}

.prd-gal-ims {
  background-image: linear-gradient(to right, transparent 50%, #5B0E41 50%);
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .prd-gal-ims {
    display: none;
  }
}

.prd-gal-im {
  width: 300px;
  height: 201px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px 3px rgba(135, 118, 105, 0.2);
  margin-top: -15px;
}

.prd-gal-im:nth-child(even) {
  margin-left: 40px;
}

.faq-itm {
  position: relative;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 400px;
  height: 180px;
  background-color: #5B0E41;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq-ttl {
  font-family: "BarlowSemiCondensed-Regular";
  font-size: 1.25em;
  line-height: 1.2;
}

.faq-ansr {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1;
}

.faq-idx {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Ubuntu-Bold";
  line-height: 0.78;
}

.hide-class {
  display: none;
}

.top-pp {
  position: fixed;
  background-color: #5B0E41;
  width: 100%;
  min-height: 125px;
  left: 0;
  top: -100px;
  transition: top 0.5s;
  z-index: 1750;
}
@media only screen and (max-width: 480px) {
  .top-pp {
    transition: bottom 0.5s;
  }
}

.search-pp {
  height: 500px;
  top: -500px;
}
@media only screen and (max-width: 480px) {
  .search-pp {
    height: calc(100dvh - 115px);
    top: unset;
    bottom: calc(-1 * (100dvh - 115px));
  }
}
@media only screen and (max-width: 480px) {
  .search-pp #searchHdrSpcr {
    height: 0.5em;
  }
}
.search-pp .srch-hdr {
  width: 100%;
  height: 60px;
  background-color: rgba(236, 237, 159, 0.4);
  padding: 5px;
  border-radius: 8px;
}
@media only screen and (max-width: 480px) {
  .search-pp .srch-hdr {
    width: 90%;
    height: 40px;
  }
}
.search-pp .srch-hdr input {
  border: none;
  background: none;
  width: 100%;
  color: #EFE8C9 !important;
  padding: 0 10px;
  height: 100%;
}
.search-pp ::-moz-placeholder { /* Most modern browsers support this now. */
  color: rgba(236, 237, 159, 0.6);
}
.search-pp ::placeholder { /* Most modern browsers support this now. */
  color: rgba(236, 237, 159, 0.6);
}
.search-pp .srch-rslts {
  height: calc(100% - 90px);
  overflow: scroll;
  color: #EFE8C9;
}
.search-pp .srch-rslts h4 {
  margin: 10px 0;
}
.search-pp .srch-rslts .search-category-group {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .search-pp .srch-rslts .search-category-group {
    width: 100%;
  }
}
.search-pp .search-mnu-cls {
  display: none;
}
@media only screen and (max-width: 480px) {
  .search-pp .search-mnu-cls {
    display: block;
  }
}

.srch-prd-lst {
  padding-inline-start: 0px;
}
.srch-prd-lst .srch-prd-itm {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
@media only screen and (max-width: 480px) {
  .srch-prd-lst .srch-prd-itm {
    gap: 5px;
  }
}
.srch-prd-lst .srch-prd-itm img {
  border-radius: 8px;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 480px) {
  .srch-prd-lst .srch-prd-itm img {
    width: 40px;
    height: 40px;
  }
}
.srch-prd-lst .dropdown {
  width: 120px;
  /*height: 36px;*/
}
@media only screen and (max-width: 480px) {
  .srch-prd-lst .dropdown {
    width: 100px;
  }
}
.srch-prd-lst .dropdown:hover .dropbtn {
  background-color: rgba(236, 237, 159, 0.6);
}
.srch-prd-lst .dropdown-option {
  font-size: 0.9em;
  color: #333;
}
.srch-prd-lst .dropbtn {
  padding: 5px 26px 5px 5px;
  text-align: right;
  font-size: 0.9em;
  color: #EFE8C9 !important;
}
@media only screen and (max-width: 480px) {
  .srch-prd-lst .dropbtn {
    padding: 5px 22px 3px 0px;
  }
}
.srch-prd-lst .dropbtn::after {
  width: 14px;
  height: 28px;
  background-size: 100%;
  filter: brightness(0) invert(0.9);
  right: 5px;
}
.srch-prd-lst .prd-crd-btn {
  height: 35px;
  width: 100px;
  font-size: 0.9em;
  border: 0.5px solid #EFE8C9;
  color: #EFE8C9;
}
.srch-prd-lst .cart-sub, .srch-prd-lst .cart-add {
  width: 30px !important;
}
.srch-prd-lst .srch-prd-itm-inf {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 480px) {
  .srch-prd-lst .srch-prd-itm-inf {
    width: calc(100% - 45px);
  }
}
.srch-prd-lst .srch-prd-itm-inf a {
  text-decoration: none;
  color: #EFE8C9;
}
.srch-prd-lst .srch-prd-ttl {
  width: calc(100% - 250px);
  font-size: 0.9em;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .srch-prd-lst .srch-prd-ttl {
    width: calc(100% - 210px);
  }
}

.shop-pp {
  height: 180px;
  top: -260px;
}
@media only screen and (max-width: 480px) {
  .shop-pp {
    height: calc(100dvh - 115px);
    top: unset;
    bottom: calc(-1 * (100dvh - 115px));
  }
}
@media only screen and (max-width: 480px) {
  .shop-pp .shop-sec-hldr {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .shop-pp .shop-sec {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .shop-pp .shop-nav-itm-t {
    text-transform: none !important;
    font-size: 1.1em !important;
  }
}
@media only screen and (max-width: 480px) {
  .shop-pp .shop-cat-hldr {
    flex-direction: column;
    gap: 10px;
  }
}
.shop-pp .shop-mnu-cls {
  display: none;
}
@media only screen and (max-width: 480px) {
  .shop-pp .shop-mnu-cls {
    display: block;
  }
}

.shop-nav-itm {
  width: 300px;
  height: 120px;
}
.shop-nav-itm img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .shop-nav-itm {
    /*width: 100%;*/
    height: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .shop-nav-itm img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 480px) {
  .cat-pg-end .shop-cat-hldr {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cat-pg-end .shop-sec-hldr {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .cat-pg-end .shop-sec {
    width: 100% !important;
    justify-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .cat-pg-end .cat-nav-itm {
    justify-content: flex-start;
    gap: 5px;
  }
}

.more-pp {
  height: 260px;
  top: -260px;
}
@media only screen and (max-width: 480px) {
  .more-pp {
    height: calc(100dvh - 115px);
    top: unset;
    bottom: calc(-1 * (100dvh - 115px));
  }
}
.more-pp .more-itm {
  color: #EFE8C9;
  font-family: "BarlowSemiCondensed-Regular";
  font-size: 1.1em !important;
}
.more-pp .more-itm a {
  color: #EFE8C9;
}

.cat-t {
  font-size: 1.25em;
  color: #EFE8C9;
  font-family: "BarlowSemiCondensed-SemiBold";
}

.cat-nav-itm .cat-nav-itm-t {
  font-family: "BarlowSemiCondensed-Regular";
  color: #EFE8C9;
  /*text-transform: uppercase;*/
  font-size: 1.2em;
  line-height: 1.3;
  padding-bottom: 4px;
}
.cat-nav-itm .cat-nav-itm-st {
  color: #EFE8C9;
  min-height: 32px;
}
@media only screen and (max-width: 480px) {
  .cat-nav-itm .cat-nav-itm-st {
    min-height: unset;
  }
}

.obs {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 14500;
  display: none;
}

.recipesmore-pp {
  height: 260px;
  top: -260px;
}

.cart-pp {
  position: fixed;
  right: -480px;
  width: 480px;
  height: 100dvh;
  background-color: #FFF;
  top: 0;
  z-index: 15000;
  border-left: 1px solid #666666;
  overflow: hidden;
  transition: right 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
  /*.cart-pp-cls{
      width: 28px;
      height: 28px;
      background-image: url("../images/close.svg");
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;

      @include media-query("small"){
          filter: brightness(0) invert(1);
          width: 18px;
          height: 18px;
          background-size: 80%;
      }
  }*/
}
@media only screen and (max-width: 480px) {
  .cart-pp {
    width: 100%;
    height: calc(100dvh - 115px);
    top: unset;
    right: unset;
    bottom: calc(-1 * (100dvh - 115px));
    transition: bottom 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
  }
}
.cart-pp .cart-pp-mt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.cart-pp .cart-pp-hdr {
  width: 100%;
  height: 80px;
  padding: 0 30px;
  border-bottom: 1px solid #EFE8C9;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-pp-hdr {
    padding: 0 20px;
    height: 50px;
    background-color: #5B0E41;
  }
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-pp-hdr .cat-t {
    color: #EFE8C9 !important;
  }
}
.cart-pp .cart-pp-cntnt {
  padding: 10px 30px;
  height: calc(100dvh - 340px);
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-pp-cntnt {
    padding: 10px 20px;
    height: calc(100% - 255px);
  }
}
.cart-pp .cart-itms {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: scroll;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itms {
    padding-top: 5px;
    gap: 15px;
  }
}
.cart-pp .cart-itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: "Ubuntu-Regular";
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itm {
    gap: 5px;
    align-items: flex-end;
  }
}
.cart-pp .cart-itm-im {
  width: 95px;
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itm-im {
    width: 76px;
    height: 56px;
  }
}
.cart-pp .cart-itm-inf {
  width: calc(100% - 175px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itm-inf {
    gap: 2px;
    width: calc(100% - 131px);
  }
}
.cart-pp .cart-itm-inf .cart-itm-t {
  font-size: 1.1em;
  font-family: "BarlowSemiCondensed-Regular";
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itm-inf .cart-itm-t {
    font-size: 1em;
    font-family: "BarlowSemiCondensed-SemiBold";
  }
}
.cart-pp .cart-itm-inf .cart-itm-vr {
  color: #999999;
  font-size: 0.9em;
}
.cart-pp .cart-itm-qty {
  display: flex;
  align-items: center;
  color: #5B0E41;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itm-qty {
    box-shadow: 0 0 2px 1px rgba(135, 118, 105, 0.2);
  }
}
.cart-pp .cart-itm-qty .cart-itm-qty-sub, .cart-pp .cart-itm-qty .cart-itm-qty-add {
  font-size: 1.3em;
  width: 25px;
  /*height: 30px;*/
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
}
.cart-pp .cart-itm-qty .cart-itm-qty-sub {
  border-radius: 10px 0 0 10px;
}
.cart-pp .cart-itm-qty .cart-itm-qty-add {
  border-radius: 0 10px 10px 0;
}
.cart-pp .cart-itm-qty .cart-itm-qty-val {
  width: 30px;
  /*height: 30px;*/
  text-align: center;
}
.cart-pp .cart-itm-qty .loader {
  background: conic-gradient(#5B0E41 10%, #EFE8C9) content-box;
}
.cart-pp .cart-itm-prc {
  width: 60px;
  text-align: right;
  font-size: 1.2em;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-itm-prc {
    width: 45px;
  }
}
.cart-pp .cart-pp-ftr {
  height: 180px;
  padding: 10px 30px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-pp-ftr {
    height: 130px;
    padding: 5px 20px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
}
.cart-pp .cart-info-bar {
  height: 80px;
  padding: 0 30px;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-info-bar {
    padding: 0 20px;
    border-bottom: 1px solid #EFE8C9;
    height: 75px;
  }
}
.cart-pp .cart-info-miles {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cart-pp .cart-info-miles-itm {
  position: absolute;
  width: 90px;
  height: 30px;
  line-height: 1.2;
  font-size: 0.7em;
  text-align: center;
  padding-top: 6px;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 3px;
  text-transform: uppercase;
  background-image: url("../images/blank-prg.svg");
}
.cart-pp .cart-info-miles-itm div {
  padding-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .cart-pp .cart-info-miles-itm {
    font-size: 0.75em;
  }
}
.cart-pp .cart-miles-acc {
  background-image: url("../images/done-prg.svg") !important;
  color: #257963;
}
.cart-pp .cart-miles-acc div {
  color: #FFF !important;
}
.cart-pp .cart-info-prg-bar-hldr {
  position: relative;
  width: 100%;
  top: 0px;
}
.cart-pp .cart-info-prg-bar-bg {
  position: absolute;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background-color: #EFEFEF;
  top: 6px;
}
.cart-pp .cart-info-prg-bar-fg {
  position: absolute;
  width: 0%;
  height: 12px;
  border-radius: 8px;
  background-color: rgba(239, 103, 25, 0.3);
  top: 6px;
}
.cart-pp .cart-info-txt {
  font-size: 0.8em;
  line-height: 1;
  padding: 7px 0 3px 0;
}
.cart-pp .cart-info-txt span {
  font-family: "Ubuntu-Bold";
}

.cart-qty {
  position: absolute;
  width: 33px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EF6719;
  font-size: 0.8em;
  padding-bottom: 3px;
  font-family: "BarlowSemiCondensed-Regular";
}
@media only screen and (max-width: 480px) {
  .cart-qty {
    padding-bottom: 0px;
    padding-top: 3px;
  }
}

.frm-fld, .form-row {
  border: 1px solid #5B0E41;
  border-radius: 8px;
  position: relative;
  padding: 4px 5px;
  min-height: 30px;
}
.frm-fld input, .form-row input {
  width: 100%;
}
.frm-fld input[type=tel], .frm-fld input[type=number], .frm-fld input[type=text], .frm-fld input[type=email], .form-row input[type=tel], .form-row input[type=number], .form-row input[type=text], .form-row input[type=email] {
  border: none !important;
  background: none !important;
}
.frm-fld label, .form-row label {
  position: absolute;
  font-size: 0.8em;
  left: 8px;
  top: -12px;
  background-color: #FFF;
  padding: 0 4px;
  color: #666666;
}

.frm-ph-fld {
  padding-left: 32px;
}

.frm-ph-fld::before {
  position: absolute;
  content: "+91";
  left: 2px;
  width: 30px;
  height: 30px;
  top: 5px;
  z-index: 1;
}

.frm-scss-msg {
  color: #257963;
}

.frm-err-msg {
  color: #EF6719;
}

.select2-selection {
  border: none !important;
  background: none !important;
}

.form-row {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}

.account-pp {
  position: fixed;
  width: 550px;
  height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background-color: #FFF;
  z-index: 14550;
  display: none;
}
@media only screen and (max-width: 480px) {
  .account-pp {
    border-radius: 0;
    width: 100vw;
    height: calc(100dvh - 115px);
    transform: none;
    left: 0;
    top: unset;
    bottom: calc(-1 * (100dvh - 115px));
    display: block;
    transition: bottom 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
  }
}
.account-pp .accnt-pp-cntnt {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.account-pp .accnt-pp-fltr {
  position: absolute;
  /*width: 100%;*/
  left: -550px;
  height: 100%;
  top: 0;
  transition: left 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
@media only screen and (max-width: 480px) {
  .account-pp .accnt-pp-fltr {
    left: -100vw;
  }
}
.account-pp .accnt-pp-fltr-itm {
  width: 550px;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .account-pp .accnt-pp-fltr-itm {
    width: 100vw;
  }
}
.account-pp .accnt-pp-fltr-itm-hdr {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}
@media only screen and (max-width: 480px) {
  .account-pp .accnt-pp-fltr-itm-hdr {
    background-color: #5B0E41;
  }
}
.account-pp .accnt-pp-fltr-itm-hdr h2 {
  color: #5B0E41;
}
@media only screen and (max-width: 480px) {
  .account-pp .accnt-pp-fltr-itm-hdr h2 {
    color: #EFE8C9;
  }
}
.account-pp .accnt-pp-fltr-itm-dt {
  padding: 10px 20px;
}
.account-pp .accnt-pp-bk {
  position: relative;
  top: 45px;
  left: 35px;
  cursor: pointer;
}
.account-pp .err-msg {
  display: none;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .account-pp .err-msg {
    font-size: 1em !important;
  }
}
.account-pp .reg-now {
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
}
.account-pp .otp-container input {
  width: 40px !important;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid #5B0E41 !important;
  text-align: center;
}
.account-pp .otp-container input::-webkit-outer-spin-button,
.account-pp .otp-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.account-pp .otp-container input[type=number] {
  -moz-appearance: textfield;
}

.tp-mnu-cls {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
  z-index: 4;
}
@media only screen and (max-width: 480px) {
  .tp-mnu-cls {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 18px;
    filter: brightness(0) invert(1);
  }
}

.tp-mnu-cls::after {
  display: inline-block;
  content: "×";
  font-size: 2em;
  top: -9px;
  position: absolute;
  line-height: 1;
}

/**My Account Styles**/
.accnt-hldr .woocommerce {
  display: flex;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .accnt-hldr .woocommerce {
    position: relative;
  }
}

.ma-nav {
  width: 270px;
}
@media only screen and (max-width: 480px) {
  .ma-nav {
    position: fixed;
    width: 50vw;
    padding: 20px;
    gap: 10px;
    background-color: #EFE8C9;
    height: calc(100dvh - 115px);
    z-index: 1660;
    top: 55px;
    left: calc(-50vw + 30px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    transition: left 0.3s;
  }
}
@media only screen and (max-width: 480px) {
  .ma-nav .spacer-tiny {
    display: none;
  }
}
.ma-nav .ma-nav-cls {
  display: none;
}
@media only screen and (max-width: 480px) {
  .ma-nav .ma-nav-cls {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
  }
}
.ma-nav .ma-nav-cls img {
  height: 15px;
}

.ma-nav-itm {
  padding: 10px;
  font-family: "BarlowSemiCondensed-Regular";
  font-size: 1.2em;
}
@media only screen and (max-width: 480px) {
  .ma-nav-itm {
    height: 30px;
    border-bottom: unset;
    padding: 1px;
  }
}
.ma-nav-itm a {
  color: #333333;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .ma-nav-itm a {
    color: #5B0E41;
  }
}
@media only screen and (max-width: 480px) {
  .ma-nav-itm .ma-nav-itm-lbl {
    /*display: none;*/
  }
}

.ma-nav-itm-actv {
  border: none;
  font-family: "BarlowSemiCondensed-SemiBold";
}
.ma-nav-itm-actv a {
  color: #5B0E41;
}
@media only screen and (max-width: 480px) {
  .ma-nav-itm-actv a {
    /*color: $brand-beige;*/
    text-decoration: underline;
  }
}

.ma-usr {
  border-radius: 8px;
  background-color: #F5F4F4;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .ma-usr {
    margin-top: 15px;
    width: 90%;
  }
}

.ma-usr-pht {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #EAE7E7;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .ma-usr-pht {
    width: 30px;
    height: 30px;
  }
}

.ma-content {
  width: calc(100% - 270px);
  padding: 0px 0px 20px 40px;
}
.ma-content h2 {
  margin: 10px unset; /*10px auto;*/
  padding-left: 0 !important;
}
@media only screen and (max-width: 480px) {
  .ma-content {
    padding: 0px 0px 20px 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ma-content .woocommerce-address-fields {
    width: 100% !important;
  }
}

.ma-wdth-80 {
  width: 80%;
  /*margin: 0 auto;*/
}

@media only screen and (max-width: 480px) {
  .db-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .db-item {
    width: 100%;
  }
}

/**
Checkout Styles
**/
.custom-checkout-grid {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 480px) {
  .custom-checkout-grid {
    flex-wrap: wrap;
  }
}

.checkout-left,
.checkout-right {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 8px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .checkout-left,
  .checkout-right {
    width: 100%;
    padding: 0.8rem;
  }
}

.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}

.woocommerce-checkout-review-order-table td.product-name img {
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.woocommerce-address-fields input {
  border: 1px solid #333 !important;
  background-color: #FFF !important;
}

.chkot-hldr {
  font-size: 0.9em;
  font-family: "BarlowSemiCondensed-Regular";
}
.chkot-hldr input[type=tel], .chkot-hldr input[type=number], .chkot-hldr input[type=text], .chkot-hldr input[type=email] {
  font-size: 0.9em;
}
.chkot-hldr table {
  font-size: 0.9em;
}
.chkot-hldr table .product-name {
  width: 60%;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.woocommerce .form-row-last {
  margin-right: 0;
}

.select2-container input[type=tel], .select2-container input[type=number], .select2-container input[type=text], .select2-container input[type=email] {
  border: 1px solid #333 !important;
}

.woocommerce-info {
  border-top: none;
}

.custom-order-notes {
  margin-top: 20px;
}

.woocommerce-input-wrapper textarea {
  border: none !important;
}

.p-chkot-btn {
  background-color: #5B0E41 !important;
  color: #FFF !important;
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 10px 25px !important;
  width: 80%;
}

.place-order {
  border: none !important;
}

.p-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  font-size: 0.85em;
}
@media only screen and (max-width: 480px) {
  .p-table thead {
    display: none;
  }
}
.p-table thead th {
  background-color: rgba(0, 0, 0, 0.045);
}
.p-table tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.025);
}
.p-table th, .p-table td {
  padding: 10px 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .p-table td:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .p-table tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .p-table tr {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 2px;
  }
}

.fyp-slct-hldr {
  display: none;
}
@media only screen and (max-width: 480px) {
  .fyp-slct-hldr .chev-holder {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .fyp-slct-hldr {
    margin-bottom: 10px;
    display: flex;
  }
}

.fyp-lnk {
  position: absolute;
  right: 70px;
  top: 100px;
}
@media only screen and (max-width: 480px) {
  .fyp-lnk {
    right: 20px;
    top: 75px;
  }
}

.fyp-hldr .fyp-lft {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-lft .fyp-lft-lst {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-lft {
    position: absolute;
    z-index: 1000;
    width: 300px;
    background-color: #EFE8C9;
    border-radius: 8px;
    align-items: flex-start;
    padding: 20px;
    top: 100px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    display: none;
  }
}
.fyp-hldr .fyp-rt {
  width: 100%;
  height: 740px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-rt {
    width: 100%;
    padding: 10px;
    justify-content: space-around;
    gap: 20px;
  }
}
.fyp-hldr .fyp-nav-itm {
  /*width: 100px;*/
  height: 30px;
  cursor: pointer;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-nav-itm {
    border-bottom: none;
  }
}
.fyp-hldr .fyp-nav-itm img {
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) invert(1);
  display: none;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-nav-itm img {
    height: 30px;
    filter: unset;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-nav-itm {
    width: 220px;
    height: unset;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }
}
.fyp-hldr .fyp-nav-itm-actv {
  /*background-color: rgba(236, 237, 159, 0.4);
  border-radius: $brdr-rad;*/
  font-family: "BarlowSemiCondensed-SemiBold" !important;
  border-bottom: 2px solid #FFF;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-nav-itm-actv {
    background-color: unset;
    border-bottom: unset;
  }
}
.fyp-hldr .fyp-nav-itm-t {
  /*width: 100px;*/
  font-size: 1em;
  color: #FFF;
  /*text-transform: uppercase;*/
  text-align: center;
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-nav-itm-t {
    width: 150px;
    text-transform: none;
    text-align: left;
    font-size: 1em;
    color: #5B0E41;
  }
}
.fyp-hldr .fyp-t {
  color: #FFF;
  text-transform: uppercase;
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1;
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-t {
    color: #5B0E41;
  }
}
.fyp-hldr .wht-sep {
  margin: 15px 0;
}
.fyp-hldr .fyp-slct-hldr {
  display: none;
}
@media only screen and (max-width: 480px) {
  .fyp-hldr .fyp-slct-hldr {
    display: flex;
  }
}

.blog-hro {
  width: 100%;
  height: 450px;
  position: relative;
}
.blog-hro img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.blog-hro .page-width {
  position: relative;
}
.blog-hro .blog-ttl-bx {
  position: absolute;
  height: 300px;
  width: 450px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  color: #FFFFFF;
  right: 70px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .blog-hro .blog-ttl-bx {
    width: 80%;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.blog-hro .blog-ttl-bx .ttl {
  font-size: 2em;
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .blog-hro .blog-ttl-bx .ttl {
    font-size: 1.4em;
  }
}
.blog-hro .blog-ttl-bx .blog-bk-lnk {
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.blog-hro .blog-ttl-bx .blog-bk-lnk a {
  color: #999;
}

.blog-qt {
  background-color: #EFE8C9;
  border-left: 6px solid #5B0E41;
  padding: 20px;
  font-size: 1.4em;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .blog-qt {
    width: 100%;
  }
}

.abt-hro {
  width: 100%;
  height: 500px;
  position: relative;
  background-color: #EFE8C9;
}
.abt-hro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-hro .abt-txt-hldr {
  position: absolute;
  right: 0;
  width: 50%;
  background-color: rgba(51, 51, 51, 0.5);
  padding: 10px 20px;
  top: 50%;
  color: #FFF;
  transform: translateY(-50%);
}
.abt-hro .abt-txt-hldr .abt-txt-hldr-1 {
  font-size: 3.5em;
  font-family: "BarlowSemiCondensed-SemiBold";
  line-height: 1;
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .abt-hro .abt-txt-hldr .abt-txt-hldr-1 {
    font-size: 2em;
  }
}
.abt-hro .abt-txt-hldr .abt-txt-hldr-2 {
  font-size: 2.5em;
  font-family: "BarlowSemiCondensed-SemiBold";
  line-height: 1.2;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .abt-hro .abt-txt-hldr .abt-txt-hldr-2 {
    font-size: 1.5em;
    width: 100%;
  }
}

.abt-gal {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .abt-gal .abt-gal-itm {
    width: 150px;
    height: 200px;
  }
}

.abt-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 480px) {
  .abt-sec {
    gap: 20px;
  }
}
.abt-sec .abt-sec-col {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 480px) {
  .abt-sec .abt-sec-col {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .abt-sec-even {
    flex-direction: column-reverse;
  }
}

.wp-block-heading {
  margin: 30px 0 !important;
}

.cat-pg-end a, .cat-pg-end .cat-t, .cat-pg-end .cat-nav-itm-t, .cat-pg-end .cat-nav-itm-st {
  color: #5B0E41 !important;
}

.fd-strs {
  display: flex;
}

.fd-strs-hdr {
  flex-direction: column;
}
.fd-strs-hdr img {
  display: none;
}
.fd-strs-hdr .fd-strs-t {
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1.2;
  color: #EFE8C9;
}
.fd-strs-hdr .fd-strs-t a {
  color: #EFE8C9;
}
.fd-strs-hdr .fd-strs-t .txt-smll {
  display: none;
}
.fd-strs-hdr .fd-strs-more {
  padding-top: 20px;
  font-family: "BarlowSemiCondensed-Regular";
}
.fd-strs-hdr .fd-strs-more a {
  color: #EFE8C9;
}

.fd-strs-pg {
  flex-direction: row;
  gap: 20px;
  color: #5B0E41;
}
@media only screen and (max-width: 480px) {
  .fd-strs-pg {
    overflow-x: scroll;
    padding: 5px;
  }
}
.fd-strs-pg .fd-strs-itm {
  width: 450px;
  height: 280px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .fd-strs-pg .fd-strs-itm {
    min-width: 100%;
    width: 100%;
  }
}
.fd-strs-pg .fd-strs-itm img {
  width: 450px;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.fd-strs-pg .fd-strs-itm .fd-strs-t {
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1.2;
  position: absolute;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 120px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  border-radius: 8px;
  overflow: hidden;
}
.fd-strs-pg .fd-strs-itm .fd-strs-t a {
  color: #FFF;
}
.fd-strs-pg .fd-strs-more {
  display: none;
}

.rcps {
  display: flex;
}

.rcps-hdr {
  flex-direction: column;
}
.rcps-hdr .rcps-t {
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1.5;
  color: #EFE8C9;
}
.rcps-hdr .rcps-t a {
  color: #EFE8C9;
}
.rcps-hdr .rcps-more {
  padding-top: 20px;
  font-family: "BarlowSemiCondensed-Regular";
}
.rcps-hdr .rcps-more a {
  color: #EFE8C9;
}

.rcps-pg {
  /*justify-content: space-between;*/
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .rcps-pg {
    gap: 20px;
  }
}
.rcps-pg .rcps-itm {
  width: 400px;
  height: 450px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .rcps-pg .rcps-itm {
    height: 250px;
  }
}
.rcps-pg img {
  width: 100%;
  height: calc(100% - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .rcps-pg img {
    height: calc(100% - 80px);
  }
}
.rcps-pg .rcps-t {
  font-family: "BarlowSemiCondensed-Regular";
  line-height: 1.2;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 1.45em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.rcps-pg .rcps-t a {
  color: #FFF;
  height: 30px;
}
.rcps-pg .rcps-t .txt-smll {
  display: none;
}
@media only screen and (max-width: 480px) {
  .rcps-pg .rcps-t {
    height: 80px;
  }
}
.rcps-pg .recipe-cuisine {
  font-size: 0.7em;
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .rcps-pg .recipe-cuisine {
    left: 10px;
    top: 10px;
    right: unset;
  }
}
.rcps-pg .rcps-e {
  font-size: 0.6em;
  color: #FFF;
}

.recipe-page .dynamic-bg {
  background-size: 45px;
  background-position: 96% 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .recipe-page .dynamic-bg {
    background-position: 90% 20px;
  }
}
.recipe-page .recipe-hdr {
  height: 450px;
}
.recipe-page .recipe-hdr-im {
  padding: 0 !important;
}
.recipe-page .recipe-hdr-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-page .wp-block-columns {
  margin-bottom: 0 !important;
  min-height: 150px;
  gap: 0;
}
.recipe-page .wp-block-columns .wp-block-column:first-child {
  flex-basis: 30% !important;
  text-align: right;
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  .recipe-page .wp-block-columns .wp-block-column:first-child {
    padding: 0 10px 0 0;
  }
}
.recipe-page .wp-block-columns .wp-block-column:last-child {
  flex-basis: 70% !important;
  border-left: 1px solid #5B0E41;
  padding-left: 20px;
}
@media only screen and (max-width: 480px) {
  .recipe-page .wp-block-columns .wp-block-column:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .recipe-page .wp-block-columns .wp-block-column:last-child ul {
    padding-inline-start: 30px;
  }
}
.recipe-page .wp-block-heading {
  margin-top: 70px !important;
}
.recipe-page .txt-smll a {
  text-decoration: underline;
  color: #333;
}

.recipe-cuisine {
  font-size: 0.8em;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #EF6719;
  width: -moz-fit-content;
  width: fit-content;
}

.mnu-mob {
  position: fixed;
  height: 60px;
  width: 100vw;
  background-color: #EFE8C9;
  left: 0;
  bottom: 0;
  z-index: 16500;
  overflow: hidden;
  display: none;
  border-top: 1px solid rgba(91, 14, 65, 0.1);
}
@media only screen and (max-width: 480px) {
  .mnu-mob {
    display: flex;
  }
}
.mnu-mob img {
  height: 30px;
}
.mnu-mob .mnu-mob-itm {
  width: 40px;
}
.mnu-mob .mnu-mob-itm-t {
  font-family: "BarlowSemiCondensed-Regular";
  font-size: 0.8em;
  color: #5B0E41;
  line-height: 1;
}
.mnu-mob .mnu-mob-hltr {
  position: absolute;
  width: 40px;
  height: 3px;
  top: -3px;
  background-color: #5B0E41;
  transition: left 0.3s;
}

.rcp-crd-hldr {
  overflow: scroll;
  padding-top: 30px;
  padding-bottom: 10px;
}

.rcp-crd {
  width: 280px;
  min-width: 280px;
  height: 360px;
  padding-top: 80px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
.rcp-crd .rcp-crd-im {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: -100px;
  overflow: hidden;
}
.rcp-crd .rcp-crd-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rcp-crd .rcp-crd-inf {
  width: 280px;
  height: 280px;
  background-color: #FFF;
  border-radius: 8px;
}
.rcp-crd .rcp-crd-ttl {
  font-family: "BarlowSemiCondensed-SemiBold";
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  color: #5B0E41 !important;
  height: 75px;
}
.rcp-crd .rcp-crd-cz-hldr {
  color: #333;
  position: relative;
}
.rcp-crd .rcp-crd-cz-hldr .recipe-cuisine {
  position: relative;
  z-index: 1;
}
.rcp-crd .rcp-crd-cz-hldr hr {
  color: #EF6719;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  z-index: 0;
  border-style: solid;
}
.rcp-crd .rcp-crd-tmcal {
  width: 100%;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.7);
}
.rcp-crd .rcp-crd-tmcal img {
  width: 12px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rcp-crd .rcp-crd-btm {
  width: 100%;
  height: calc(100% - 100px);
  padding: 20px;
}

@media only screen and (max-width: 480px) {
  .d-adv-sec {
    width: 100% !important;
    padding: 0;
  }
}

.d-adv-im {
  width: 450px;
  height: 380px;
}
@media only screen and (max-width: 480px) {
  .d-adv-im {
    border-radius: 0;
    width: 180px;
  }
  .d-adv-im img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.d-adv-hldr {
  width: calc(90% - 350px);
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr {
    width: calc(100% - 180px);
  }
}
.d-adv-hldr .d-adv-ttl {
  font-size: 1.5em;
  font-family: "Ubuntu-Bold";
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr .d-adv-ttl {
    font-size: 1em;
    line-height: 1.5;
  }
}
.d-adv-hldr .d-adv-txt {
  color: #826B5C;
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr .d-adv-txt {
    font-size: 0.875em;
    line-height: 1.3;
  }
}
.d-adv-hldr .d-adv-itm {
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr .d-adv-itm {
    padding-left: 10px;
    padding-right: 5px;
  }
}
.d-adv-hldr .d-adv-itm .d-adv-itm-im {
  height: 40px !important;
  width: 40px !important;
  padding-top: 3px;
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr .d-adv-itm .d-adv-itm-im {
    display: none;
  }
}
.d-adv-hldr .d-adv-itm:nth-child(1) {
  color: #CA033E;
}
.d-adv-hldr .d-adv-itm:nth-child(2) {
  color: #EF6719;
  /*padding-left: 70px;*/
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr .d-adv-itm:nth-child(2) {
    padding-left: 10px;
    padding-right: 5px;
  }
}
.d-adv-hldr .d-adv-itm:nth-child(3) {
  color: #257963;
}
.d-adv-hldr .d-adv-itm-dtls {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 480px) {
  .d-adv-hldr .d-adv-itm-dtls {
    width: 100%;
  }
}

.pg-nav {
  display: flex;
  border: 1px solid #5B0E41;
  border-radius: 8px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.pg-nav-itm {
  padding: 8px 16px;
  border-right: 1px solid #5B0E41;
  text-align: center;
  color: #5B0E41;
  cursor: pointer;
  min-width: 40px;
}
.pg-nav-itm a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.pg-nav-itm.current {
  font-weight: bold;
  background-color: rgba(91, 14, 65, 0.1);
}
.pg-nav-itm:last-child {
  border-right: none;
}

.sub-frm-hldr {
  width: 250px;
}
@media only screen and (max-width: 480px) {
  .sub-frm-hldr {
    width: 100%;
  }
}
.sub-frm-hldr .frm-fld {
  background-color: rgba(255, 255, 255, 0.08);
  height: 38px;
}
.sub-frm-hldr .frm-fld input {
  color: #EFE8C9 !important;
  font-size: 0.9em;
}
.sub-frm-hldr .frm-btn {
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #EFE8C9;
  cursor: pointer;
  margin: 5px 0;
  color: #826B5C;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-frm-hldr .frm-btn:active {
  opacity: 0.8;
}

.offr-bot {
  position: fixed;
  left: 20px;
  bottom: 100px;
  z-index: 16000;
  display: none;
}
@media only screen and (max-width: 480px) {
  .offr-bot {
    bottom: unset;
    top: 3px;
    right: 85px;
    left: unset;
  }
}
.offr-bot .offr-bot-btn {
  position: absolute;
  border-radius: 10px;
  background-color: #5B0E41;
  width: 100px;
  height: 80px;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .offr-bot .offr-bot-btn {
    width: 80px;
    height: 50px;
  }
}
.offr-bot .offr-bot-btn img {
  height: 45%;
}
.offr-bot .offr-bot-btn .txt-wht {
  z-index: 1;
}
.offr-bot .offr-bot-btn-bg {
  background-color: #EFE8C9;
  width: 100px;
  height: 100px;
  border-radius: 0 0 50% 50%;
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: -100px;
  display: none;
}
@media only screen and (max-width: 480px) {
  .offr-bot .offr-bot-btn-bg {
    width: 80px;
    height: 55px;
  }
}
.offr-bot .offr-bot-cntnt {
  background-color: #EFE8C9;
  border-radius: 8px 8px 8px 0;
  position: absolute;
  width: 400px;
  height: 200px;
  top: -210px;
  left: -10px;
  padding: 15px 20px;
  filter: drop-shadow(0px 0px 6px rgba(135, 118, 105, 0.4));
  display: none;
}
.offr-bot .offr-mnu-cls {
  top: 20px;
  right: 20px;
}

/*// Glow Border Animation //*/
.animated-border-box, .animated-border-box-glow {
  height: 80px;
  width: 100px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  /* Border Radius */
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .animated-border-box, .animated-border-box-glow {
    width: 80px;
    height: 50px;
  }
}

.animated-border-box-glow {
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(rgba(0, 0, 0, 0), #ECED9F, rgba(0, 0, 0, 0) 25%);
  /* change speed here */
  animation: rotate 4s linear infinite;
}

.animated-border-box:after {
  content: "";
  position: absolute;
  z-index: -1;
  /* border width */
  left: 5px;
  top: 5px;
  /* double the px from the border width left */
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /*bg color*/
  background: #5B0E41;
  /*box border radius*/
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .animated-border-box:after {
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
/*// Border Animation END//*/
.home-cat-sec {
  background-color: #EFE8C9;
}
@media only screen and (max-width: 480px) {
  .home-cat-sec {
    background-color: #FFF;
  }
}

.offrs {
  border: 1px dashed #5B0E41;
  background-color: rgba(239, 103, 25, 0.3);
  border-radius: 8px;
  overflow: hidden;
  height: 60px;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}
.offrs .offr-lft {
  padding: 5px;
  background-color: #EF6719;
  color: #333;
  max-width: 100px;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.3;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Ubuntu-Bold";
  text-align: center;
}
.offrs .offr-rt {
  padding: 5px;
  line-height: 1.3;
  font-size: 0.9em;
}

@media only screen and (max-width: 480px) {
  .tstmnl-itms {
    flex-direction: column;
    gap: 30px;
  }
}

.tstmnl-itm {
  position: relative;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .tstmnl-itm {
    width: 100%;
  }
}
.tstmnl-itm .tstmnl-sp {
  color: rgba(91, 14, 65, 0.8);
}

.tstmnl-txt {
  padding: 55px 20px 20px 20px;
  height: calc(100% - 80px);
}

.tstmnl-itm::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
}

.tstmnl-ftr {
  height: 80px;
  border-top: 1px solid rgba(91, 14, 65, 0.4);
  background-color: rgba(91, 14, 65, 0.1);
  padding: 10px 20px;
}
.tstmnl-ftr .tstmnl-im {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1.5em;
  /*font-family: $font-semibold-2;*/
  background-color: rgba(91, 14, 65, 0.1);
  color: #5B0E41;
}

.rcp-grd-cntnr {
  display: grid;
  /* Default: 3 columns for desktop */
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 5px;
  background-color: #826B5C;
  padding: 5px;
  border-radius: 8px;
  /* Default spans for desktop layout */
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
}
.rcp-grd-cntnr .grd-itm {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.rcp-grd-cntnr .grd-itm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rcp-grd-cntnr .grd-itm:nth-child(1) {
  border-radius: 6px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .grd-itm:nth-child(2) {
    border-radius: 0 6px 0 0;
  }
}
.rcp-grd-cntnr .grd-itm:nth-child(3) {
  border-radius: 0 6px 0 0;
}
.rcp-grd-cntnr .grd-itm:nth-child(4) {
  border-radius: 0 0 6px 0;
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .grd-itm:nth-child(4) {
    border-radius: unset;
  }
}
.rcp-grd-cntnr .grd-itm:nth-child(5) {
  border-radius: 0 0 0 6px;
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .grd-itm:nth-child(5) {
    border-radius: unset;
  }
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .grd-itm:nth-child(6) {
    border-radius: 0 0 6px 6px;
  }
}
.rcp-grd-cntnr .tall {
  grid-row: span 2;
  position: relative;
  /*@include media-query("small"){
      grid-column: span 1;
      grid-row: span 1;
  }*/
}
.rcp-grd-cntnr .wide {
  grid-column: span 2;
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .mob-wide {
    grid-column: span 2;
  }
}
.rcp-grd-cntnr .caption {
  /* ... (caption styling remains the same) ... */
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: rgb(239, 232, 201.9);
  text-align: center;
  color: #5B0E41;
  font-family: "BarlowSemiCondensed-SemiBold";
  font-size: 1.2em;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 0.4s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .rcp-grd-cntnr .caption {
    bottom: 0;
    height: 50px;
    font-size: 1em;
  }
}
.rcp-grd-cntnr .grd-itm:hover .caption {
  bottom: 0;
}

@media only screen and (max-width: 480px) {
  .rcps-opts {
    gap: 5px;
  }
}

.rcp-sel-itm {
  border-radius: 2px;
  border: 1px solid rgba(91, 14, 65, 0.6);
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #5B0E41;
}
.rcp-sel-itm.current {
  background-color: #5B0E41;
  color: #FFF;
}/*# sourceMappingURL=main.css.map */