@import url("https://fonts.cdnfonts.com/css/brigends-expanded");
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a, button {
  transition: all 0.5s;
}

.solid-btn {
  padding: 12.2px 20px 13.8px;
  background: #EF772B;
  font-family: "Brigends Expanded";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s;
  width: fit-content;
}
.solid-btn:hover {
  transition: all 0.5s;
  background: #ACB8A0;
  color: #333333;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Plact";
  src: url("../fonts/plunct/Plact.eot");
  src: url("../fonts/plunct/Plact.eot?#iefix") format("embedded-opentype"), url("../fonts/plunct/Plact.woff2") format("woff2"), url("../fonts/plunct/Plact.woff") format("woff"), url("../fonts/plunct/Plact.ttf") format("truetype"), url("../fonts/plunct/Plact.svg#Plact") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plunct";
  src: url("../fonts/plunct/Plunct.eot");
  src: url("../fonts/plunct/Plunct.eot?#iefix") format("embedded-opentype"), url("../fonts/plunct/Plunct.woff2") format("woff2"), url("../fonts/plunct/Plunct.woff") format("woff"), url("../fonts/plunct/Plunct.ttf") format("truetype"), url("../fonts/plunct/Plunct.svg#Plunct") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brigends Expanded";
  font-style: normal;
  font-weight: 400;
  src: local("Brigends Expanded"), url("../fonts/brigends-expanded/BrigendsExpanded-nReK1.woff") format("woff");
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.page-template-template-design main {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.subtitle {
  font-family: "Plunct" !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 1024px) {
  .subtitle {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

h1, .h1 {
  font-family: "Brigends Expanded" !important;
  font-weight: 400 !important;
  font-size: 62px !important;
  line-height: 90px !important;
  text-transform: uppercase !important;
  letter-spacing: 0% !important;
  color: #D47634 !important;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 48px !important;
    line-height: 76px !important;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 34px !important;
    line-height: 1.5 !important;
  }
}

h2, .h2 {
  font-family: "Caprasimo", serif !important;
  font-weight: 400 !important;
  font-size: 52px !important;
  line-height: 120% !important;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }
}

footer .container {
  padding: 0;
  max-width: 1920px;
}

.banner-section {
  position: relative;
  padding-top: 180px;
  background: #FBEBC9;
  overflow-x: clip;
}
.banner-section::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/08/fish.svg);
  position: absolute;
  width: 229px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: auto;
  left: 18px;
  bottom: 50px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .banner-section::before {
    width: 129px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .banner-section::before {
    display: none;
  }
}
.banner-section::after {
  content: "";
  background-image: url(/wp-content/uploads/2026/08/chocolate.png);
  position: absolute;
  width: 162px;
  height: 117px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: auto;
  left: auto;
  right: 0;
  bottom: 50px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .banner-section::after {
    width: 92px;
    height: 67px;
  }
}
@media (max-width: 767px) {
  .banner-section::after {
    display: none;
  }
}
.banner-section .banner-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.banner-section button.slick-arrow {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  inset: 0;
  font-size: 0;
  top: calc(50% - 90px);
  bottom: 0;
  padding: 0;
  left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6094 2.65625L11.2969 1.34375L0.140625 12.5L11.2969 23.6562L12.6094 22.3438L2.78906 12.5L12.6094 2.65625Z' fill='%23F24D3C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  z-index: 9;
}
@media (max-width: 1024px) {
  .banner-section button.slick-arrow {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .banner-section button.slick-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 0px);
    background-size: 9px;
    min-height: auto;
  }
}
.banner-section button.slick-next.slick-arrow {
  left: auto;
  right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.140625 2.65625L9.96094 12.5L0.140625 22.3438L1.45312 23.6562L12.6094 12.5L1.45312 1.34375L0.140625 2.65625Z' fill='%23F24D3C'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1024px) {
  .banner-section button.slick-next.slick-arrow {
    right: 20px;
  }
}

.banner-section .banner-item-col {
  position: relative;
  padding: 0 20px;
}

.banner-section .banner-item-col .subtitle {
  font-family: "Plunct";
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 20%;
  text-align: center;
  color: #703814;
}

.banner-section .banner-item-col h1 {
  text-align: center;
  margin: 0;
}

.banner-section .banner-item-col .image-col img {
  width: 580px;
  height: 570px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1024px) {
  .banner-section .banner-item-col .image-col img {
    width: 380px;
    height: 370px;
  }
}

.banner-section .banner-item-col .content-col {
  position: relative;
  z-index: 2;
}

.banner-section .banner-item-col .image-col {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .bg-text {
  font-family: "Plunct";
  font-weight: 400;
  font-size: 532px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  opacity: 0.1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: #703814;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .banner-section .bg-text {
    font-size: 332px;
  }
}
@media (max-width: 767px) {
  .banner-section .bg-text {
    font-size: 50vw;
  }
}

.banner-section .banner-shap {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
}

.banner-section .banner-shap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.weekly-product-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.weekly-product-section::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/08/weekly-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  background-size: contain;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.weekly-product-section .weekly-product-wrap {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  gap: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .weekly-product-section .weekly-product-wrap {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap {
    gap: 40px;
  }
}
.weekly-product-section .weekly-product-wrap .weekly-item {
  padding: 6px;
  gap: 10px;
  background: #EF772B;
  border-radius: 100px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto 25px;
}
.weekly-product-section .weekly-product-wrap .icon-box {
  padding: 6px;
  gap: 10px;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weekly-product-section .weekly-product-wrap .icon-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.weekly-product-section .weekly-product-wrap .text-col {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .weekly-product-section .weekly-product-wrap .text-col {
    font-size: 18px;
  }
}
.weekly-product-section .weekly-product-wrap .date-picker-col button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 100px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #EF772B;
}
@media (max-width: 1024px) {
  .weekly-product-section .weekly-product-wrap .date-picker-col button {
    font-size: 14px;
  }
}
.weekly-product-section .weekly-product-wrap .header-content .subtitle {
  text-align: center;
  margin-bottom: 8px;
}
.weekly-product-section .weekly-product-wrap .header-content h2 {
  text-align: center;
  margin: 0;
}
.weekly-product-section .weekly-product-wrap .header-content .rich-text {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap {
  display: flex;
  flex-flow: column;
  gap: 100px;
}
@media (max-width: 1024px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap {
    gap: 40px;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col {
    flex-flow: column;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col {
  width: 66.25%;
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col {
    width: 100%;
    order: 2 !important;
    padding: 20px !important;
    text-align: center !important;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col h3 {
  color: #703814;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .price-col {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #EF772B;
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .price-col {
    justify-content: center !important;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .price-col del {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-decoration-line: line-through;
  color: #333333;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .button-group {
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .button-group {
    margin-top: 20px;
    justify-content: center !important;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .button-group .solid-btn {
  padding: 12.2px 20px 13.8px;
  background: #EF772B;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .button-group .solid-btn:hover {
  transition: all 0.5s;
  background: #ACB8A0;
  color: #333333;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .left-col .button-group .outline-btn {
  padding: 12.2px 20px 13.8px;
  border: 1px solid #EF772B;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #EF772B;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .right-col {
  flex: 1;
}
@media (max-width: 767px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .right-col {
    transform: unset !important;
    margin: 0 !important;
    max-width: 350px !important;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col .right-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  min-height: 359px;
  margin: -25px 0;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+1) .left-col {
  padding: 25px 0px 25px 60px;
}
@media (max-width: 1024px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+1) .left-col {
    padding: 20px 0px 20px 20px;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+1) .right-col {
  position: relative;
  transform: scale(1.1);
  transform-origin: right center;
  margin-right: 46px;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+1) .right-col img {
  transform: scale(1) rotate(0deg);
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+1):hover {
  background-color: #FBEBC9;
  border-color: #FBEBC9;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+1):hover .right-col img {
  transform: scale(1.1) rotate(-13deg);
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2) .left-col {
  padding: 25px 60px 25px 0px;
  order: 2;
  text-align: right;
}
@media (max-width: 1024px) {
  .weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2) .left-col {
    padding: 20px 0px 20px 20px;
  }
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2) .left-col .price-col {
  justify-content: flex-end;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2) .left-col .button-group {
  justify-content: flex-end;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2) .right-col {
  position: relative;
  transform: scale(1.1);
  transform-origin: left center;
  margin-left: 25px;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2) .right-col img {
  transform: scale(1) rotate(0deg);
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2):hover {
  background-color: #703814;
  border-color: #703814;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2):hover .left-col h3 {
  color: #FFFFFF;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2):hover .left-col .tag {
  color: #FFFFFF;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2):hover .left-col .price-col del {
  color: #FFFFFF;
  transition: all 0.5s;
}
.weekly-product-section .weekly-product-wrap .product-list-wrap .product-col:nth-child(2n+2):hover .right-col img {
  transform: scale(1.1) rotate(-13deg);
  transition: all 0.5s;
}

.product-tab-section {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FBEBC9;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .product-tab-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.product-tab-section::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/08/tabs-bg.png);
  background-repeat: repeat;
  background-size: auto;
  opacity: 20%;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}
.product-tab-section .top-shap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 0;
  left: 0;
  right: 0;
}
.product-tab-section .top-shap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tab-section .bottom-shap {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 0;
  left: 0;
  right: 0;
}
.product-tab-section .bottom-shap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tab-section .product-tab-wrap .product-tab-col {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.product-tab-section .product-tab-wrap .product-tab-col .bottom-col {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container {
  display: flex;
  flex-flow: column-reverse;
  gap: 20px;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs {
    gap: 0;
  }
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs li {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #703814;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 600px 600px 0px 0px;
  min-width: 195px;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs li {
    font-size: 14px;
    padding: 20px 10px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs li {
    min-width: 120px;
  }
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs li img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs li img {
    height: 60px;
  }
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .tabs li.active {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content {
  display: none;
  animation: fade 0.4s ease;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content.active {
  display: block;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col {
    flex-flow: column-reverse;
  }
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 1024px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col {
    width: 100%;
  }
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col h2 {
  font-family: "Caprasimo", serif !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  color: #703814 !important;
  margin: 0 !important;
}
@media (min-width: 1280px) {
  .product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col h2 {
    font-size: 72px !important;
  }
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .time-tag {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 6px;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #EF772B;
  margin-top: 20px;
  width: fit-content;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .time-tag:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00065 13.334C9.41514 13.334 10.7717 12.7721 11.7719 11.7719C12.7721 10.7717 13.334 9.41514 13.334 8.00065C13.334 6.58616 12.7721 5.22961 11.7719 4.22941C10.7717 3.22922 9.41514 2.66732 8.00065 2.66732C6.58616 2.66732 5.22961 3.22922 4.22941 4.22941C3.22922 5.22961 2.66732 6.58616 2.66732 8.00065C2.66732 9.41514 3.22922 10.7717 4.22941 11.7719C5.22961 12.7721 6.58616 13.334 8.00065 13.334ZM8.00065 1.33398C8.87613 1.33398 9.74304 1.50642 10.5519 1.84145C11.3607 2.17649 12.0956 2.66755 12.7147 3.28661C13.3338 3.90566 13.8248 4.64059 14.1598 5.44943C14.4949 6.25827 14.6673 7.12517 14.6673 8.00065C14.6673 9.76876 13.9649 11.4645 12.7147 12.7147C11.4645 13.9649 9.76876 14.6673 8.00065 14.6673C4.31398 14.6673 1.33398 11.6673 1.33398 8.00065C1.33398 6.23254 2.03636 4.53685 3.28661 3.28661C4.53685 2.03636 6.23254 1.33398 8.00065 1.33398ZM8.33398 4.66732V8.16732L11.334 9.94732L10.834 10.7673L7.33398 8.66732V4.66732H8.33398Z' fill='%23EF772B'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .rich-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  margin-top: 20px;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .price-col {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #EF772B;
  margin-top: 30px;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .price-col span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .button-group {
  margin-top: 30px;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .button-group .solid-btn {
  padding: 12.2px 20px 13.8px;
  background: #EF772B;
  font-family: "Brigends Expanded";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s;
  width: fit-content;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .left-col .button-group .solid-btn:hover {
  transition: all 0.5s;
  background: #ACB8A0;
  color: #333333;
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .right-col {
  width: calc((100% - 60px) / 2);
}
.product-tab-section .product-tab-wrap .product-tab-col .tabs-container .content .tab-content .product-col .right-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.brand-story-section {
  padding-top: 80px;
  padding-bottom: 180px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .brand-story-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.brand-story-section .brand-story-wrap .story-item:not(.slick-current) .bg-img-box:before {
  animation: masking 1.5s ease forwards;
}
.brand-story-section .brand-story-wrap .story-item {
  position: relative;
  padding-top: 78px;
  padding-bottom: 78px;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item {
    padding-bottom: 0px;
  }
}
.brand-story-section .brand-story-wrap .story-item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(/wp-content/uploads/2026/08/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .bg-img-box {
    display: none;
  }
}
.brand-story-section .brand-story-wrap .story-item .bg-img-box:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .bg-img-box:before {
    display: none;
  }
}
.brand-story-section .brand-story-wrap .story-item .bg-img-box img {
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  z-index: 0;
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .bg-img-box img {
    display: none;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col {
  display: flex;
  gap: 60px;
  max-width: 1220px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item .story-col {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col {
    flex-flow: column-reverse;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col::before {
  content: "";
  position: absolute;
  left: calc((100% - 1220px) / 2);
  top: 263px;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 2;
}
@media (max-width: 1260px) {
  .brand-story-section .brand-story-wrap .story-item .story-col::before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col::before {
    display: none;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col::after {
  content: "";
  position: absolute;
  left: auto;
  right: calc((100% - 1220px) / 2 - 191px);
  top: 245px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='8' fill='%23703814'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 1260px) {
  .brand-story-section .brand-story-wrap .story-item .story-col::after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col::after {
    display: none;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .left-col {
  width: calc(59% - 30px);
  position: relative;
  padding: 60px 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col {
    width: calc(55% - 10px);
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col {
    width: 100%;
    padding-top: 0;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .left-col:before {
  content: "";
  position: absolute;
  left: 0;
  top: 167px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='17.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='17.5' stroke='%23703814'/%3E%3Ccircle cx='18' cy='18' r='8' fill='%23703814'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col:before {
    display: none;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .left-col .brand-name {
  font-size: 35px;
  line-height: 45px;
  color: #EF772B;
  font-family: "Plunct";
  font-weight: 400;
  margin-bottom: 156px;
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col .brand-name {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col .brand-name {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .left-col .content-box h2 {
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #703814;
  gap: 20px;
}
.brand-story-section .brand-story-wrap .story-item .story-col .left-col .content-box h2 span {
  font-family: "Plunct";
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  color: #EF772B;
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col .content-box h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .left-col .content-box h2 span {
    font-size: 33px;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .left-col .content-box .rich-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.brand-story-section .brand-story-wrap .story-item .story-col .right-col {
  width: calc(41% - 30px);
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .right-col {
    width: calc(45% - 10px);
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .right-col {
    width: 100%;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .right-col .bg-text {
  font-family: "Plunct";
  font-weight: 400;
  font-size: 700px;
  line-height: 100%;
  color: #EF772B;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1439px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .right-col .bg-text {
    font-size: 500px;
  }
}
@media (max-width: 1024px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .right-col .bg-text {
    font-size: 350px;
  }
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .right-col .bg-text {
    font-size: 55vw;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .right-col .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  border: 3px solid #703814;
  z-index: 3;
}
@media (max-width: 767px) {
  .brand-story-section .brand-story-wrap .story-item .story-col .right-col .img-box {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.brand-story-section .brand-story-wrap .story-item .story-col .right-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-story-section button.slick-arrow {
  position: absolute;
  background: #fff;
  border: 1px solid #CCCCCC;
  width: 42px;
  height: 42px;
  inset: 0;
  font-size: 0;
  top: auto;
  bottom: -80px;
  padding: 0;
  left: calc(50% - 290px);
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6094 2.65625L11.2969 1.34375L0.140625 12.5L11.2969 23.6562L12.6094 22.3438L2.78906 12.5L12.6094 2.65625Z' fill='%23A5A5A5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  z-index: 9;
  transition: all 0.5s;
}
.brand-story-section button.slick-arrow:hover {
  background: #703814;
  border: 1px solid #703814;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6094 2.65625L11.2969 1.34375L0.140625 12.5L11.2969 23.6562L12.6094 22.3438L2.78906 12.5L12.6094 2.65625Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
@media (max-width: 1024px) {
  .brand-story-section button.slick-arrow {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .brand-story-section button.slick-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 0px);
    background-size: 9px;
    min-height: auto;
    display: none !important;
  }
}
.brand-story-section button.slick-next.slick-arrow {
  left: auto;
  right: calc(50% - 290px);
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.140625 2.65625L9.96094 12.5L0.140625 22.3438L1.45312 23.6562L12.6094 12.5L1.45312 1.34375L0.140625 2.65625Z' fill='%23A5A5A5'/%3E%3C/svg%3E%0A");
}
.brand-story-section button.slick-next.slick-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.140625 2.65625L9.96094 12.5L0.140625 22.3438L1.45312 23.6562L12.6094 12.5L1.45312 1.34375L0.140625 2.65625Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
@media (max-width: 1024px) {
  .brand-story-section button.slick-next.slick-arrow {
    right: 20px;
  }
}
.brand-story-section ul.slick-dots {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: auto;
  bottom: -60px;
  width: calc(100% - 40px);
  background: #FBEBC9;
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  list-style: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}
.brand-story-section ul.slick-dots li {
  width: 160px;
  border-radius: 999px;
  margin: 0;
}
.brand-story-section ul.slick-dots li button {
  display: none !important;
}
.brand-story-section li.slick-active {
  background: #703814;
  height: 5px;
}

@keyframes masking {
  0% {
    max-width: 320px;
  }
  100% {
    max-width: 0px;
  }
}
.review-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FBEBC9;
}
@media (max-width: 1024px) {
  .review-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.review-section::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 75px;
  width: 269px;
  height: 260px;
  background-image: url(/wp-content/uploads/2026/08/fish-shaps.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1439px) {
  .review-section::before {
    width: 169px;
    height: 160px;
  }
}
@media (max-width: 1024px) {
  .review-section::before {
    width: 109px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .review-section::before {
    width: 72px;
    height: 70px;
    left: 20px;
  }
}
.review-section::after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 253px;
  height: 180px;
  background-image: url(/wp-content/uploads/2026/08/quote-shap.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1439px) {
  .review-section::after {
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .review-section::after {
    width: 90px;
    height: 60px;
  }
}
.review-section .top-shap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 0;
  left: 0;
  right: 0;
}
.review-section .top-shap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-section .review-wrap {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.review-section .review-wrap .header-content .subtitle {
  text-align: center;
  margin-bottom: 8px;
}
.review-section .review-wrap .header-content h2 {
  text-align: center;
  margin: 0;
}
.review-section .review-wrap .review-item-wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .review-section .review-wrap .review-item-wrap {
    flex-flow: wrap;
  }
}
.review-section .review-wrap .review-item-wrap .review-col {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 100%;
  max-width: calc((100% - 60px) / 3);
}
@media (max-width: 1024px) {
  .review-section .review-wrap .review-item-wrap .review-col {
    gap: 20px;
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .review-section .review-wrap .review-item-wrap .review-col {
    max-width: 100%;
  }
}
.review-section .review-wrap .review-item-wrap .review-col .use-col {
  display: flex;
  gap: 20px;
}
.review-section .review-wrap .review-item-wrap .review-col .use-col .img-box {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  border-radius: 999px;
}
@media (max-width: 1024px) {
  .review-section .review-wrap .review-item-wrap .review-col .use-col .img-box {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
}
.review-section .review-wrap .review-item-wrap .review-col .use-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-section .review-wrap .review-item-wrap .review-col .use-col .review-info {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.review-section .review-wrap .review-item-wrap .review-col .use-col .review-info .name-col {
  font-family: "Brigends Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #333333;
}
.review-section .review-wrap .review-item-wrap .review-col .use-col .review-info .banch-col {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.review-section .review-wrap .review-item-wrap .review-col .use-col .review-info .star-col img {
  width: 100%;
  height: 20px;
  object-fit: contain;
  object-position: left center;
}
.review-section .review-wrap .review-item-wrap .review-col .rich-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}