
:root{
  --orangebctn: #F7A800;
  --blackbctn: #000000;
  --whitebctn: #FFFFFF;
  --coklatbctn: #4F2C1D;
  --greybctn: #E1E1E1;
  --sizeTitle:35px;
  --sizeSubtitle:25px;
  --sizeBody:16px;
  --sizeH1:36px;
  --sizeH2:32px;
  --sizeH3:28px;
  --sizeH4:24px;
  --sizeH5:22px;
  --sizeH6:20px;
  --toptextpromo:18px;
  --bottomtextpromo:16px;
  --readmore:16px;
  --judulproduk:18px;
  --hargaproduk:16px;
  --textharga:12px;
}

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

@font-face {
    font-family: 'LoveloBlack';
    src: url('Lovelo-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  font-family: "Comfortaa", cursive;
  font-size: var(--sizeBody);
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #555555;
  background-color: #fff;
}

.bgbody{
  background-color: var(--greybctn);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  color: #212121;
}

h1 {
  font-size: var(--sizeH1);
}

h2 {
  font-size: var(--sizeH2);
}

h3 {
  font-size: var(--sizeH3);
}

h4 {
  font-size: var(--sizeH4);
}

h5 {
  font-size: var(--sizeH5);
}

h6 {
  font-size: var(--sizeH6);
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

p {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a, button, img, input {
  transition: all 0.3s ease;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #BC8157;
}

button,
input[type=submit] {
  cursor: pointer;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
ul:last-child {
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
}

/* Form Field Input */
input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
  border-color: #C7A17A;
}

/* Container popup */
  #popupBanner {
    background: white;
    display: flex;
    width: 45%;
    max-width: 46%;
    height: auto;
    overflow: hidden;
    position: relative;
    color: var(--coklatbctn);
    box-shadow: 0px 0px 500px rgba(0.7,0.7,0.7,0.7);
  }

  /* Tombol close */
  .closePopup {
    position: absolute;
    top: -10px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
  }

  /* Gambar kiri */
  .popup-left {
    width: 50%;
    background-size: cover;
  }

  /* Form kanan */
  .popup-right {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
  }

  .popup-right .toptext {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: var(--toptextpromo);
    line-height: calc(var(--toptextpromo) + 2px);
    color: var(--coklatbctn);
  }

  .popup-right .bootomtext{
    font-size: var(--bottomtextpromo);
    line-height: calc(var(--bottomtextpromo) + 2px);
    color: var(--coklatbctn);
  }


  .popup-right .buttonnext {
    padding: 5px 5px;
    background: var(--coklatbctn);
    color: var(--whitebctn);
    border: none;
    cursor: pointer;
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
  }

  .popup-right #codepromopopup {
    height: 35px;
  }

  .popup-right .buttoncopy {
    padding: 5px 15px;
    background: var(--coklatbctn);
    color: var(--whitebctn);
    border: none;
    cursor: pointer;
    height: 35px;
  }
/* Form Field Textarea */
textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

textarea.form-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
  border-color: #C7A17A;
}

/*----------------------------------------*/
/*  02 - 02 Commen Class
/*----------------------------------------*/
[class*=border],
[class*=border-] {
  border-color: #dedede;
}

.bg-color-01 {
  background-color: #FFF8F2;
}

.custom-ms-01 {
  margin-left: 5%;
}

.containerslidehome {
  width: 100%;  
  margin-bottom: 10px;
}

.custom-container {
  max-width: 1270px;
}

/* Section Spacing */
.section-padding-02 {
  padding-top: 15px;
  padding-bottom: 30px;
}
.section-padding-03 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-padding-04 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-title {
  padding-bottom: 80px;
}

.section-title > *:first-child {
  margin-top: -13px;
}
.section-title__title {
  font-size: calc(var(--sizeH1) + 5px);
  line-height: 1.3;
  font-family: 'LoveloBlack';
  color: var(--coklatbctn);
}

.section-title p {
  color: #858585;
  font-size: 19px;
  font-family: "Comfortaa", cursive;
  margin-top: 10px;
  margin-bottom: -5px;
}
.section-title-05 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.section-title-05__title {
  color: var(--blackbctn);
  font-family: "Comfortaa", cursive;
  font-size: var(--sizeH5);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: var(--whitebctn);
}
.section-title-05__title::after {
  display: block;
  content: "";
  flex-grow: 1;
  border-top: 1px solid #858585;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.section-title-05__title span {
  background-color: white;
  z-index: 2;
  position: relative;
  padding-right: 40px;
}
.section-title-05 .read-more {
  background-color: var(--whitebctn);
  font-size: var(--readmore);
  color: var(--blackbctn);
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 160px;
  justify-content: flex-end;
}
.section-title-05 .read-more i {
  font-size: 10px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}
.section-title-05 .read-more:hover {
  color: var(--orangebctn);
}
.section-title-10 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.section-title-10__subtitle {
  color: #BC8157;
  font-family: "Comfortaa", cursive;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 15px;
}
.section-title-10__title {
  font-family: "Comfortaa", cursive;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  line-height: 1.1;
  margin-bottom: 20px;
}
.section-title-10__text {
  font-size: 18px;
  font-weight: 400;
  max-width: 500px;
  width: 100%;
  color: #858585;
  margin-bottom: 20px;
}
.section-title-10 img {
  margin-top: 20px;
}

.mb-n25 {
  margin-bottom: -25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-n30 {
  margin-bottom: -30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-n50 {
  margin-bottom: -50px;
}


.z-4 {
  z-index: 4;
}

/* Tooltip */
.tooltip {
  font-size: 12px;
  border-radius: 5px;
}

/* Max Width */
.max-width-720 {
  max-width: 720px;
}

/* Quick View Modal */
.quickview-product-modal {
  z-index: 999999 !important;
}
.quickview-product-modal .btn-close {
  position: absolute;
  opacity: 1;
  right: 0;
  z-index: 9;
  text-align: center;
  align-items: center;
  display: flex;
  border: 0px;
  right: 5px;
  top: 5px;
}
.quickview-product-modal .btn-close:focus {
  box-shadow: none;
}
.quickview-product-modal .modal-body {
  padding: 20px;
}
.quickview-product-modal .custom-content {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
}
.quickview-product-modal .custom-content .btn-close {
  position: relative;
  z-index: 9;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  cursor: pointer;
  pointer-events: all;
  background-color: #BC8157;
  color: white;
  top: 0;
  font-size: 20px;
  font-weight: 500;
}
.quickview-product-modal .custom-content .btn-close:hover {
  background: #212121;
  color: #BC8157;
}
.quickview-product-modal .custom-content .btn-close:focus {
  box-shadow: none;
}

.modal-backdrop {
  z-index: 999;
}
.modal-backdrop .show {
  z-index: 9999;
}
/* Scroll Top style */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #BC8157;
  transition: 0.3s;
  border: 1px solid #adb5bd;
  opacity: 0;
  visibility: hidden;
}
.scroll-top:hover {
  background-color: #212121;
  border: 1px solid #BC8157;
}
.scroll-top:hover i {
  color: #F3E7E0;
  transition: 0.3s;
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.3s;
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}
/*--
/*  Button CSS
/*----------------------------------------*/

.btn {
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  height: 56px;
  line-height: 56px;
  padding: 0 36px;
  border: 0px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
}
.btn:focus, .btn:active:focus {
  box-shadow: none;
}
.btn-arrow {
  font-size: 37px;
  font-family: "Comfortaa", cursive;
  height: 52px;
  width: 120px;
  font-weight: 400;
  border: 1px solid;
  border-radius: 35px;
  background-color: transparent;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
[class*=btn-outline-] {
  border: 1px solid;
  line-height: 54px;
}

.btn-primary {
  background-color: var(--coklatbctn);
  border-color: var(--coklatbctn);
  color: var(--whitebctn);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: #BC8157;
  border-color: #BC8157;
  color: var(--whitebctn);
}

.btn-secondary {
  background-color: #212121;
  border-color: #212121;
  color: var(--whitebctn);
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  background-color: #212121;
  border-color: #212121;
  color: var(--whitebctn);
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #333333;
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #333333;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}
.btn-danger:focus, .btn-danger:active, .btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}
.btn-warning:focus, .btn-warning:active, .btn-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}

.btn-info {
  background-color: #17A2B8;
  border-color: #17A2B8;
  color: #fff;
}
.btn-info:focus, .btn-info:active, .btn-info:hover {
  background-color: #17A2B8;
  border-color: #17A2B8;
  color: #fff;
}

.btn-light {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  color: #333333;
}
.btn-light:focus, .btn-light:active, .btn-light:hover {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  color: #333333;
}

.btn-dark {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.btn-dark:focus, .btn-dark:active, .btn-dark:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #BC8157;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #BC8157;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-black:focus, .btn-black:active, .btn-black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-theme-color-01 {
  background-color: #992100;
  border-color: #992100;
  color: #fff;
}
.btn-theme-color-01:focus, .btn-theme-color-01:active, .btn-theme-color-01:hover {
  background-color: #992100;
  border-color: #992100;
  color: #fff;
}

.btn-outline-primary {
  border-color: #BC8157;
  color: #BC8157;
}
.btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:hover {
  background-color: #BC8157;
  color: #fff;
}

.btn-outline-secondary {
  border-color: #212121;
  color: #212121;
}
.btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:hover {
  background-color: #212121;
  color: #fff;
}

.btn-outline-success {
  border-color: #4CAF50;
  color: #4CAF50;
}
.btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:hover {
  background-color: #4CAF50;
  color: #333333;
}

.btn-outline-danger {
  border-color: #F44336;
  color: #F44336;
}
.btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:hover {
  background-color: #F44336;
  color: #fff;
}

.btn-outline-warning {
  border-color: #FFC107;
  color: #FFC107;
}
.btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:hover {
  background-color: #FFC107;
  color: #333333;
}

.btn-outline-info {
  border-color: #17A2B8;
  color: #17A2B8;
}
.btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:hover {
  background-color: #17A2B8;
  color: #fff;
}

.btn-outline-light {
  border-color: #F8F9FA;
  color: #F8F9FA;
}
.btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light:hover {
  background-color: #F8F9FA;
  color: #333333;
}

.btn-outline-dark {
  border-color: #333333;
  color: #333333;
}
.btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:hover {
  background-color: #333333;
  color: #fff;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #BC8157;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.btn-outline-black {
  border-color: #000;
  color: #000;
}
.btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-theme-color-01 {
  border-color: #992100;
  color: #992100;
}
.btn-outline-theme-color-01:focus, .btn-outline-theme-color-01:active, .btn-outline-theme-color-01:hover {
  background-color: #992100;
  color: #fff;
}

.btn-outline-theme-color-02 {
  border-color: #333333;
  color: #333333;
}
.btn-outline-theme-color-02:focus, .btn-outline-theme-color-02:active, .btn-outline-theme-color-02:hover {
  background-color: #C2943A;
  color: #fff;
}

.arrow-btn-outline-color-01 {
  border-color: #40322f;
  color: #40322f;
}
.arrow-btn-outline-color-01:focus, .arrow-btn-outline-color-01:active, .arrow-btn-outline-color-01:hover {
  background-color: #40322f;
  color: #fff;
  transition: 0.4s;
}

.arrow-btn-outline-color-02 {
  border-color: #93622B;
  color: #93622B;
}
.arrow-btn-outline-color-02:focus, .arrow-btn-outline-color-02:active, .arrow-btn-outline-color-02:hover {
  background-color: #EE6D2C;
  border-color: #EE6D2C;
  color: #fff;
  transition: 0.4s;
}

.btn-hover-primary:hover {
  background-color: #BC8157;
  border-color: #BC8157;
  color: #fff;
}

.btn-hover-secondary:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}

.btn-hover-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #333333;
}

.btn-hover-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}
.btn-hover-danger:hover::before {
  border-color: #fff;
}

.btn-hover-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}

.btn-hover-info:hover {
  background-color: #17A2B8;
  border-color: #17A2B8;
  color: #fff;
}

.btn-hover-light:hover {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  color: #333333;
}

.btn-hover-dark:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}

.btn-hover-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #BC8157;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.btn-hover-black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-hover-theme-color-01:hover {
  background-color: #992100;
  border-color: #992100;
  color: #fff;
}

/*--
/*  02.04 - Form CSS
/*----------------------------------------*/
.form-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 25px;
}

.form-select,
.form-control {
  color: #212121;
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 17px;
  height: 50px;
  width: 100%;
  border-radius: 0;
  transition: all 0.3s ease;
}
.form-select:focus,
.form-control:focus {
  border-color: #BC8157;
  box-shadow: none;
  color: #212121;
}
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  opacity: 1;
}
.form-select:-moz-placeholder,
.form-control:-moz-placeholder {
  opacity: 1;
}
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  opacity: 1;
}

textarea.form-control {
  height: 140px;
  padding: 19px 20px 3px;
}

.form-check {
  display: block;
  min-height: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check input[type=checkbox] {
  display: none;
}
.form-check input[type=checkbox] + label {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-check input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #80868d;
  transition: all 0.3s ease;
}
.form-check input[type=checkbox] + label::after {
  content: "\f00c";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  font-family: Font Awesome\ 5 Pro;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(0);
  transition: all 0.3s ease;
  text-align: center;
}
.form-check input[type=checkbox] + label span {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.form-check input[type=checkbox]:checked + label::before {
  background-color: #212121;
  border-color: #212121;
}
.form-check input[type=checkbox]:checked + label::after {
  transform: scale(1);
}
.form-check input[type=checkbox]:hover + label::before {
  border-color: #212121;
}
.form-check input[type=radio] {
  display: none;
}
.form-check input[type=radio] + label {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.form-check input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #80868d;
  transition: all 0.3s ease;
}
.form-check input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #212121;
  transform: scale(0);
  transition: all 0.3s ease;
}
.form-check input[type=radio] + label span {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.form-check input[type=radio] + label strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--whitebctn);
}
.form-check input[type=radio]:checked + label::before {
  opacity: 0.5;
}
.form-check input[type=radio]:checked + label::after {
  transform: scale(0.55);
}

/*----------------------------------------*/
/*  02 - Layout
/*----------------------------------------*/
.header-section {
  padding: 25px 0;
  transition: all 0.3s ease;
}

.topatasslider{
  height: 165px;
  width: 100%;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: none;
}

.sticky {
  position: fixed;
  background-color: var(--whitebctn);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}
.stickyline {

  -webkit-animation: sticky 1s;
          animation: sticky 1s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header-sticky-02.sticky {
  background-color: #212121;
}

.offcanvas-backdrop {
  z-index: 99;
}

.header-logo a img {
    height: 110px;
}

.tinggimenuatas{
  height: 120px;
  vertical-align: middle;
}

.header-primary-menu {
  list-style-type: none;
  padding: 0;
  margin: 50px;
  font-family: 'LoveloBlack';
}
.header-primary-menu li {
  padding: 16px 30px;
  position: relative;
  text-transform: uppercase;

}

.header-primary-menukanan {
  list-style-type: none;
  padding: 0;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  text-align: right;
}
.header-primary-menukanan li {
  padding: 16px 5px;
  position: relative;
  text-transform: uppercase;
}

.header-primary-menukanan li img{
  width: 40px;
}
.header-primary-menu li.menu-item-has-children > .menu-item-link::after {
  content: "\ea10";
  display: inline-block;
  font: normal normal normal 10px/1 LaStudioIcons;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
  margin-left: 10px;
}
.header-primary-menu li > .menu-item-link {
  color: var(--coklatbctn);
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: none;
  font-size: 18px;
}

.header-primary-menukanan li > .menu-item-link {
  color: var(--coklatbctn);
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: none;
  font-size: 14px;
}

.header-primary-menu li > .menu-item-link > span {
  position: relative;
  line-height: 1.8;
  display: block;
}
.header-primary-menu li > .menu-item-link > span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--whitebctn);
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.5s;
}
.header-primary-menu li > .menu-item-link.active > span::before {
  transform: scaleX(1);
}
.header-primary-menu li:hover > .menu-item-link {
  color: var(--orangebctn);
}
.header-primary-menu li:hover > .menu-item-link > span::before {
  transform: scaleX(1);
  background-color: var(--orangebctn);
}
.header-primary-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-primary-menu .sub-menu {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--whitebctn);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 270px;
  padding: 15px;
  transform: translateY(20px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.header-primary-menu .sub-menu.left {
  left: auto;
  right: 0;
}
.header-primary-menu .sub-menu li {
  padding: 0;
}
.header-primary-menu .sub-menu li.menu-item-has-children > .sub-item-link::after {
  content: "\ea10";
  display: inline-block;
  font: normal normal normal 10px/1 LaStudioIcons;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  transform: rotate(-90deg);
}
.header-primary-menu .sub-menu li .sub-item-link {
  padding: 5px 10px;
  color: var(--coklatbctn);
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-primary-menu .sub-menu li .sub-item-link span {
  position: relative;
}
.header-primary-menu .sub-menu li .sub-item-link span::before {
  content: "";
  border-left: 0 solid;
  transition: padding 0.2s, border-color 0.2s;
  color: var(--orangebctn);
}
.header-primary-menu .sub-menu li:hover > .sub-item-link {
  color: var(--orangebctn);
}
.header-primary-menu .sub-menu li:hover > .sub-item-link span::before {
  border-left-width: 4px;
  padding-left: 13px;
}
.header-primary-menu .sub-menu li .sub-menu {
  top: -15px;
  left: 100%;
  margin-top: 0;
}
.header-primary-menu .sub-menu li .sub-menu.left {
  left: auto;
  right: 100%;
}

.header-primary-menukanan li > .menu-item-link > span {
  position: relative;
  line-height: 1;
  display: block;
}
.header-primary-menukanan li > .menu-item-link > span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--whitebctn);
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.5s;
}
.header-primary-menukanan li > .menu-item-link.active > span::before {
  transform: scaleX(1);
}
.header-primary-menukanan li:hover > .menu-item-link {
  color: var(--orangebctn);
}
.header-primary-menukanan li:hover > .menu-item-link > span::before {
  transform: scaleX(1);
  background-color: var(--orangebctn);
}
.header-primary-menukanan li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-primary-menukanan .sub-menu {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--whitebctn);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 250px;
  padding: 15px;
  transform: translateY(20px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.header-primary-menukanan .sub-menu.left {
  left: auto;
  right: 0;
}
.header-primary-menukanan .sub-menu li {
  padding: 0;
}
.header-primary-menukanan .sub-menu li.menu-item-has-children > .sub-item-link::after {
  content: "\ea10";
  display: inline-block;
  font: normal normal normal 10px/1 LaStudioIcons;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  transform: rotate(-90deg);
}
.header-primary-menukanan .sub-menu li .sub-item-link {
  padding: 5px 10px;
  color: var(--coklatbctn);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-primary-menukanan .sub-menu li .sub-item-link span {
  position: relative;
}
.header-primary-menukanan .sub-menu li .sub-item-link span::before {
  content: "";
  border-left: 0 solid;
  transition: padding 0.2s, border-color 0.2s;
  color: var(--orangebctn);
}
.header-primary-menukanan .sub-menu li:hover > .sub-item-link {
  color: var(--orangebctn);
}
.header-primary-menukanan .sub-menu li:hover > .sub-item-link span::before {
  border-left-width: 4px;
  padding-left: 13px;
}
.header-primary-menukanan .sub-menu li .sub-menu {
  top: -15px;
  left: 100%;
  margin-top: 0;
}
.header-primary-menukanan .sub-menu li .sub-menu.left {
  left: auto;
  right: 100%;
}
.header-meta__action {
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}
.header-meta__action li .action {
  font-size: 20px;
  background: none;
  color: #212121;
  border: 0;
  padding: 0;
  position: relative;
  line-height: 1.4;
}
.header-meta__action li .action .badge {
  font-size: 12px;
}
.header-meta__action li:hover .action {
  color: #BC8157;
}
/*----------------------------------------*/
/*  02 - 01 - 01 Header CSS
/*----------------------------------------*/
.sticky {
  padding: 15px 0;
}
.sticky .header-primary-menu li > .menu-item-link {
  color: var(--coklatbctn);
}
.sticky .header-primary-menu li > .menu-item-link.active {
  color: var(--orangebctn);
}
.sticky .header-primary-menu li > .menu-item-link.active > span::before {
  background-color: var(--orangebctn);
}
.sticky .header-primary-menu li:hover > .menu-item-link {
  color: var(--orangebctn);
}
.sticky .header-primary-menu li:hover > .menu-item-link > span::before {
  background-color: var(--orangebctn);
}
.sticky .header-primary-menu-02 li > .menu-item-link {
  color: var(--whitebctn);
}
.sticky .header-primary-menu-02 li > .menu-item-link.active {
  color: var(--orangebctn);
}
.sticky .header-primary-menu-02 li > .menu-item-link.active > span::before {
  background-color: var(--orangebctn);
}
.sticky .header-primary-menu-02 li:hover > .menu-item-link {
  color: var(--orangebctn);
}
.sticky .header-primary-menu-02 li:hover > .menu-item-link > span::before {
  background-color: var(--orangebctn);
}
.sticky .header-meta__action li .action {
  color: var(--blackbctn);
}
.sticky .header-meta__action li:hover .action {
  color: var(--orangebctn);
}

.header-sticky-05 {
  padding: 0px;
  width: 100%;
}
.header-sticky-05 .headertop {
  display: flex;
  align-items: center;
  min-height: 100px;
  flex-wrap: wrap;
  border-bottom: 1px solid #c3c3c3;
}
.header-sticky-05 .headertop-left {
  max-width: 40%;
  width: 100%;
}
.header-sticky-05 .headertop-center {
  max-width: 19.3333%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-sticky-05 .headertop-right {
  max-width: 40%;
  width: 100%;
}
.header-sticky-05.sticky {
  width: 100%;
  z-index: 999;
}
.header-sticky-05.sticky .headertop {
  display: none;
}
.header-sticky-05.sticky .header-primary-menu-05 {
  border-top: 0px;
}
.header-sticky-05.sticky .header-primary-menu-05icon {
  border-top: 0px;
}

.header-seven-top {
  padding: 8px 0;
  background-color: var(--coklatbctn);
  font-style: italic;
  color: var(--whitebctn);
  min-height: 44px;
}
.header-seven-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-seven-top-left {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header-seven-top-left li {
  margin-right: 60px;
}
.header-seven .header-transparent {
  top: inherit;
}
.header-seven .header-transparent.sticky {
  top: 0;
}
.offcanvas-cart {
  z-index: 999;
  width: 550px;
  padding: 40px;
}
.offcanvas-cart .offcanvas-header {
  padding: 0 0 40px;
}
.offcanvas-cart .btn-close {
  font-size: 30px;
  box-shadow: none;
  line-height: 1;
}
.offcanvas-cart .offcanvas-body {
  padding: 0;
}
.offcanvas-cart .offcanvas-footer {
  padding-top: 20px;
}

.offcanvas-cart-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.offcanvas-cart-items li + li {
  margin-top: 30px;
}

.mini-cart-item {
  display: flex;
  position: relative;
  padding-right: 20px;
}
.mini-cart-item__remove {
  display: block;
  font-weight: 400;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}
.mini-cart-item__thumbnail {
  flex-shrink: 0;
}
.mini-cart-item__thumbnail a {
  display: block;
}
.mini-cart-item__content {
  flex-grow: 1;
}
.mini-cart-item__title {
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  color: #555555;
}
.mini-cart-item__quantity {
  font-size: 12px;
}

.mini-cart-totla .label {
  font-weight: 600;
}
.mini-cart-btn .btn {
  text-transform: capitalize;
}
.search-popup {
  z-index: 99;
  transform: scale(0);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.search-popup.open {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.search-popup__form {
  max-width: 800px;
  width: 100%;
}
.search-popup__field {
  font-size: 18px;
  padding-left: 5px;
  padding-right: 35px;
}
.search-popup__field::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-popup__field:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.search-popup__field::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.search-popup__field:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-popup__icon {
  font-size: 22px;
}
.search-popup__close {
  background-color: #212121;
}
.search-popup__close:hover {
  background-color: #BC8157;
}

.search-form {
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #85858570;
  width: 280px;
}

.search-form-field {
  font-size: 12px;
  color: #333333;
  min-height: 30px;
  border: 0px;
  width: 100%;
  padding-right: 15px;
}
.search-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0px;
  background-color: transparent;
}


.search-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.search-icon {
  font-size: 30px;
  cursor: pointer;
}

.search-input {
  position: absolute;
  top: 100%;   /* push below the icon */
  left: 0;
  margin-top: 5px;
  margin-left: -150px;
  width: 180px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

/* show input when container is hovered */
.search-container:hover .search-input,
.search-container:focus-within .search-input {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.offcanvas-menu {
  width: 320px;
  z-index: 999;
}
.offcanvas-menu .offcanvas-header .btn-close {
  padding: 0;
  margin: 0;
  font-size: 30px;
  box-shadow: none;
  line-height: 1;
  opacity: 1;
}
.offcanvas-menu .offcanvas-body {
  padding: 0 20px 20px;
  overflow-y: auto;
}
.offcanvas-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-primary-menu li {
  position: relative !important;
  text-transform: uppercase;
}
.mobile-primary-menu li > .menu-item-link {
  color: #fff;
  padding: 10px 20px;
  display: block;
}
.mobile-primary-menu li.menu-item-has-children .mobile-menu-expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s ease;
}
.mobile-primary-menu li.menu-item-has-children .mobile-menu-expand::after {
  content: "\ea10";
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 LaStudioIcons;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-primary-menu li.menu-item-has-children.active-expand > .mobile-menu-expand {
  transform: rotate(180deg);
}
.mobile-primary-menu li .banner-menu-content-wrap {
  display: none;
}
.mobile-primary-menu .sub-menu {
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 100%;
  padding: 15px;
}
.mobile-primary-menu .sub-menu li {
  padding: 0;
}
.mobile-primary-menu .sub-menu li.menu-item-has-children .mobile-menu-expand {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mobile-primary-menu .sub-menu li.menu-item-has-children .mobile-menu-expand::after {
  color: #555555;
  font-size: 12px;
}
.mobile-primary-menu .sub-menu li .sub-item-link {
  padding: 5px 10px;
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-primary-menu .sub-menu li .sub-item-link span {
  position: relative;
}
.mobile-primary-menu .sub-menu li .sub-item-link span::before {
  content: "";
  border-left: 0 solid;
  transition: padding 0.2s, border-color 0.2s;
  color: #BC8157;
}
.mobile-primary-menu .sub-menu li:hover > .sub-item-link {
  color: #BC8157;
}
.mobile-primary-menu .sub-menu li:hover > .sub-item-link span::before {
  border-left-width: 4px;
  padding-left: 13px;
}
.mobile-primary-menu .sub-menu li .sub-menu {
  padding: 5px 16px 0;
  box-shadow: none;
}

.mobile-menu-two {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mobile-menu-two li {
  position: relative;
  width: 100%;
}
.mobile-menu-two li > .menu-item-link {
  font-size: 36px;
  font-family: "Comfortaa", cursive;
  text-transform: uppercase;
  font-weight: 700;
}

.mobile-menu-two li.menu-item-has-children > .mobile-menu-expand {
  top: 18px;
}
.mobile-menu-two li.menu-item-has-children.active-expand > .mobile-menu-expand {
  transform: rotate(180deg);
}
.mobile-menu-two .sub-menu li.menu-item-has-children .mobile-menu-expand {
  top: 0px;
}

.offcanvas-menu-two {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 999;
}
.offcanvas-menu-two::before {
  content: "";
  position: absolute;
  background-color: #212121;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.offcanvas-menu-two .offcanvas-body {
  z-index: 999;
}
.offcanvas-menu-two .offcanvas-header {
  position: absolute;
  top: 5%;
  right: 5%;
}

.offcanvas-menu-two .btn-close {
  color: white;
  font-size: 30px;
  opacity: 1;
  z-index: 9999;
}
.single-slider-05 {
  min-height: calc(100vh - 150px);
  padding-top: 80px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #212121;
  position: relative;
}
.slider-content-05 {
  position: relative;
  left: 10%;
}
.slider-content-05__title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Comfortaa", cursive;
  line-height: 1;
  z-index: 3;
  position: relative;
}
.slider-content-05__subtitle {
  font-family: "Comfortaa", cursive;
  color: #C2943A;
  white-space: nowrap;
  line-height: 1;
  font-weight: 400;
  font-size: 108px;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  position: absolute;
  display: block;
  overflow: visible;
  opacity: 1;
  filter: none;
  transform: rotate(17deg);
  top: -50px;
  right: -80px;
}
.slider-content-05__btn {
  margin-top: 65px;
  border: 1px solid #333333;
  color: #333333;
  text-transform: capitalize;
  width: 180px;
  line-height: 70px;
  font-size: 18px;
  height: auto;
}
.slider-content-05__btn.slider-btn-01:hover {
  background-color: #C2943A;
  color: #fff;
  border-color: #C2943A;
}
.animation-style-05 .slider-content-05__title, .animation-style-05 .btn {
  opacity: 0;
}
.animation-style-05.swiper-slide-active .slider-content-05__title, .animation-style-05.swiper-slide-active .btn {
  opacity: 1;
}
.animation-style-05.swiper-slide-active .slider-content-05__title {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-05.swiper-slide-active .btn {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slider-active .swiper-pagination {
  bottom: 20px;
}

.slider-active .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: #000;
  transition: all 0.3s ease;
  opacity: 1;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.slider-active .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0.2);
}
.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #000;
}
.slider-active .swiper-pagination-two .swiper-pagination-bullet {
  outline: none;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 1;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.slider-active .swiper-pagination-two .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0.2);
}
.slider-active .swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ee6d2c;
}
.slider-active .swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #ee6d2c;
}

.slider-arrow {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 1440px) / 2);
  display: flex;
  gap: 10px;
  width: 100%;
}

.slider-arrow .swiper-button-next, .slider-arrow .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
  transform: translate(0);
  cursor: pointer;
  color: #BC8157;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  border: 1px solid #BC8157;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.slider-arrow .swiper-button-next::after, .slider-arrow .swiper-button-prev::after {
  display: none;
}
.slider-arrow .swiper-button-next:hover, .slider-arrow .swiper-button-prev:hover {
  background-color: #BC8157;
  color: #fff;
}
.slider-arrow-three .swiper-button-next, .slider-arrow-three .swiper-button-prev {
  color: #FF9D87;
  border: 1px solid #FF9D87;
}
.slider-arrow-three .swiper-button-next:hover, .slider-arrow-three .swiper-button-prev:hover {
  background-color: #FF9D87;
  color: #fff;
}

.slider-arrow-two {
  position: absolute;
  bottom: 60px;
  right: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.slider-arrow-two .swiper-button-next, .slider-arrow-two .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
  transform: translate(0);
  cursor: pointer;
  color: var(--whitebctn);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  border: 1px solid var(--whitebctn);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.slider-arrow-two .swiper-button-next::after, .slider-arrow-two .swiper-button-prev::after {
  display: none;
}
.slider-arrow-two .swiper-button-next:hover, .slider-arrow-two .swiper-button-prev:hover {
  background-color: var(--orangebctn);
  color: var(--whitebctn);
  border-color: var(--orangebctn);
}



.slider-arrow-three {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  max-width: 1560px;
  width: 100%;
  z-index: 99;
}

.slider-arrow-three .swiper-button-next, .slider-arrow-three .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
  cursor: pointer;
  color: #212121;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  transition: all 0.3s ease;
  border: 0px;
}

.slider-arrow-three .swiper-button-next::after, .slider-arrow-three .swiper-button-prev::after {
  display: none;
}
.slider-arrow-three .swiper-button-next:hover, .slider-arrow-three .swiper-button-prev:hover {
  transform: scale(1.02);
  background-color: transparent;
  color: #212121;
}
/*----------------------------------------*/
/*  03 - 02 Product CSS
/*----------------------------------------*/
/* Product Item  */
.product-item {
  position: relative;
  transition: all 0.3s ease;
}

.availability{
  background-color: var(--whitebctn);
  width: 100%;
  color:var(--whitebctn);
}

.availability .labelavailability{
  position: absolute;
  top: 0px;
  background-color: var(--blackbctn);
  color: var(--whitebctn);
  font-size: 10px;
  font-family: "Comfortaa";
  min-width: 30px;
  text-align: center;
  padding: 5px 20px 2px 15px;
  z-index: 1;
}

.product-item__labelbtcn {
  font-family: "Comfortaa";
  text-transform: uppercase;
  min-height: 45px;
  margin-left: auto;
  text-align: right;
}

.product-item__labelbtcnprddetail {

  font-family: "Comfortaa";
  text-transform: uppercase;
  min-height: 25px;
}

.product-item__backbtcn {
  font-size: var(--readmore);
  font-weight: bold;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  
}

.product-item__image {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.product-item__image > a {
  display: block;
}
.product-item__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-item__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-item__meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.product-item__meta.meta-middle {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
}

.product-item__meta-action {
  transform: translateY(100%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 100ms;
}
.product-item__meta-action + .product-item__meta-action {
  transition-delay: 150ms;
}
.product-item__meta-action + .product-item__meta-action + .product-item__meta-action {
  transition-delay: 200ms;
}
.product-item__meta-action a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  color: #212121;
  /* background-color: var(--coklatbctn); */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  
}

.product-item__meta-action a.shadow-1 {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.product-item__meta-action a:hover {
  /* background-color: #BC8157; */
  border-color: #BC8157;
  color: #fff;
}
.product-item__meta-action .labtn-icon-quickview::before {
  content: "\ea49";
}
.product-item__meta-action .labtn-icon-cart::before {
  content: "\ea2c";
}
.product-item__meta-action .labtn-icon-wishlist::before {
  content: "\ea2b";
  bottom: -1px;
  position: relative;
}
.product-item__meta-action .labtn-icon-compare::before {
  content: "\ea03";
}
.product-item__meta-action.meta-dark a {
  color: #F3E7E0;
  background-color: #3D240D;
  border-color: #3D240D;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  width: 54px;
  height: 54px;
  line-height: 2.8;
  font-size: 20px;
}

.product-item__meta-action.meta-dark a:hover {
  background-color: #ee6d2c;
  border-color: #ee6d2c;
  color: #F3E7E0;
}
.product-item__meta-round {
  transform: translateY(100%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 100ms;
  z-index: 4;
}
.product-item__meta-round + .product-item__meta-round {
  transition-delay: 150ms;
}
.product-item__meta-round + .product-item__meta-round + .product-item__meta-round {
  transition-delay: 200ms;
}
.product-item__meta-round a {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  box-shadow: 0 0 2px 0 #fff;
}

.product-item__meta-round a.shadow-1 {
  box-shadow: 0 0 2px 0 #fff;
}
.product-item__meta-round a:hover {
  background-color: #BC8157;
  border-color: #BC8157;
  color: #fff;
}
.product-item__meta-round .labtn-icon-quickview::before {
  content: "\ea49";
}
.product-item__meta-round .labtn-icon-cart::before {
  content: "\ea2c";
}
.product-item__meta-round .labtn-icon-wishlist::before {
  content: "\ea2b";
  bottom: -1px;
  position: relative;
}
.product-item__meta-round .labtn-icon-compare::before {
  content: "\ea03";
}

.product-item__rating {
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 14px;
  width: 6em;
  margin: 0 auto 10px;
  font-family: "LaStudioIcons";
  text-transform: none;
  color: #B3BDBC;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
.product-item__rating::before {
  content: "\ea5e\ea5e\ea5e\ea5e\ea5e";
}
.product-item__star-rating {
  font-size: 14px;
  font-family: "LaStudioIcons";
  letter-spacing: 0.2em;
  color: #F5A623;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.product-item__star-rating::before {
  content: "\ea5e\ea5e\ea5e\ea5e\ea5e";
}
.product-item__price {
  color: var(--orangebctn);
  font-size: calc(var(--textharga) + 2px);
  font-family: "Comfortaa", cursive;
  display: block;
  line-height: 1.4;
  margin-bottom: -4px;
}
.product-item__price b {
  font-size: calc(var(--hargaproduk) + 2px);
  color: var(--coklatbctn);
}

.product-item__arrow {
  margin-top: 25px;
}
.product-item:hover .product-item__meta-action {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-item__meta-round {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-item__image-hover {
  opacity: 1;
  visibility: visible;
}
.product-item.product-item-06 .product-item__image {
  width: 100%;
}
.product-item.product-item-06 .product-item__meta {
  top: 60%;
}
.product-item.product-item-06 .product-item__meta a:hover {
  background-color: #BC8157;
  border-color: #BC8157;
}
.product-item.product-item-06 .product-item__content {
  padding: 0 0px 0px 0px;
}

/* BCTN media */
.product-item.product-item-06 .product-item__title {
  font-size: var(--judulproduk);
  font-family: "LoveloBlack";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--blackbctn);
  min-height: 50px;
}
.product-item.product-item-06 .product-item__title a:hover {
  color: var(--orangebctn);
}
.product-item.product-item-06 .product-item__price {
  font-family: "Comfortaa", cursive;
  color: var(--orangebctn);
  font-size: var(--textharga);
  margin-bottom: 20px;
}

.product-item.product-item-06 .product-item__price b{
  font-size: var(--hargaproduk);
  color: var(--coklatbctn);
}

.product-item.product-item-06 .product-item__btncart {
  font-size: var(--textharga);
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color: var(--blackbctn);
}


.product-item__btncartbunding{
  font-size: var(--textharga);
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color: var(--blackbctn);
}


.product-item.product-item-06 .product-item__btncart img{
  width: 40px;
}

.product-item__btncartdetail img{
  width: 30px;
}

.product-item__btnsharedetail img{
  width: 30px;
}

.product-item__btnwishlistdetail img{
  width: 30px;
}

.product-item__btncartbunding img{
  width: 35px;
}

.product-item.product-item-06 .product-item__btnshare {
  font-size: var(--textharga);
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color: var(--blackbctn);
}

.product-item.product-item-06 .product-item__btnshare img{
  width: 35px;
}

.product-item.product-item-06 .product-item__btnwishlist {
  font-size: var(--textharga);
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color: var(--blackbctn);
}

.product-item.product-item-06 .product-item__btnwishlist img{
  width: 35px;
}

.product-item .product-item__btncart {
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color:var(--blackbctn);
}

.product-item .product-item__btnshare {
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color: black;
}

.product-item .product-item__btnwishlist {
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 2px;
  font-weight: 700;
  line-height: 1.42;
  color: black;
}


[class*=labtn-icon-] {
  font-family: "LaStudioIcons";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
}
/* Product Tab Menu */
.product-tab-menu .nav {
  gap: 0 80px;
}

.product-tab-menu .nav > * {
  position: relative;
}
.product-tab-menu .nav > *::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #858585;
  left: -40px;
  top: 8px;
}

.product-tab-menu .nav > *:first-child::after {
  display: none;
}
.product-tab-menu .nav li button {
  border: 0;
  padding: 0;
  background: none;
  font-size: 19px;
  line-height: 1;
  color: #858585;
  position: relative;
  padding-bottom: 14px;
}

.product-tab-menu .nav li button::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #BC8157;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-tab-menu .nav li button.active {
  color: #BC8157;
}
.product-tab-menu .nav li button.active::before {
  opacity: 1;
  visibility: visible;
}
/* Product Item Style 01 */
.product-item-style-01 {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.product-item-style-01__image a {
  display: block;
}
.product-item-style-01__image img {
  width: 100%;
}
.product-item-style-01__meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-item-style-01__meta-action {
  transform: translateY(100%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 100ms;
}
.product-item-style-01__meta-action + .product-item-style-01__meta-action {
  transition-delay: 150ms;
}
.product-item-style-01__meta-action + .product-item-style-01__meta-action + .product-item-style-01__meta-action {
  transition-delay: 200ms;
}
.product-item-style-01__meta-action a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #BC8157;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.product-item-style-01__meta-action a.shadow-1 {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.product-item-style-01__meta-action a:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}
.product-item-style-01__meta-action .labtn-icon-quickview::before {
  content: "\ea49";
}
.product-item-style-01__meta-action .labtn-icon-cart::before {
  content: "\ea2c";
}
.product-item-style-01__meta-action .labtn-icon-wishlist::before {
  content: "\ea2b";
  bottom: -1px;
  position: relative;
}
.product-item-style-01__meta-action .labtn-icon-compare::before {
  content: "\ea03";
}
.product-item-style-01__content-wrapper {
  position: absolute;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  transition: all 0.3s ease;
}
.product-item-style-01__content {
  padding-right: 10px;
}
.product-item-style-01__title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Comfortaa", cursive;
}
.product-item-style-01__rating {
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 14px;
  width: 6em;
  margin: 0 auto 6px;
  font-family: "LaStudioIcons";
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3BDBC;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
.product-item-style-01__rating::before {
  content: "\ea5e\ea5e\ea5e\ea5e\ea5e";
}
.product-item-style-01__star-rating {
  font-size: 14px;
  font-family: "LaStudioIcons";
  letter-spacing: 0.2em;
  color: #F5A623;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.product-item-style-01__star-rating::before {
  content: "\ea5e\ea5e\ea5e\ea5e\ea5e";
}
.product-item-style-01__price {
  color: #FF9D87;
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1.4;
  margin-bottom: -4px;
}
.product-item-style-01__cart a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #BC8157;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.product-item-style-01__cart a.shadow-1 {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.product-item-style-01__cart a:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}
.product-item-style-01__cart .labtn-icon-cart::before {
  content: "\ea2c";
}
.product-item-style-01:hover .product-item-style-01__meta-action {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-item-style-01:hover .product-item-style-01__image-hover {
  opacity: 1;
  visibility: visible;
}
.product-item-style-01__image-hover {
  background-color: #000000;
}
.product-item-style-01:hover .product-item-style-01__content-wrapper {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/* Product Active */
.product-active, .product-active-two, .product-active-three {
  position: relative;
}
.product-active .swiper-button-next, .product-active .swiper-button-prev, .product-active-two .swiper-button-next, .product-active-two .swiper-button-prev, .product-active-three .swiper-button-next, .product-active-three .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #212121;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
.product-active .swiper-button-next::after, .product-active .swiper-button-prev::after, .product-active-two .swiper-button-next::after, .product-active-two .swiper-button-prev::after, .product-active-three .swiper-button-next::after, .product-active-three .swiper-button-prev::after {
  display: none;
}
.product-active .swiper-button-next:hover, .product-active .swiper-button-prev:hover, .product-active-two .swiper-button-next:hover, .product-active-two .swiper-button-prev:hover, .product-active-three .swiper-button-next:hover, .product-active-three .swiper-button-prev:hover {
  background-color: #FF9D87;
  color: #fff;
}
.product-active .swiper-button-next, .product-active-two .swiper-button-next, .product-active-three .swiper-button-next {
  right: 0;
}
.product-active .swiper-button-prev, .product-active-two .swiper-button-prev, .product-active-three .swiper-button-prev {
  left: 0;
}

/* Product row */
.product-row {
  display: flex;
  align-items: center;
}


.newsletter-two {
  margin: 0 auto;
  max-width: 900px;
  margin-top: -70px;
  padding: 35px 35px 0;
  background-color: white;
  position: relative;
  z-index: 9;
}
.newsletter-two__form {
  position: relative;
  border: 1px solid #dedede;
}
.newsletter-two__field {
  padding: 0 30px;
  padding-right: 155px;
  color: var(--blackbctn);
  font-size: 16px;
  height: 58px;
  border-style: solid;
  border: 0;
  width: 100%;
  background-color: var(--whitebctn);
}
.newsletter-two__field::-webkit-input-placeholder {
  opacity: 1;
  color: #212121;
}
.newsletter-two__field:-moz-placeholder {
  opacity: 1;
  color: #212121;
}
.newsletter-two__field::-moz-placeholder {
  opacity: 1;
  color: #212121;
}
.newsletter-two__field:-ms-input-placeholder {
  opacity: 1;
  color: #212121;
}
.newsletter-two__btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  height: 58px;
  padding: 0 30px;
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  color: #212121;
  transition: all 0.3s ease;
  font-weight: 700;
}
.newsletter-two__btn:hover {
  color: #BC8157;
}


/*----------------------------------------*/
/*  03 - 11 Testimonial CSS
/*----------------------------------------*/
.testimonial-active {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.testimonial-active .swiper-button-next, .testimonial-active .swiper-button-prev {
  color: rgba(133, 133, 133, 0.51);
  fill: rgba(133, 133, 133, 0.51);
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}
.testimonial-active .swiper-button-next::after, .testimonial-active .swiper-button-prev::after {
  display: none;
}
.testimonial-active .swiper-button-next.swiper-button-disabled, .testimonial-active .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.testimonial-active .swiper-button-next:hover, .testimonial-active .swiper-button-prev:hover {
  color: #212121;
}
.testimonial-active .swiper-button-next {
  left: auto;
  right: -100px;
}
.testimonial-active .swiper-button-prev {
  left: -100px;
  right: auto;
}
.testimonial-active .swiper-pagination {
  bottom: -12%;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
}
.testimonial-quote svg {
  width: 1em;
  height: 1em;
  position: relative;
}


.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: #717171;
  transition: all 0.3s ease;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}


.customer-review {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.customer-review::after {
  position: absolute;
  background-color: #212121;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.customer-review-title {
  font-size: 30px;
  padding: 80px 0 10px;
  color: white;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.testimonial-quote {
  font-size: 70px;
  line-height: 1;
  color: #858585;
  margin-bottom: 70px;
}
.testimonial-item p {
  color: #858585;
  font-family: "Comfortaa", cursive;
  font-size: 30px;
}

.testimonial-item__image {
  margin-top: 55px;
}
.testimonial-item__image img {
  border-radius: 50%;
  padding: 8px 8px 8px 8px;
  border: 2px dashed #E1E1E1;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.product-row .product-wrapper {
  max-width: 100%;
  width: 100%;
  margin-bottom: -20px;
}
.product-row .boxbanner-wrapper {
  max-width: 31.333%;
  width: 100%;
}
.customer-review-mark {
  padding: 0 0 130px 0;
  z-index: 2;
  position: relative;
}

.testimonial-active-two {
  max-width: 1480px;
  width: 100%;
  margin: -80px auto 0;
  position: relative;
  z-index: 9;
}

.testimonial-two {
  margin: 10px;
  padding: 30px 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.testimonial-two_quote {
  font-size: 30px;
  color: #5f5f5f;
  line-height: 1;
}
.testimonial-two_text {
  color: #9d9d9d;
  font-size: 14px;
  margin: 20px 0 15px 0;
  align-self: center;
}
.testimonial-two_name {
  font-size: 16px;
  margin: 15px 0 0 0;
  color: #212121;
  font-weight: 700;
}
.testimonial-two_position {
  color: #858585;
  font-size: 14px;
}

/* Blog Item Two */
.blog-itemtwo {
  position: relative;
  overflow: hidden;
}
.blog-itemtwo__thumbnail {
  overflow: hidden;
  width: 100%;
}
.blog-itemtwo__thumbnail img {
  transition: 0.4s;
  width: 100%;
}
.blog-itemtwo__content {
  padding: 10px 30px 0 30px;
  margin: -50px 20px 0px 20px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  /* min-height: 300px;
  max-height: 300px; */

  display: flex;                  /* NEW */
  flex-direction: column;         /* NEW */
}
.blog-itemtwo__meta {
  display: flex;
  color: #C2943A;
  font-size: 12px;
  font-weight: 500;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
.blog-itemtwo__title {
  font-size: 16px;
  font-family: "LoveloBlack";
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--blackbctn);
  height: 25px;
}
.blog-itemtwo__text {
  font-size: 14px;
  margin-bottom: 0px;
  color: #858585;
}
.blog-itemtwo__btn {
  flex-direction: row;
  background-color: #636363;
  color: #FFF;
  padding: 5px 25px 5px 25px;
  margin: 0 -30px 0 0; 
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}
.blog-itemtwo__btn:hover {
  background-color: #C2943A;
  color: white;
}
.blog-itemtwo .blog-btn-wrap {
  text-align: right;
  line-height: 1;
  margin-top: auto;               /* NEW: dorong ke bawah */
  align-self: flex-end;           /* NEW: rata kanan */
  width: 100%;                    /* biar text-align right jalan mulus */
}
.blog-itemtwo:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}

.blog-post-two {
  margin-bottom: 100px;
}

.blog-post-two_thumb {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog-post-two_thumb img {
  transform: scale(1);
  transition: 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-post-two_format {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: #BC8157;
  color: white;
}
.blog-post-two__meta {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.blog-post-two__meta li {
  margin-right: 6px;
  color: #858585;
  font-size: 14px;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
}
.blog-post-two__meta li a {
  color: #BC8157;
}
.blog-post-two__meta li a:hover {
  color: #212121;
}
.blog-post-two__title {
  font-size: 16px;
  font-family: "LoveloBlack";
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--blackbctn);
  height: 25px;

}
.blog-post-two__btn {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  color: #737373;
  line-height: 1;
  font-size: 13px;
}
.blog-post-two:hover .blog-post-two_thumb img {
  transform: scale(1.05);
  transition: 0.4s;
}

/* Single Blog */
.single-blog-image {
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-title {
  font-family: "LoveloBlack";
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
}
.single-blog-description {
  margin-bottom: 20px;
  display: inline-block;
}
.single-blog-banner {
  margin: 20px 0 40px;
}
.single-blog-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  margin-top: 30px;
}
.single-blog-tags {
  display: flex;
  align-items: center;
}
.single-blog-tags ul {
  display: flex;
  align-items: center;
}
.single-blog-tags ul li {
  margin-right: 5px;
}
.single-blog-tags .label {
  font-weight: 700;
  margin-right: 10px;
  color: #858585;
}
.single-blog-share {
  display: flex;
}
.single-blog-share .social {
  display: flex;
}
.single-blog-share .social a {
  margin-right: 10px;
}
.single-blog-share .label {
  font-weight: 700;
  margin-right: 10px;
  color: #858585;
}
.single-blog-comments {
  margin-top: 100px;
}

/*----------------------------------------*/
/*  03 - 13 Pricing CSS
/*----------------------------------------*/
.pricing-card {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-card .pricing-bg-1 {
  background-color: #4F1818;
}
.pricing-card .pricing-bg-2 {
  background-color: #830E0E;
}
.pricing-card .pricing-bg-3 {
  background-color: #80430C;
}
.pricing-card__heading {
  padding: 0 40px 0 60px;
  text-align: left;
  position: relative;
  width: 74%;
  overflow: hidden;
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pricing-card__heading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 35px solid #fff;
}
.pricing-card__title {
  font-size: 35px;
}
.pricing-card__sub-title {
  font-family: "Comfortaa", cursive;
  font-size: 12px;
  line-height: 10px;
  display: block;
}
.pricing-card__body {
  padding: 40px 60px;
  min-height: 410px;
}
.pricing-card__body ul {
  padding: 0;
  margin: 0;
  padding-left: 18px;
}
.pricing-card__body ul li {
  font-size: 15px;
  color: #858585;
  margin-top: 10px;
  list-style: circle;
}
.pricing-card__body ul li:first-child {
  margin-top: 0;
}
.pricing-card__footer {
  padding: 30px 60px;
  -webkit-mask-image: url(../../assets/images/path.svg);
  mask-image: url(../../assets/images/path.svg);
  margin-top: auto;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
  -webkit-mask-size: 50vmin;
}
.pricing-card__price-value {
  font-size: 45px;
  font-family: "Comfortaa", cursive;
  color: #fff;
  padding-right: 5px;
  line-height: 1.3;
}

.pricing-card__price-suffix {
  color: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
  font-family: "Comfortaa", cursive;
  line-height: 1;
}
.pricing-card__action {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.pricing-card__icon {
  font-size: 34px;
  color: #fff;
}
.pricing-card__icon svg {
  width: 1em;
  height: auto;
}
.pricing-card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}
/*----------------------------------------*/
/*  03 - 14 About CSS
/*----------------------------------------*/
.about-content {
  max-width: 550px;
}
.about-content__title {
  font-family: "Comfortaa", cursive;
  font-size: 64px;
  line-height: 1.3;
  margin-bottom: 40px;
  padding: 20px 0;
  background-image: url(../images/shape-01.png);
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-content__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.about-content__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-content__list li + li {
  margin-top: 35px;
}
.about-content__list li .list-icon {
  font-size: 14px;
  color: #858585;
}
.about-content__list li .list-icon svg {
  width: 1em;
  height: 1em;
}
.about-content__box-wrapper {
  display: flex;
  gap: 0 15px;
  margin-top: 70px;
}
.about-content__author {
  flex: 1;
}
.about-content__name {
  margin-bottom: 5px;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  font-family: "Comfortaa", cursive;
  text-transform: uppercase;
  line-height: 1;
}
.about-content__designation {
  color: #858585;
  font-size: 12px;
}

.about-image {
  position: relative;
  z-index: 1;
}
.about-image__iamge {
  padding-right: 30px;
}
.about-image__iamge img {
  border-top-left-radius: 290px;
  border-top-right-radius: 290px;
}
.about-image__shape-01 {
  position: absolute;
  left: -4%;
  bottom: 5%;
  z-index: -1;
}
.about-image__shape-02 {
  position: absolute;
  top: -9%;
  left: 63%;
  z-index: 1;
}

/* ----- About Page Style ----- */
.aboutus-image {
  height: 100%;
  width: calc((100vw - 100%) / 2 + 100%);
  min-width: calc((100vw - 100%) / 2 + 100%);
  position: relative;
}
.aboutus-image::after {
  position: relative;
  width: 95%;
  height: 50px;
  left: 40px;
  top: -5px;
  border: 1px solid #BC8157;
  content: "";
  z-index: -2;
  display: block;
}
.aboutus-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: relative;
}
@-webkit-keyframes animation-push {
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes animation-push {
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}


/*----------------------------------------*/
/*  03 - 17 Contact CSS
/*----------------------------------------*/
.contact-form .form-control {
  border: 0;
}
.contact-form .btn {
  min-width: 150px;
}
/* Contact Section */
.contact-section_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-section {
  position: relative;
}
.contact-section__title {
  font-family: "Comfortaa", cursive;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.3;
  color: #F3E7E0;
  margin-bottom: 100px;
}
.contact-section_list li {
  padding-bottom: calc(60px/2);
}
.contact-section_list li:not(:first-child) {
  margin-top: calc(60px/2);
}
.contact-section_list__icon {
  color: #F3E7E0;
  margin-right: 10px;
  font-size: 18px;
}
.contact-section_list__text {
  font-size: 16px;
  font-weight: 400;
  color: #F3E7E0;
  line-height: 1.2;
}
.contact-section_list__text span {
  font-size: 20px;
  text-transform: uppercase;
}
.contact-section_formbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 0 130px;
  padding: 0 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section_form {
  text-align: center;
}
.contact-section_form .form-p {
  padding: 3px;
}
.contact-section_form__title {
  font-family: "Comfortaa", cursive;
  font-size: 42px;
  font-weight: 700;
  color: #F3E7E0;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
  margin: 60px 0 35px;
  display: inline-block;
}
.contact-section_form .form-control {
  background-color: #F3E7E0;
}
.contact-section_form .form-control.text-area {
  height: 215px;
}
.contact-section_form .btn-theme {
  font-family: "Comfortaa", cursive;
  font-size: 20px;
  font-weight: 700;
  background-color: #ee6d2c;
  color: #F3E7E0;
  display: block;
  padding: 10px 33px;
  margin-top: 20px;
  width: 100%;
  line-height: 1.2;
  text-transform: capitalize;
}
.contact-section_form .btn-theme:hover {
  background-color: #3D240D;
  color: #F3E7E0;
}
.contact-section_shape {
  position: absolute;
  width: 100%;
  max-width: 386px;
  top: -25%;
  left: 0;
}

.contact-section2 {
  position: relative;
}
.contact-section2__title {
  font-family: "LoveloBlack";
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  color: #212121;
  margin-bottom: 20px;
}
.textaccordiontitle{
  font-size: var(--sizeH6);
}

.textaccordion{
  font-size: var(--sizeBody);
}
.textaccordion h5{
  font-size: calc(var(--sizeBody) + 3px);
}

.contact-section2__text {
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  color: #858585;
  margin-bottom: 50px;
  max-width: 470px;
  width: 100%;
  margin-left: 0;
}
.contact-section2_list li {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.contact-section2_list li:last-child {
  padding-bottom: 0;
}
.contact-section2_list__icon {
  color: #BC8157;
  margin-right: 10px;
  font-size: 24px;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  box-shadow: 0 0 1px 0 #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section2_list__text {
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  display: block;
}
.contact-section2_formbg {
  padding: 30px 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--whitebctn);
  margin-top: 100px;
}
.contact-section2_form .form-p {
  padding: 10px;
}
.contact-section2_form label {
  font-size: 14px;
}
.contact-section2_form__title {
  font-family: "Comfortaa", cursive;
  font-size: 24px;
  font-weight: 500;
  color: #212121;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
  margin: 0px -7px 10px;
  display: inline-block;
}
.contact-section2_form .form-control.text-area {
  height: 215px;
}
.contact-section2_form .btn {
  font-size: 14px;
  margin-top: 20px;
}

.contact-section3_formbg {
  padding: 0 100px;
}

.contact-section3_form {
  max-width: 670px;
  width: 100%;
}
.contact-section3_form .form-p {
  padding: 10px;
}
.contact-section3_form__title {
  font-family: "Comfortaa", cursive;
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3;
  color: #212121;
  margin-bottom: 20px;
}
.contact-section3_form__text {
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  color: #858585;
  margin-bottom: 50px;
  max-width: 470px;
  width: 100%;
  margin-left: 0;
}
.contact-section3_form .btn {
  font-size: 14px;
  margin-top: 20px;
  border-radius: 30px;
}
.contact-section3_form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 0px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}
.contact-section3_form textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 10px 0px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}
.contact-section3_content {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}
.contact-section3_content__icon {
  color: #BC8157;
  margin-right: 0px;
  font-size: 40px;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section3_content__title {
  font-size: 20px;
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  text-transform: uppercase;
  margin: 40px 0 20px;
  color: #212121;
}
.contact-section3_content__text {
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  display: block;
}

.content-list .col:last-child .contact-section3_content {
  margin-bottom: 0px;
}

/* Contact Map */
.contact-map {
  height: 552px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.contact-map_two {
  height: 752px;
  width: 100%;
  display: block;
  overflow: hidden;
}

/*----------------------------------------*/
/*  03 - 20 Shipping CSS
/*----------------------------------------*/
.shipping-section {
  margin-top: 60px;
}

.shipping {
  display: flex;
  align-items: center;
}
.shipping_thumb {
  margin-right: 25px;
  color: #212121;
  transition: 0.4s;
  font-size: 60px;
  line-height: 1;
}
.shipping_thumb svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
  fill: currentColor;
}
.shipping_content {
  display: flex;
  flex-direction: column;
}
.shipping_content__title {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 12px;
  text-transform: capitalize;
  line-height: 1;
}
.shipping_content__text {
  font-size: 16px;
  color: #858585;
  line-height: 1;
}
.shipping:hover .shipping_thumb {
  color: #C2943A;
  transition: 0.4s;
}

/*----------------------------------------*/
/*  03 - 24 Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 150px);
  padding: 150px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@supports not (height: 100svh) {
  .breadcrumb {
    min-height: 100vh;
  }
}
.breadcrumbabout {
  padding: 50px 0 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  height: 450px;
}
.right-textabout {
    position: absolute;      /* agar bisa ditempatkan di pojok */
    right: 40px;             /* jarak dari kanan */
    bottom: 40px;            /* jarak dari bawah */
    text-align: right;        /* biar paragraf lebih rapi */
    color: white;            /* sesuaikan jika background terang */
}
.videoaboutus{
  width: 80%;
  height: 300px;
}
.textaboutbanner{
  font-size: 20px;
}
.breadcrumb::after {
  position: absolute;
  content: "";
  /* background-color: rgba(33, 33, 33, 0.4); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.breadcrumb_content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.breadcrumb_title {
  font-size: 30px;
  font-family: "Comfortaa", cursive;
  color: var(--whitebctn);
  margin-bottom: 10px;
}

.breadcrumb p{
  font-size: 24px;
  color: var(--whitebctn);
  margin-bottom: 10px;
}

.breadcrumb_quote {
  font-size: 30px;
  font-family: "Comfortaa", cursive;
  color: var(--whitebctn);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.breadcrumb_list li {
  display: flex;
  color: #ffffff;
  gap: 2px;
  position: relative;
  font-size: 14px;
  font-family: "Comfortaa", cursive;
}
.breadcrumb_list li:not(:last-child)::after {
  display: block;
  align-self: center;
  width: 12px;
  height: 1px;
  content: "";
  transform: rotate(115deg);
  background-color: #fff;
}
.breadcrumb_text {
  font-size: 14px;
  color: #ffffff;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb-about {
  padding: 340px 0 250px;
}
.breadcrumb-about::after {
  background-color: rgba(33, 33, 33, 0.5);
}


/*----------------------------------------*/
/*  03 - 25 Shop CSS
/*----------------------------------------*/
/* Shop Topbar */
.shop-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.shop-topbar-right {
  display: flex;
  align-items: center;
}
.shop-topbar-item {
  margin-right: 30px;
}
.shop-topbar-item:last-child {
  margin-right: 0px;
}

.shop-topbar-left p{
  font-size: var(--sizeH5);
  text-transform: uppercase;
}
.shop-topbar-item label {
  font-size: var(--sizeH5);
  margin: 0;
  color: #555555;
}
.shop-topbar-item select {
  font-size: var(--readmore);
  padding-right: 15px;
  border: none;
  background-color: transparent;
  color: var(--blackbctn);
}
.shop-topbar-item p {
  font-size: 16px;
  color: #555555;
}
.shop-topbar__category {
  display: flex;
  flex-direction: column;
}

/* ---------- Shop Cart Style Start -------- */
.cart-table .remove-btn {
  border: 0px;
  background-color: transparent;
  padding: 5px;
}
.cart-table .cart-remove {
  width: 30px;
}
.cart-table .cart-thumb {
  width: 90px;
}
.cart-table .cart-quantity {
  width: 100px;
}

.cart-totals {
  background-color: #f9f9f9;
}
.cart-totals-inner {
  padding: 40px 30px;
}
.cart-totals-inner .title {
  font-family: "Comfortaa", cursive;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cart-totals-inner .amount {
  color: #555555;
  font-size: 16px;
  text-align: end;
}
.cart-totals-inner .sub-title {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}

/* Cart Products Mobile */
.cart-products-mobile {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 20px;
}

/* Cart Product Mobile */
.cart-product-mobile {
  display: flex;
  gap: 20px;
}
.cart-product-mobile-remove {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  border: none;
  border-radius: 50%;
  background-color: #fff;
}
.cart-product-mobile-remove:hover {
  color: #fff;
  background-color: #BC8157;
}
.cart-product-mobile-image {
  display: flex;
}
.cart-product-mobile-image img {
  width: 100%;
}
.cart-product-mobile-content {
  align-self: center;
}
.cart-product-mobile-title {
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  margin-bottom: 15px;
}
.cart-product-mobile-quantity, .cart-product-mobile-total {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.cart-product-mobile-total {
  margin-bottom: 15px;
}
.cart-product-mobile-add-to-cart {
  margin-top: 15px;
}

.cart-product-mobile-thumb {
  position: relative;
  flex: 1 0 135px;
  max-width: 135px;
  border: 1px solid #E5E5E5;
}

/* --------- Checkout Box ---------- */
.checkout-box {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #F9F9F9;
}
.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

/* CHeckout Summary Table */
.checkout-summary-table {
  margin: 0;
}
.checkout-summary-table tr {
  width: 100%;
}
.checkout-summary-table th:first-child, .checkout-summary-table td:first-child {
  padding-left: 0;
}
.checkout-summary-table th:last-child, .checkout-summary-table td:last-child {
  padding-right: 0;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
  margin-bottom: 25px;
}
.checkout-payment-method .single-method p {
  font-size: 14px;
  margin-top: 10px;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}
.form-check:not(:last-child) {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}
.form-check .form-check-input:checked, .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  margin: 0;
  color: #212121 !important;
}

/* Form Field Select */
.select-wrapper {
  width: 100%;
  position: relative;
}
.select-wrapper::after {
  position: absolute;
  content: "\ea10";
  font-family: LaStudioIcons;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  z-index: 1;
  color: #858585;
}
.select-wrapper select.form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  background-size: 12px;
  -webkit-appearance: none;
}
.select-wrapper select.form-field:focus {
  border-color: #BC8157;
}

/* --------- Checkout Box ---------- */
.compare-table .table tbody tr {
  border-color: #e8e8e8;
}
.compare-table .table tbody tr td {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  border-color: #e8e8e8;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 15px;
  font-weight: 600;
  color: #212121;
  margin: 0;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: middle;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .btn {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 30px !important;
  margin-top: 20px;
}
.compare-table .table tbody tr td.product-image-title .title {
  display: block;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #BC8157;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  transition: 0.4s;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #BC8157;
}

/* --------- Order Tracking --------- */
.tracking {
  display: flex;
  align-items: center;
}
.tracking-col {
  width: 50%;
}
.tracking-col-form {
  padding-left: 100px;
}
.tracking-form {
  max-width: 670px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 70px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.tracking-form-text {
  text-align: center;
  font-style: italic;
}
.tracking-form .btn {
  border-radius: 30px;
}
.tracking-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  margin: 0% 0% 0% -25%;
}

/*----------------------------------------*/
/*  03 - 26 Product Details CSS
/*----------------------------------------*/
.product-details-img .single-product-img a {
  width: 100%;
}
.product-details-img .single-product-img a img {
  cursor: crosshair;
}
.product-details-img .single-product-thumb {
  margin-top: 10px;
}
.product-details-img .single-product-thumb img {
  border: 1px solid transparent;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  border: 1px solid #212121;
  cursor: pointer;
  transition: 0.3s;
}
.product-details-img .single-product-thumb .swiper-button-prev:focus, .product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.product-details-img .single-product-thumb .swiper-button-prev:after, .product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}
.product-details-img .single-product-thumb .swiper-button-prev i, .product-details-img .single-product-thumb .swiper-button-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #333333;
}
.product-details-img .single-product-thumb .swiper-button-prev i:hover, .product-details-img .single-product-thumb .swiper-button-next i:hover {
  color: #fff;
  background: #BC8157 !important;
  transition: 0.3s;
}
.product-details-img .single-product-thumb:hover .swiper-button-prev i, .product-details-img .single-product-thumb:hover .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  background: #F3E7E0;
  transition: 0.3s;
}

.formdetailproduk{
  color: var(--blackbctn);
  width: 98%;
}
.descproduk{
  font-size: var(--sizeBody);
  color: var(--coklatbctn);
}

.addonesproduk {
    width: 140px;              /* samakan dengan ukuran gambar */
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

/* gambar tetap bulat normal */
.addonesproduk .single-post_thumb img {
    width: 140px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

/* area nama */
.addonesproduk p:nth-of-type(1) {
    min-height: 40px;          /* tinggi tetap supaya sejajar */
    margin: 5px 0 0 0;
    line-height: 1.3;
    font-size: var(--sizeBody);
    display: flex;
    align-items: flex-start;   /* teks mulai dari atas */
    justify-content: center;
    text-align: center;
}

/* area harga */
.addonesproduk p:nth-of-type(2) {
    min-height: 20px;          /* jaga agar semua harga sejajar */
    margin: 2px 0 8px 0;
    font-size: calc(var(--sizeBody) - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
}



.product-summery .single-post img{
  width: 100px;
}
.product-summery .product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-summery .product-head-price {
  font-size: var(--sizeH4);
  font-family: "Comfortaa", cursive;
  color: var(--orangebctn);
}

.product-summery .product-title {
  font-size: var(--sizeH4);
  font-family: "LoveloBlack";
  font-weight: 600;
}

.product-summery .product-color, .product-summery .product-size {
  display: flex;
  align-items: center;
  color: var(--blackbctn);
}
.product-summery label{
  color: var(--blackbctn);
}
.product-summery select{
  border: 1px solid var(--coklatbctn);
  border-radius: 0px;
  height: 40px;
  font-size: var(--sizeBody);
  width: auto;
  padding: 5px 5px 5px 5px;
  /* -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; */
  background: var(--whitebctn);
  position: relative;
  text-align: right;
}
.product-summery .product-color label, .product-summery .product-size label {
  font-family: "Comfortaa", cursive;
  max-width: 100px;
  width: 100%;
}
.product-summery .product-color .select-wrapper, .product-summery .product-size .select-wrapper {
  width: 100%;
  position: relative;
}
.product-summery .product-color .select-wrapper::after, .product-summery .product-size .select-wrapper::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  z-index: 1;
}
.product-summery .product-color select, .product-summery .product-size select {
  border: 1px solid #dedede;
  border-radius: 0px;
  min-height: 30px;
  font-size: 14px;
  color: var(--orangebctn);
  width: 100%;
  padding: 10px 25px 10px 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  position: relative;
}
.product-summery .desc-content {
  font-size: var(--sizeBody);
  color: var(--blackbctn);
  margin-bottom: 50px;
}
.product-summery .product-cta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-summery .product-cta li {
  margin-right: 10px;
}
.product-summery .product-cta li:last-child {
  margin-right: 10px;
}

.product-summery .actions {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-summery .actions .action {
  vertical-align: middle;
  line-height: 1;
  padding: 0 20px;
}
.product-summery .actions .action:last-child {
  padding-right: 0px;
}
.product-summery .actions .action i {
  font-size: 20px;
  line-height: 1;
}
.product-summery .product-meta {
  margin-bottom: 30px;
}
.product-summery .product-meta-wrapper {
  color: #858585;
  font-size: 13px;
}
.product-summery .product-share {
  display: flex;
}
.product-summery .product-share a {
  color: #000000;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
}
.product-summery .product-share a:last-child {
  margin-right: 0px;
}
.product-summery .product-share a i {
  vertical-align: middle;
}
.product-summery .product-share a:hover {
  color: #BC8157;
  border-color: #BC8157;
}
.product-summery .product-group {
  margin-bottom: 30px;
}
.product-summery .product-group-list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}
.product-summery .product-group-content .title {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
}
.product-summery .product-group-content .price {
  font-size: 14px;
  line-height: 1;
  margin: 8px 0px;
  display: block;
}
.product-summery .product-group-content .in-stock {
  font-size: 12px;
  color: #C2943A;
  line-height: 1;
}

/*-- Single Product Vertical Tab --*/
.product-thumb-vertical {
  width: 100px;
  height: 572px;
  margin: 0 0 auto;
  text-align: center;
}
.product-thumb-vertical .swiper-wrapper {
  height: auto !important;
}
.product-thumb-vertical .swiper-slide {
  text-align: center;
  outline: 0 none;
  align-items: center;
  display: flex;
  position: relative;
}
.product-thumb-vertical .swiper-slide::before {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: 0.4s;
}
.product-thumb-vertical .swiper-slide img {
  border: 1px solid #dedede;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 10px;
}
.product-thumb-vertical .swiper-slide-thumb-active::before {
  opacity: 0;
  transition: 0.4s;
}
.product-thumb-vertical .swiper-slide-thumb-active img {
  cursor: pointer;
  transition: 0.3s;
}

/*single produk vertikal*/
.single-product-vertical-tab {
  width: calc(100% - 125px);
  height: 100%;
  margin-left: 25px;
  overflow: hidden;
  position: relative;
}
.single-product-vertical-tab img {
  width: 100%;
  border: 1px solid #dedede;
  cursor: crosshair;
}
.single-product-vertical-tab.vertical-style-tab {
  width: calc(100% - 100px);
}
.single-product-vertical-tab .swiper-button-prev, .single-product-vertical-tab .swiper-button-next {
  opacity: 0.2;
  height: 50px;
  width: 50px;
  transition: 0.4s;
  background-color: #ebebeb;
}
.single-product-vertical-tab .swiper-button-prev:focus, .single-product-vertical-tab .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.single-product-vertical-tab .swiper-button-prev:after, .single-product-vertical-tab .swiper-button-next:after {
  display: none;
}
.single-product-vertical-tab .swiper-button-prev i, .single-product-vertical-tab .swiper-button-next i {
  font-size: 14px;
  color: #333333;
}
.single-product-vertical-tab .swiper-button-prev {
  right: auto;
  margin: 0 auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-product-vertical-tab .swiper-button-next {
  right: auto;
  margin: 0 auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-product-vertical-tab:hover .swiper-button-prev, .single-product-vertical-tab:hover .swiper-button-next {
  opacity: 0.8;
  transition: 0.4s;
}

/*horisontal*/
.product-thumb-horizontal {
  width: 100%;
  height: auto;
  margin-top: 15px;
  text-align: center;
}

.product-thumb-horizontal .swiper-wrapper {
  height: auto !important;
  display: flex;
  justify-content: left;
  align-items: center;
}

.product-thumb-horizontal .swiper-slide {
  text-align: center;
  outline: 0 none;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100px; /* thumbnail width */
  height: auto;
}

.product-thumb-horizontal .swiper-slide::before {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: 0.4s;
}

.product-thumb-horizontal .swiper-slide img {
  border: 1px solid #dedede;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.product-thumb-horizontal .swiper-slide-thumb-active::before {
  opacity: 0;
  transition: 0.4s;
}

.product-thumb-horizontal .swiper-slide-thumb-active img {
  cursor: pointer;
  transition: 0.3s;
}

.single-product-horizontal-tab {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.single-product-horizontal-tab img {
  width: 100%;
  border: 1px solid #dedede;
  cursor: crosshair;
}

.single-product-horizontal-tab.horizontal-style-tab {
  width: calc(100% - 100px);
}
.single-product-horizontal-tab .swiper-button-prev, .single-product-horizontal-tab .swiper-button-next {
  opacity: 0.2;
  height: 50px;
  width: 50px;
  transition: 0.4s;
  background-color: #ebebeb;
}
.single-product-horizontal-tab .swiper-button-prev:focus, .single-product-horizontal-tab .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.single-product-horizontal-tab .swiper-button-prev:after, .single-product-horizontal-tab .swiper-button-next:after {
  display: none;
}
.single-product-horizontal-tab .swiper-button-prev i, .single-product-horizontal-tab .swiper-button-next i {
  font-size: 14px;
  color: #333333;
}
.single-product-horizontal-tab .swiper-button-prev {
  right: auto;
  margin: 0 auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-product-horizontal-tab .swiper-button-next {
  right: auto;
  margin: 0 auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-product-horizontal-tab:hover .swiper-button-prev, .single-product-horizontal-tab:hover .swiper-button-next {
  opacity: 0.8;
  transition: 0.4s;
}

/* NAVIGATION BUTTONS */
.single-product-horizontal-tab .swiper-button-prev,
.single-product-horizontal-tab .swiper-button-next {
  opacity: 0.2;
  height: 50px;
  width: 50px;
  transition: 0.4s;
  background-color: #ebebeb;
}

.single-product-horizontal-tab .swiper-button-prev:focus,
.single-product-horizontal-tab .swiper-button-next:focus {
  border: 0;
  outline: 0;
}

.single-product-horizontal-tab .swiper-button-prev:after,
.single-product-horizontal-tab .swiper-button-next:after {
  display: none;
}

.single-product-horizontal-tab .swiper-button-prev i,
.single-product-horizontal-tab .swiper-button-next i {
  font-size: 14px;
  color: #333333;
}

.single-product-horizontal-tab .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-product-horizontal-tab .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-product-horizontal-tab:hover .swiper-button-prev,
.single-product-horizontal-tab:hover .swiper-button-next {
  opacity: 0.8;
  transition: 0.4s;
}
/* Review Rating */
.review-rating{
  display:flex;
  align-items:center;
}

.review-rating-bg{
  width:125px;
  height:25px;
  display:inline-block;
  position:relative;
  overflow:hidden;              /* penting: biar active kepotong */
  background-image:url(../images/product/rating-bg.svg);
  background-size:25px 25px;
  background-repeat:repeat-x;
}

.review-rating-active{
  height:25px;
  display:block;
  position:absolute;
  top:0; left:0;
  background-image:url(../images/product/rating-active.svg);
  background-size:25px 25px;
  background-repeat:repeat-x;
}

.review-rating-text {
  font-size: 12px;
}

/* Quantity */
.cart-plus-minus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  border: 1px solid var(--coklatbctn);
  width: 70px;
}
.cart-plus-minus .cart-plus-minus-box {
  height: 40%;
  width: 30px;
  text-align: center;
  border: 0px;
}

.btncartdetail {  
  border: 1px solid var(--coklatbctn);
  height: 40px;
  width: 150px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  color: var(--whitebctn);
  background-color: var(--coklatbctn);
}

.btnbuydetail {
  border: 1px solid var(--coklatbctn);
  height: 40px;
  width: 100px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  color: var(--whitebctn);
  background-color: var(--coklatbctn);
}

.selectdetail {
  border: 1px solid var(--coklatbctn);
  height: 40px;
  width: 100px;
  padding: 5px;
  font-size: 12px;
  text-align: right;
  color: var(--whitebctn);
  background-color: var(--coklatbctn);
}
.colbctn-02{
  width: 20%;
}
.colbctn-03{
  width: 25%;
}
.colbctn-04{
  width: 33.33333%;
}
.colbctn-05{
  width: 41.66667%;
}
.colbctn-06{
  width: 50%;
  margin-bottom: 10px;
}
.colbctn-07{
  width: 58.33333%;
}
.colbctn-08{
  width: 66.66667%;
}
.colbctn-09{
  width: 75%;
}
.colbctn-proddetail1{
  width: 55%;
}
.colbctn-proddetail2{
  width: 45%;
}
.colbctn-100{
  width: 100%;
}
.cart-plus-minus .qtybutton {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
/*----------------------------------------*/
/*  03 - 27 My-Account CSS
/*----------------------------------------*/
/* My Account Tab List */
.my-account-tab-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #E5E5E5;
}
.my-account-tab-list li + li {
  border-top: 1px solid #E5E5E5;
}
.my-account-tab-list li a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  text-transform: capitalize;
  gap: 8px;
}
.my-account-tab-list li a.active {
  color: #fff;
  background-color: var(--coklatbctn);
}

.alert-light {
  padding: 15px 20px;
  background-color: #f8f9fa;
}

.myaccount-content.address .title {
  font-size: 24px;
  font-family: "Comfortaa", cursive;
  font-weight: 600;
}
.myaccount-content.address .title .edit-link {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  margin-left: 3px;
}
.myaccount-content.address .name {
  font-size: 18px;
  font-family: "Comfortaa", cursive;
  font-weight: 600;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  03 - 28 FAQs CSS
/*----------------------------------------*/
.faq {
  margin-bottom: 80px;
}
.faq-top {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}
.faq-top__title {
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
}
.faq-search {
  position: relative;
  margin-top: 90px;
}
.faq-search input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  height: 65px;
  background-color: transparent;
  padding-right: 40px;
}
.faq-search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  background-color: transparent;
  color: #212121;
}
.faq-search__btn:hover {
  color: #BC8157;
}
.faq-head {
  position: relative;
  display: flex;
  align-items: center;
  margin: 90px 0 30px;
}

.faq-head__title {
  font-family: "Comfortaa", cursive;
  font-size: 30px;
  font-weight: 500;
}

.faq-head__border {
  border-bottom: 3px solid #212121;
  width: 50px;
  margin-left: 30px;
}
.faq .accordion-item {
  margin-top: 20px;
}
.faq .accordion-button {
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow: none;
  line-height: 1.3;
  color: #BC8157;
  background-color: white;
}
.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button.collapsed {
  color: #858585;
}
.faq .accordion-button.collapsed i {
  color: #858585;
  transition: 0.4s;
  transform: rotate(0deg);
}
.faq .accordion-button i {
  font-size: 12px;
  color: #BC8157;
  margin-left: 15px;
  transform: rotate(180deg);
  transition: 0.4s;
}
.faq .accordion-body {
  padding: 30px 30px 30px;
  font-size: 15px;
  border-top: 1px solid rgba(212, 212, 212, 0.5);
  margin-left: 10px;
}

.faq .accordion-body strong {
  font-size: 18px;
  font-weight: 700;
}

/* Coming Soon */
.coming {
  display: flex;
  align-items: center;
}

.coming-col {
  width: 50%;
}
.coming-bg {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-bg__logo {
  width: 240px;
  height: 100%;
  position: relative;
  z-index: 9;
}
.coming-bg::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.coming-content {
  text-align: center;
  padding: 100px 50px;
}
.coming-title {
  font-family: "LoveloBlack";
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  color: var(--blackbctn);
  line-height: 1;
}

.coming-text {
  color: #858585;
  margin: 20px 0 60px;
}

.coming-form {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coming-form__input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  color: #858585;
  font-size: 16px;
  flex: 1 1 auto;
  padding: 20px 40px;
  line-height: 1.1;
  height: 55px;
  max-width: 440px;
  width: 100%;
}
.coming-form__btn {
  flex: 0 1 auto;
  margin-left: 20px;
  font-size: 18px;
  min-width: 160px;
}
.coming-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.coming-social a {
  font-size: 20px;
  color: #858585;
  margin: 0 20px;
}
.coming-social a:hover {
  color: #BC8157;
}

/* Countdown */
.coming-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.coming-wrapper .single-countdown {
  width: 110px;
  margin: 0 15px;
}
.coming-wrapper .single-countdown .single-countdown_time {
  font-size: 42px;
  font-weight: 500;
  font-family: "Comfortaa", cursive;
  line-height: 1.6;
  color: #8f8f8f;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.coming-wrapper .single-countdown .single-countdown_text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  line-height: 1;
  color: #BC8157;
}
.sidebars_widget {
  margin-bottom: 60px;
  position: relative;
}
.sidebars_widget:last-child {
  margin-bottom: 0px;
}
.sidebars_widget__title {
  font-size: 28px;
  font-weight: 400;
  font-family: "Comfortaa", cursive;
  margin-bottom: 20px;
  color: #212121;
}
.sidebars_widget .irs--round {
  height: 20px;
}
.sidebars_widget .irs--round .irs-from, .sidebars_widget .irs--round .irs-min, .sidebars_widget .irs--round .irs-max, .sidebars_widget .irs--round .irs-to {
  display: none;
}
.sidebars_widget .irs--round .irs-line {
  height: 5px;
  top: 6px;
}
.sidebars_widget .irs--round .irs-bar {
  height: 5px;
  background: #BC8157;
  top: 6px;
}
.sidebars_widget .irs--round .irs-handle {
  border: 0px;
  height: 18px;
  width: 18px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  top: 0px;
}
.sidebars_widget .extra-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.sidebars_widget .extra-controls_btn {
  font-size: 11px;
  font-weight: 600;
  border: 2px solid #212121;
  max-width: 110px;
  width: 100%;
  text-align: center;
  padding: 8px 10px;
  background-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.4s;
}
.sidebars_widget .extra-controls_btn:hover {
  border-color: #BC8157;
  background-color: #BC8157;
  color: #ffffff;
  transition: 0.4s;
}
.sidebars_widget .extra-controls_filter {
  display: flex;
  align-items: center;
}
.sidebars_widget .extra-controls_filter label {
  font-size: 12px;
  color: #555555;
}
.sidebars_widget .extra-controls_filter input {
  border: 0px;
  background-color: transparent;
  max-width: 40px;
  text-align: center;
  font-size: 12px;
  color: #555555;
  font-family: "Comfortaa", cursive;
}
.sidebars_widget__category li {
  margin-bottom: 15px;
}
.sidebars_widget__category li:last-child {
  margin-bottom: 0;
}
.sidebars_widget__category li a {
  font-size: 14px;
  color: #555555;
}
.sidebars_widget__category li a:hover {
  color: #BC8157;
}
.sidebars_widget__product {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.sidebars_widget__product .single-product {
  margin-bottom: 30px;
  display: flex;
}
.sidebars_widget__product .single-product:last-child {
  margin-bottom: 0px;
}
.sidebars_widget__product .single-product_thumb {
  border: 1px solid #dedede;
  margin-right: 20px;
}
.sidebars_widget__product .single-product_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sidebars_widget__product .single-product_content__title {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.sidebars_widget__post {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.sidebars_widget__post .single-post {
  margin-bottom: 30px;
  display: flex;
}
.sidebars_widget__post .single-post:last-child {
  margin-bottom: 0px;
}
.sidebars_widget__post .single-post_thumb {
  margin-right: 20px;
  width: 90px;
}
.sidebars_widget__post .single-post_thumb img {
  width: 90px;
}
.sidebars_widget__post .single-post_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 90px);
}
.sidebars_widget__post .single-post_content__meta {
  color: #BC8157;
  font-size: 11px;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
}
.sidebars_widget__post .single-post_content__title {
  font-family: "Comfortaa", cursive;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}
.sidebars_widget__post .single-post_content__title:hover {
  color: #BC8157;
}
.sidebars_widget__instagram {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.sidebars_widget__instagram li {
  display: flex;
  width: 50%;
}
.sidebars_widget__instagram .instagram-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sidebars_widget__instagram .instagram-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  transition: 0.4s;
}
.sidebars_widget__instagram .instagram-thumb img {
  width: 100%;
}
.sidebars_widget__instagram .instagram-thumb i {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.sidebars_widget__instagram .instagram-thumb:hover img {
  transform: scale(1.1);
}
.sidebars_widget__instagram .instagram-thumb:hover::before {
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}
.sidebars_widget__instagram .instagram-thumb:hover i {
  opacity: 1;
  color: #BC8157;
  visibility: visible;
  transition: 0.4s;
  z-index: 2;
}
.sidebars_widget__tags {
  display: flex;
  flex-wrap: wrap;
}
.sidebars_widget__tags li a {
  font-size: 14px;
  color: #555555;
  margin-right: 3px;
}
.sidebars_widget__tags li a:hover {
  color: #BC8157;
}
.sidebars_widget__banner {
  position: relative;
  overflow: hidden;
}
.sidebars_widget__banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s;
}
.sidebars_widget__banner .banner-content {
  position: absolute;
  padding: 10px;
  border: 1px solid #ffffff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.sidebars_widget__banner .banner-content_title {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
}
.sidebars_widget__banner .banner-content_title:hover {
  color: #BC8157;
  transition: 0.4s;
}
.sidebars_widget__banner img {
  transform: scale(1.1);
}
.sidebars_widget__banner:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.sidebars_widget__banner:hover img {
  transform: scale(1);
}
.sidebars_widget__banner:hover .banner-content {
  width: 80%;
  height: 80%;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
/* Blog Sidebar */
.blog-sidebar .sidebars {
  min-width: 100%;
  background-color: transparent;
}
.blog-sidebar .sidebars_inner {
  max-width: 100%;
  width: 100%;
}


.blog-sidebar-right .sidebars {
  padding: 120px 0 100px 0px;
  margin-left: 0px;
}

.blog-sidebar-left .sidebars {
  padding: 120px 70px 100px 92%;
  margin-right: 50px;
  margin-left: -83%;
  min-width: calc((100vw) / 2 - 100%);
}

#popupOverlay {
    display: none;
    position: fixed;
    top: 5%; left: 0;
    width: 100%; height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
  }

  .selectableaddons {
    border: 3px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: border 0.3s;
  }

  .selectableaddons.selected {
    border: 3px solid var(--coklatbctn); /* warna border saat dipilih */
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.6);
  }

  .buatcapital{
    text-transform: uppercase;
  }
   /* 8. loader */
.loader-wrap {
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.loader-wrap > *:first-child {
  z-index: 1;
  position: relative;
}

.loader-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(188, 129, 87, 0.65);
  z-index: 0;
}

.loader-wrap strong {
  font-weight: 600;
}

.loader-cube-wrap {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.loader-cube-wrap .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.loader-cube-wrap .loader-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: loaderangle 2.4s infinite linear both;
  animation: loaderangle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 3px;
  margin: -2px;
}

.loader-cube-wrap .loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.loader-cube-wrap .loader-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader-cube-wrap .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.loader-cube-wrap .loader-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loader-cube-wrap .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.loader-cube-wrap .loader-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes loaderangle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes loaderangle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* WRAPPER */
.tracking-container{
  --icon-size: 44px;
  --line-h: 4px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;

  position: relative;
  max-width: 800px;
  margin: 18px auto 6px;
  padding: 6px 6px 0;
}

/* LINE BEHIND ICONS */
.tracking-container::before{
  content: '';
  position: absolute;
  left: calc(var(--icon-size) / 2);
  right: calc(var(--icon-size) / 2);
  top: calc(6px + (var(--icon-size) / 2)); /* sejajar tengah icon */
  height: var(--line-h);
  background: #ddd;
  z-index: 0;
  transform: translateY(-50%);
}

/* EACH STEP */
.step{
  position: relative;
  z-index: 1;

  flex: 1 1 0;
  min-width: 0;          /* penting biar flex gak “maksa” */
  text-align: center;
  font-family: sans-serif;

  background: transparent; /* gak perlu white box di belakang */
  width: auto;
}

/* ICON */
.step .icon{
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  transition: 0.3s;
  position: relative;
  z-index: 2;   /* icon di atas garis */
}

/* LABEL */
.step .label{
  margin-top: 8px;
  font-size: 14px;
  color: #333;

  /* biar rapi di desktop */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* STATES */
.step.active .icon,
.step.completed .icon{
  background-color: #28a745;
}

.step.completed .icon{
  background-color: #007bff;
}

.step.completed .label{
  color: #007bff;
}

.step.active .label{
  font-weight: 700;
  color: #28a745;
}

/* =========================
   MOBILE (rapi + scroll)
   ========================= */
@media (max-width: 576px){
  .tracking-container{
    --icon-size: 42px;
    --gap: 18px;
    --step-w: 96px;

    gap: var(--gap);
    justify-content: flex-start;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin: 14px 0 6px;
  }

  /* matiin garis versi desktop */
  .tracking-container::before{
    display: none;
  }

  /* step dibuat fixed width supaya jarak center-to-center konsisten */
  .step{
    flex: 0 0 var(--step-w);
    width: var(--step-w);
    min-width: var(--step-w);
  }

  /* garis penghubung per-step (anti putus walau scroll) */
  .step:not(:last-child)::after{
    content: "";
    position: absolute;

    height: 4px;
    background: #ddd;

    top: calc(6px + (var(--icon-size) / 2));
    left: 50%;
    width: calc(var(--step-w) + var(--gap));

    transform: translateY(-50%);

    z-index: 0; /* ⬅️ PALING PENTING */
  }

  .step .label{
    font-size: 12px;
    white-space: normal;
    line-height: 1.1;
  }
}

.action-cell{
  white-space: nowrap;      /* cegah turun baris */
}

.action-cell a{
  display: inline-flex;     /* biar button sejajar */
}

.action-cell .btn-add{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 6px;
}

.action-cell .btn-add:last-child{
  margin-right: 0;
}



.scroll-x {
  width: 100px;
  height: 45px;              /* tinggi fix agar semua row sama */
  display: flex;
  align-items: flex-start;   /* item warna nempel di atas, tidak ikut geser karena scrollbar */
  overflow-x: scroll;        /* scrollbar selalu ada -> tinggi konsisten */
  overflow-y: hidden;
  white-space: nowrap;
  gap: 10px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.itemwarna {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.itemwarna img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
/* sembunyikan arrow kiri-kanan */
.scroll-x::-webkit-scrollbar-button {
    display: none;
}

/* ukuran scrollbar normal */
.scroll-x::-webkit-scrollbar {
    height: 8px;
}

.scroll-x::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.scroll-x::-webkit-scrollbar-track {
    background: transparent;
}



.custom-containerbctn {
  max-width: 1400px;
}

.footerbctn {
  background: var(--whitebctn);
  padding: 25px 0px 20px;
  margin-top: 140px;

  border-top: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.footershadow{
  margin-top: 100px;
  width: 100%;
  height: 10px;
  background-image: url(../../assets/images/bg/shadowfooter.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
.footer-containerbctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  gap: 80px;  
  /* border-top: 1px solid #ddd; */
}

.footer-sectionbctn {
  flex: 1 1 200px;
  min-width: 200px;
  /* border-right: 1px solid #ddd; */
}

.footer-sectionbctn h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "LoveloBlack";
}

.footer-sectionbctn p,
.footer-sectionbctn a {
  font-size: 14px;
  color: var(--blackbctn);
  text-decoration: none;
  margin: 5px 0;
  display: block;
}

.footer-sectionbctn a:hover {
  color: var(--orangebctn)
}

.footer-widget__social img{
  width: 25px;
}

.footer-logobctn {
  margin-left: auto;
  text-align: left;
}

.footer-logobctn img {
  max-width: 150px;
}

.social-iconsbctn {
  gap: 15px;
  margin-left: auto;
  text-align: right;
}

.social-iconsbctn a {
  text-decoration: none;
  display: inline-block;

  margin-left: 12px;
  font-size: 20px;
  color: #333;
  transition: color 0.3s;
}

.social-iconsbctn a img{
  width: 30px;
}

.footer-bottombctn {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 15px;
  color: #555;
}
.imgjkt{
  width: 100px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
  }

  .whatsapp-float img{
    width: 45px;
  }

  .whatsapp-float:hover {
    background-color: var(--coklatbctn);
  }

  .whatsapp-onprodukdetail {
    background-color: var(--coklatbctn);
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
  }
  .whatsapp-onprodukdetail img{
    width: 45px;
  }

  .whatsapp-onprodukdetail:hover {
    background-color: var(--coklatbctn);
  }

  .rewardbutton-float {
    position: fixed;
    bottom: 70px;
    right: 20px;
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
  }

  .rewardbutton-float img{
    width: 50px;
  }


.roundingimg{
  border-radius: 10px;
}

/* Drawer / Modal */
.rewards-modal{
  position:fixed; 
  inset:0; 
  z-index:9999; 
  pointer-events:none 
}


.panel{ 
  position:fixed; 
  right:16px; 
  bottom:125px; 
  width:min(92vw, 480px); 
  max-height:55vh; 
  overflow:auto;
  background:var(--coklatbctn); 
  box-shadow:0 30px 60px rgba(0,0,0,.35); 
  transform:translateY(10px); 
  opacity:0; 
  transition: transform .28s ease, opacity .28s ease; 
  pointer-events:auto;
  -ms-overflow-style: none;
}

.panel-header{ 
  position:relative; 
  padding:22px 20px 70px; 
  color:#fff; 
  overflow:hidden; 
}
.panel-header::before{ 
  content:""; 
  position:absolute; 
  inset:0; 
}
.panel-header::after{ 
  content:""; 
  position:absolute; 
  inset:-30% -20% auto -20%; height:140%; background:radial-gradient(50% 60% at 50% 0%, rgba(255,255,255,.28), transparent 60%); filter: blur(18px) 
}
.panel-header h2{ 
  position:relative; 
  margin:0 0 4px; 
}
.panel-header p{ 
  position:relative; 
  margin:0; opacity:.95 ;
}


.panel-body{ 
  margin-top:-44px; 
  padding:0 16px 16px; 
}

.openingreward{
  font-size: 20px;
  line-height: 30px;
  color: var(--whitebctn);
  margin-bottom: 10px;
  text-align: center;
}

.cardreward{ 
  background:#fff; 
  border-radius:14px; 
  box-shadow:0 4px 18px rgba(0,0,0,.07); 
  padding:14px 14px; 
  border:1px solid #EDF1FF;
  font-size: 13px;
}
.cardreward + .cardreward{ margin-top:14px }


.cardreward h3{ 
  margin:4px 0 6px; 
  color:var(--text); 
  text-align:center 
}
.cardreward h3 .underline{ position:relative; display:inline-block }
.cardreward h3 .underline::after{ content:""; display:block; height:2px; background:var(--brand-500); border-radius:2px; margin:6px auto 0; width:120px }


.muted{ color:var(--muted); text-align:center; margin:0 6px 12px }


.sign-in{ margin-top:10px; text-align:center; color:#374151 }
.sign-in a{ color:var(--brand-600); font-weight:700; text-decoration:none; border-bottom:2px solid var(--brand-400) }


.list{ display:grid; gap:10px }
.list-item{ display:flex; align-items:center; gap:12px; padding:12px 12px; border-radius:10px; background:#fff; border:1px solid #EEF1FF; cursor:pointer }
.list-item:hover{ background:#F8FAFF }
.list-item .icon{ width:22px; height:22px }
.list-item .chev{ margin-left:auto; width:18px; height:18px }
.list-item.has-badge .level-badge{ 
  padding:4px 10px; 
  font-weight:800; 
  font-size:12px; 
  background:var(--orangebctn); 
  color:var(--whitebctn); 
  border-radius:999px; 
  border:1px solid #DDE6FF;
  text-align:right;
  position: absolute;
  right: 40px;
}
.list-item.has-badge .chev{ margin-left:12px }

.list-item h6{
  font-size: 16px;
}

/* Close button */
.closebtnreward{ 
  position:absolute; 
  top:10px; 
  right:10px; 
  width:36px; 
  height:36px; 
  border-radius:999px; 
  display:grid; 
  place-items:center; 
  border:0; background:rgba(255,255,255,.16); 
  color:#fff; 
  cursor:pointer;
  z-index: 99;
}
.closebtnreward:hover{ background:rgba(255,255,255,.22) }
.closebtnreward:focus-visible{ outline:2px solid #fff; outline-offset:2px }


/* Open state */
.is-open .panel{ transform:translateY(0); opacity:1; transition: all 0.8s ease; }

.reward-detail .detail-title{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.reward-detail .detail-text{
  font-size: 14px;
  line-height: 1.6;
  color: var(--blackbctn);
}
.reward-detail .detail-actions .btn{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .panel{ transition:none }
}

/* width */
.panel::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.panel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.panel::-webkit-scrollbar-thumb {
  background: var(--orangebctn);
  border-radius: 10px;
}

.textcoret{
  text-decoration: line-through;
}

.textcentermiddle{
  text-align: center; 
  padding-top: 40%;
}

.amount-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
}

.amount-options button {
  flex: 1;
  margin: 0 4px;
  padding: 10px;
  background: #fff;
  border: 1px solid #8b82b4;
  border-radius: 5px;
  color: #2f2452;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}

.amount-options button:hover,
.amount-options button.active {
  background-color: var(--coklatbctn);
  color: var(--whitebctn);
}

.textwhite{
  color: var(--whitebctn);
}
.minheight{
  min-height: 390px;
}

.bagi2{
  width: 50%;
}

.image-circlehero {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.image-circlehero .product-item__meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.image-circlehero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.image-circlehero .meta-middle {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
}

.image-circlehero .product-item__meta-action {
  transform: translateY(100%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 100ms;
}
.image-circlehero .product-item__meta-action + .product-item__meta-action {
  transition-delay: 150ms;
}
.image-circlehero .product-item__meta-action + .product-item__meta-action + .product-item__meta-action {
  transition-delay: 200ms;
}
.image-circlehero .product-item__meta-action a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  
}

/* Overlay effect */
.image-circlehero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4); /* grey overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-circlehero:hover::after {
  opacity: 1;
}

.image-circlehero:hover img {
  transform: scale(1.05); /* optional zoom effect */
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* semua elemen di kanan */
  gap: 10px; /* jarak antar elemen */
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mbbctn-10{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Tombol umum */
.action-buttons {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.btnbeli {
  background-color: var(--coklatbctn);
  color: white;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}

.btnbeli:hover {
  background-color: #5c3a1e;
}

/* Spesifik tombol */
.btn-add {
  background-color: var(--coklatbctn);
}

.btn-buy {
  background-color: var(--coklatbctn);
}
.bgimage{
  background-image: url(../../assets/images/bg/privacy_policy_bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.btn-load-more {
    display: block;
    margin: 20px auto;        /* auto kiri-kanan = center */
    padding: 10px 25px;
    background-color: var(--coklatbctn);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
}

.btn-load-more:hover {
    background-color: #000;
}

.btn-load-more:disabled {
    background-color: #777;
    cursor: not-allowed;
}
/*dari sisni*/

.mb-50 {
  margin-bottom: 50px;
}
.mb-n60 {
  margin-bottom: -60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}

.input-group-custom {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-group-custom .form-field {
    flex: 1;
    padding: 10px 12px;
}

.input-group-custom .btn-send-otp {
    padding: 10px 16px;
    background: var(--coklatbctn);
    color: #fff;
    border: 1px solid var(--coklatbctn);
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: 0.2s;
}


.input-group-custom .btn-send-otp:hover {
    background: #0069d9;
}

.tambahmarginatasabout{
  margin-top: 60px;
}

.about-subtitle {
    text-align: center;
    font-size: var(--sizeBody);
    color: var(--coklatbctn);
    margin-bottom: 50px;
    line-height: 20px;
}

/* ===========================
   LAYOUT UTAMA ABOUT & PHILOSOPHY
   =========================== */

.about-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.about-image {
    flex: 1 1 47.5%;
}

.about-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* BOX YANG DI-SCROLL */
.about-text {
    flex: 1 1 47%;
    position: relative;
    overflow-y: auto;
    padding: 0;       /* padding bawah nanti dari JS */
    font-size: 0;
}

/* KONTEN DI DALAMNYA */
.about-text-inner {
    font-size: var(--sizeBody);
    line-height: 1.4;
    padding: 30px 20px 0 70px;   /* TOP 30, BOTTOM 0 (bawah dihandle JS) */
}

.about-text-inner h2 {
    font-family: "LoveloBlack";
    font-size: var(--sizeTitle);
    margin-bottom: 20px;
}

.about-text-inner h5 {
    font-family: "LoveloBlack";
    font-size: var(--sizeSubtitle);
    margin-bottom: 20px;
}

/* PHILOSOPHY */

.philosophy-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.philosophy-text {
    flex: 1 1 47%;
    position: relative;
    overflow-y: auto;
    padding: 0;
    font-size: 0;
}

.philosophy-text-inner {
    font-size: var(--sizeBody);
    line-height: 1.4;
    padding: 30px 20px 0 70px;   /* sama: top 30, bottom 0 */
}

.philosophy-text-inner h2 {
    font-family: "LoveloBlack";
    font-size: var(--sizeTitle);
    margin-bottom: 20px;
}

.philosophy-text-inner h5 {
    font-family: "LoveloBlack";
    font-size: var(--sizeSubtitle);
    margin-bottom: 20px;
}

.philosophy-image {
    flex: 1 1 47.2%;
}

.philosophy-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/* GAP ATAS SELALU 30PX DI POSISI SCROLL MANAPUN */
.about-text::before,
.philosophy-text::before {
    content: "";
    position: sticky;
    top: 0;
    display: block;
    height: 30px;
    background: #fff;   /* samakan dengan background */
    z-index: 1;
    pointer-events: none;
}

/* SCROLLBAR */
.about-text::-webkit-scrollbar,
.philosophy-text::-webkit-scrollbar {
    width: 6px;
}

.about-text::-webkit-scrollbar-thumb,
.philosophy-text::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

.password-wrapper {
    position: relative;
}

/* supaya teks password tidak ketabrak icon */
.password-wrapper .form-field {
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon-btn {
    width: 18px;
    height: 18px;
}



@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  #popupBanner {
    width: 54%;
    max-width: 55%;
    height: auto;
  }

  .custom-containerbctn {
    max-width: 1250px;
  }
  .mini-cart-btn .btn {
    height: 50px;
    line-height: 50px;
  }
    .newsletter-two__field {
    height: 68px;
  }
  .newsletter-two__btn {
    height: 68px;
  }
  .contact-form .btn {
    min-width: 190px;
    font-size: 18px;
  }
  .header-section {
    padding: 30px 0;
  }
  .single-slider-05 {
    min-height: calc(100vh - 150px);
  } 
  .about-image {
      flex: 1 1 47.6%;
  }
  .colbctn-proddetail1{
    width: 55%;
  }
  .colbctn-proddetail2{
    width: 45%;
  }
  .about-subtitle {
      font-size: var(--sizeBody);
  }
  .textaccordiontitle{
    font-size: calc(var(--sizeH6) - 3px);
  }
  .textaccordion{
    font-size: var(--sizeBody);
  }
  .textaccordion h5{
    font-size: calc(var(--sizeBody) + 3px);
  }
  .about-text-inner {
      font-size: var(--sizeBody);
      line-height: 1.4;
  }

  .about-text-inner h2 {
      font-size: var(--sizeTitle);
  }

  .about-text-inner h5 {
      font-size: var(--sizeSubtitle);
  }

  .philosophy-text-inner {
      font-size: var(--sizeBody);
      line-height: 1.4;
  }

  .philosophy-text-inner h2 {
      font-size: var(--sizeTitle);
  }

  .philosophy-text-inner h5 {
      font-size: var(--sizeSubtitle);
  }
  .section-title__title {
    font-size: calc(var(--sizeH1) + 5px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-logo a img {
    margin-top: 10px;
    height: 100px;
  }
  .header-primary-menu {
    list-style-type: none;
    padding: 0;
    margin: 55px;
  }
  .header-primary-menu li {
    padding: 16px 15px;
  }
  .header-primary-menukanan li {
    padding: 16px 5px;
  }
  .header-primary-menukanan {
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
    margin-left: auto;
    text-align: right;
  }

  .header-primary-menukanan li img{
    min-width: 30px;
    max-width: 35px;
  }
  .header-primary-menu li > .menu-item-link {
    font-size: 15px;
  }
  .header-primary-menukanan li > .menu-item-link {
    font-size: 11px;
  }
  .header-primary-menu .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-primary-menukanan .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .mini-cart-btn .btn {
    height: 50px;
    line-height: 50px;
  }
  .single-slider {
    height: 800px;
  }
  .single-slider-05 {
    min-height: calc(100vh - 150px);
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet {
    height: 110px;
    padding-left: 16%;
  }
  .product-item__backbtcn {
    font-size: 11px;
    width: 35px;
    height: 35px;
  }

  .availability span{
    font-size: 13px;
  }
  .blog-post-two {
    margin-bottom: 80px;
  }
  .blog-post-two_thumb {
    margin-bottom: 20px;
  }
  .blog-post-two__meta {
    margin-bottom: 15px;
  }
  .blog-post-two__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pricing-card__body {
    padding: 30px;
  }
  .about-content__title {
    background-position: 15% 50%;
    font-size: 50px;
  }
  .about-image__iamge img {
    width: 430px;
  }
  .about-image__shape-01 {
    width: 220px;
  }
  .about-image__shape-02 {
    width: 80%;
  }
  .contact-form .btn {
    min-width: 190px;
    font-size: 18px;
  }
  .contact-section_formbg {
    margin: 0 0 0 60px;
  }
  .contact-section_shape {
    max-width: 286px;
    top: -20%;
  }  
  .breadcrumb {
      padding: 150px 0 120px;
      min-height: calc(100vh - 150px);
  }
  .breadcrumbabout {
    padding: 50px 0 50px;
    height: 330px;
  }
  .videoaboutus{
    width: 80%;
    height: 200px;
  }
  .tracking-col {
    width: 30%;
  }
  .tracking-col-form {
    width: 70%;
  }
  .tracking-bg {
    margin: 0% 0% 0% -80%;
  }
  .formdetailproduk{
    width: 97%;
  }
  .product-summery .product-title {
    font-size: calc(var(--sizeH4) - 2px);
  }

  .product-summery .product-head-price {
    font-size: 20px;
    line-height: 1;
  }

  .descproduk{
    font-size: calc(var(--sizeBody) - 2px);
  }

  .product-summery .single-post img{
    width: 70px;
  }
  .cart-plus-minus .cart-plus-minus-box {
    min-height: 30px;
  }

  .btncartdetail {  
    border: 1px solid var(--coklatbctn);
    height: 40px;
    width: 120px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    color: var(--whitebctn);
    background-color: var(--coklatbctn);
  }

  .btnbuydetail {
    border: 1px solid var(--coklatbctn);
    height: 40px;
    width: 100px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    color: var(--whitebctn);
    background-color: var(--coklatbctn);
  }
  .colbctn-06{
    width: 50%;
  }
  .colbctn-proddetail1{
    width: 55%;
  }
  .colbctn-proddetail2{
    width: 45%;
  }
  .coming-title {
    font-size: 45px;
  }
  .coming-wrapper .single-countdown .single-countdown_time {
    font-size: 36px;
  }
  .blog-sidebar-right .sidebars {
    padding: 110px 0 100px 0px;
    margin-left: 0px;
  }
  .blog-sidebar-left .sidebars {
    padding: 110px 40px 100px 92%;
    margin-right: 0px;
  }
  .custom-containerbctn {
    max-width: 1100px;
  }

  .scroll-x {
    width: 70px;
    gap: 5px;
  }
  .itemwarna {
    min-width: 25px;       /* Lebar minimal item */
    max-width: 25px;
  }

  .itemwarna img{
    width: 25px;
  }

  .footerbctn {
    background: var(--whitebctn);
    padding: 25px 0px 20px;
  }

  .footer-containerbctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 870px;
    margin: auto;
    gap: 10px;  
    /* border-bottom: 1px solid #ddd; */
  }

  .footer-logobctn img {
    max-width: 120px;
  }

  .footer-sectionbctn h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-sectionbctn p,
  .footer-sectionbctn a {
    font-size: 11px;
    margin: 5px 0;
  }

 .social-iconsbctn a img{
    width: 25px;
  }

  .imgjkt{
    width: 70px;
    padding: 2px;
  }

  .footer-bottombctn {
    font-size: 11px;
  }
  .product-actions {
    justify-content: flex-start;
  }
  .section-padding-02 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section-padding-03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-padding-04 {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .section-title {
    padding-bottom: 70px;
  }
  .section-title__title {
    font-size: var(--sizeH1);
  }
  #popupBanner {
    width: 60%;
    max-width: 61%;
    height: auto;
  }
  .popup-right .toptext {
    font-size: calc(var(--toptextpromo) - 3px);
    line-height: calc(var(--toptextpromo) - 1px);
  }

  .popup-right .bootomtext{
    font-size: calc(var(--bottomtextpromo) - 3px);
    line-height: calc(var(--bottomtextpromo) - 1px);
  }
  .btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
  .btn-arrow {
    height: 40px;
    width: 80px;
    font-size: 30px;
  }
  .slider-arrow {
    left: calc((100% - 1170px) / 2);
  }
  .slider-arrow-three {
    padding: 0 20px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .image {
    width: 160px;
    left: 20px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .title {
    font-size: 24px;
  }
  .product-item.product-item-06 .product-item__content {
    padding: 0 5px 10px 5px;
  }
  .product-tab-menu-two .nav li button {
    padding: 10px 40px;
  }
  .product-item.product-item-06 .product-item__title {
    font-size: calc(var(--judulproduk) - 6px);
    line-height: 1.3;
    min-height: 30px;
  }
  .product-item.product-item-06 .product-item__price {
    font-size: calc(var(--textharga) - 3px);
    margin-bottom: 20px;
  }

  .product-item.product-item-06 .product-item__price b{
    font-size: calc(var(--hargaproduk) - 3px);
    color: var(--coklatbctn);
  }
  .about-image {
      flex: 1 1 48.2%;
  }

  .about-text-inner {
      font-size: calc(var(--sizeBody) - 4px);
      line-height: 1.4;
  }

  .about-text-inner h2 {
      font-size: calc(var(--sizeTitle) - 4px);
  }

  .about-text-inner h5 {
      font-size: calc(var(--sizeSubtitle) - 4px);
  }

  .philosophy-text-inner {
      font-size: calc(var(--sizeBody) - 4px);
      line-height: 1.4;
  }

  .philosophy-text-inner h2 {
      font-size: calc(var(--sizeTitle) - 4px);
  }

  .philosophy-text-inner h5 {
      font-size: calc(var(--sizeSubtitle) - 4px);
  }

  .philosophy-text {
      flex: 1 1 47%;
  }
  .blog-itemtwo__content {
    display: flex;
    flex-direction: column;
  }
  .blog-itemtwo__title {
    font-size: 15px;
  }
  .blog-itemtwo__text {
    font-size: 12px;
  }
  .blog-itemtwo__btn {
    font-size: 15px;
  }
  .product-summery .desc-content {
    font-size: calc(var(--sizeBody) - 2px);
  }

  .addonesproduk {
      width: 100px;              /* samakan dengan ukuran gambar */
      text-align: center;
      display: inline-block;
      vertical-align: top;
  }

  /* gambar tetap bulat normal */
  .addonesproduk .single-post_thumb img {
      width: 100px;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
  }

  /* area nama */
  .addonesproduk p:nth-of-type(1) {
      min-height: 40px;          /* tinggi tetap supaya sejajar */
      margin: 5px 0 0 0;
      line-height: 1.3;
      font-size: calc(var(--sizeBody) - 2px);
      display: flex;
      align-items: flex-start;   /* teks mulai dari atas */
      justify-content: center;
      text-align: center;
  }

  /* area harga */
  .addonesproduk p:nth-of-type(2) {
      min-height: 20px;          /* jaga agar semua harga sejajar */
      margin: 2px 0 8px 0;
      font-size: calc(var(--sizeBody) - 3px);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .section-title-05__title {
    font-size: calc(var(--sizeH5)-2px);    
  }
  .section-title-05 .read-more {
    font-size: calc(var(--readmore)-2px);    
  }
  .shop-topbar-left p{
    font-size: calc(var(--sizeH5) - 8px);
  }
  .shop-topbar-item label {
    font-size: calc(var(--sizeH5) - 8px);
  }
  .shop-topbar-item select {
    font-size: calc(var(--readmore) - 4px);
  }
  .product-item__price {
    font-size: calc(var(--textharga) + 2px);
  }
  .product-item__price b {
    font-size: calc(var(--hargaproduk) + 2px);
  }
  .about-subtitle {
      font-size: calc(var(--sizeBody) - 2px);
  }
  .textaccordiontitle{
    font-size: calc(var(--sizeH6) - 4px);
  }
  .textaccordion{
    font-size: calc(var(--sizeBody) - 2px);
  }
  .textaccordion h5{
    font-size: calc(var(--sizeBody) + 1px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    height: 52px;
  }
  .header-logo a img {
    height: 70px;
  }
  .header-primary-menu {
    list-style-type: none;
    padding: 0;
    margin: 30px;
  }
  .header-primary-menu li {
    padding: 16px 15px;
  }
  .header-primary-menukanan li {
    padding: 16px 5px;
  }
  .header-primary-menukanan {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    margin-left: auto;
    text-align: right;
  }

  .header-primary-menukanan li img{
    min-width: 30px;
    max-width: 35px;
  }
  .header-primary-menu li > .menu-item-link {
    font-size: 11px;
  }
  .header-primary-menukanan li > .menu-item-link {
    font-size: 11px;
  }
  .header-primary-menu .sub-menu li .sub-item-link{
    font-size: 11px;
  }
  .header-primary-menukanan .sub-menu li .sub-item-link{
    font-size: 11px;
  }
  .header-sticky-05 .headertop-left {
    max-width: 37.5%;
  }
  .header-sticky-05 .headertop-center {
    max-width: 25%;
  }
  .header-sticky-05 .headertop-right {
    max-width: 37.5%;
  }
  .search-form {
    width: 100%;
  }

  .header-seven-top {
    padding: 10px 0;
    font-size: 12px;
  }

  .header-sticky-05 .headertop {
    min-height: 110px;
  }

  /* edittab */
  .topatasslider{
    height: 165px;
    width: 100%;
  }

  .tinggimenuatas{
    height: 90px;
    margin-top: 20px;
  }
  
  .header-primary-menukanan li img{
    width: 22px;
  }

  .section-title-05__title {
    font-size: calc(var(--sizeH5)-4px);    
  }

  .section-title-05 .read-more {
    font-size: calc(var(--readmore)-4px);    
  }
  .single-slider {
    height: 660px;
  }
  .single-slider-05 {
    min-height: unset;
      padding-top: 0;
      width: 100%;
      aspect-ratio: 16 / 9;
      background-size: contain; 
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
  }
  .slider-arrow {
    left: calc((100% - 930px) / 2);
  }
  .slider-arrow-three {
    padding: 0 20px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet {
    height: 100px;
    padding-left: 17%;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .image {
    width: 140px;
    left: 20px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .title {
    font-size: 20px;
  }
  .product-item__backbtcn {
    font-size: 11px;
    width: 35px;
    height: 35px;
  }

  .availability span{
    font-size: 13px;
  }
  .testimonial-active .swiper-button-next {
    right: -50px;
  }
  .testimonial-active .swiper-button-prev {
    left: -50px;
  }
  .customer-review-title {
    font-size: 20px;
  }
  .newsletter-two {
    max-width: 600px;
  }
  .newsletter-two__field {
    font-size: 14px;
    height: 50px;
  }
  .newsletter-two__btn {
    height: 50px;
    font-size: 14px;
  }
  .blog-post-two {
    margin-bottom: 70px;
  }
  .blog-post-two_thumb {
    margin-bottom: 20px;
  }
  .blog-post-two_format {
    padding: 10px;
  }
  .blog-post-two__meta {
    margin-bottom: 15px;
  }
  .blog-post-two__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .single-blog-comments {
    margin-top: 80px;
  }
  .pricing-card__heading {
    padding: 0 20px 0 40px;
    height: 70px;
  }
  .pricing-card__title {
    font-size: 28px;
  }
  .pricing-card__body {
    padding: 20px;
  }
  .pricing-card__footer {
    padding: 30px;
  }
  .pricing-card__price-value {
    font-size: 36px;
  }
  .pricing-card__price-suffix {
    font-size: 14px;
  }
  .pricing-card__icon {
    font-size: 30px;
  }
  .aboutus-image {
    height: 700px;
  }
  .aboutus-image::after {
    height: 20px;
  }
  .contact-section__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .contact-section_list li {
    padding-bottom: calc(20px/2);
  }
  .contact-section_list li:not(:first-child) {
    margin-top: calc(20px/2);
  }
  .contact-section_list__text span {
    font-size: 16px;
  }
  .contact-section_formbg {
    margin: 0px;
  }
  .contact-section_shape {
    max-width: 200px;
    top: -15%;
  }  
  .contact-section2_list__icon {
    font-size: 18px;
    height: 50px;
    width: 50px;
  }
  .contact-section3_formbg {
    padding: 0 80px;
  }
  .breadcrumb {
      min-height: unset;        /* MATIKAN full screen */

    padding: 0;               /* supaya tinggi murni dari gambar */
    display: block;

    background-size: contain; /* JAGA RASIO GAMBAR */
    background-position: top center;
    background-repeat: no-repeat;

    aspect-ratio: 16 / 7;     /* SESUAIKAN rasio gambar */
  }
  .breadcrumbabout {
    padding: 70px 0 70px;
    height: 300px;
  }
  .videoaboutus{
    width: 80%;
    height: 180px;
  }
  .right-textabout {   
      right: 40px;            
      bottom: 20px;             
      font-size: 10px;
  }
  .breadcrumb_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .breadcrumb p{
    font-size: 16px;
    margin-bottom: 5px;
  }

  .breadcrumb_quote {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .breadcrumb-about {
    padding: 190px 0 100px;
  }
  .shop-topbar{
    margin-bottom: 15px;
  }
  .shop-topbar-left p{
    font-size: calc(var(--sizeH5) - 8px);
  }
  .shop-topbar-item label {
    font-size: calc(var(--sizeH5) - 8px);
  }
  .shop-topbar-item select {
    font-size: calc(var(--readmore) - 4px);
  }
  .select-wrapper select.form-field {
    height: 52px;
  }
  .tracking-col {
    width: 30%;
  }
  .tracking-col-form {
    width: 70%;
  }
  .tracking-bg {
    margin: 0% 0% 0% -80%;
  }
  .formdetailproduk{
    width: 97%;
  }
  .product-summery .product-title {
    font-size: calc(var(--sizeH4) - 4px);
  }

  .product-summery .product-head-price {
    font-size: 20px;
    line-height: 1;
  }

  .descproduk{
    font-size: calc(var(--sizeBody) - 4px);
  }

  .product-summery .single-post img{
    width: 70px;
  }
  .product-summery .actions .action {
    padding: 0 10px;
  }
  .product-thumb-vertical {
    height: 415px;
  }
  .product-thumb-horizontal {
    margin-top: 10px;
  }
  .cart-plus-minus .cart-plus-minus-box {
    min-height: 30px;
  }

  .btncartdetail {  
    border: 1px solid var(--coklatbctn);
    height: 40px;
    width: 120px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    color: var(--whitebctn);
    background-color: var(--coklatbctn);
  }

  .btnbuydetail {
    border: 1px solid var(--coklatbctn);
    height: 40px;
    width: 100px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    color: var(--whitebctn);
    background-color: var(--coklatbctn);
  }

  .colbctn-06{
    width: 50%;
  }
  .colbctn-proddetail1{
    width: 55%;
  }
  .colbctn-proddetail2{
    width: 45%;
  }
  .faq {
    margin-bottom: 80px;
  }
  .faq-top {
    padding: 110px 0 0px;
  }
  .faq-top__title {
    font-size: 44px;
  }
  .faq-search {
    margin-top: 80px;
  }
  .faq-head {
    margin: 80px 0 30px;
  }
  .coming-col {
    width: 60%;
  }
  .coming-bg {
    width: 40%;
  }
  .coming-bg__logo {
    width: 150px;
  }
  .coming-title {
    font-size: 45px;
  }
  .coming-text {
    margin: 10px 0 40px;
  }
  .coming-form__btn {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }
  .coming-wrapper .single-countdown .single-countdown_time {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .coming-wrapper .single-countdown .single-countdown_text {
    font-size: 15px;
  }
  .sidebars_widget {
    margin-bottom: 40px;
  }
  .blog-sidebar-right .sidebars {
    padding: 100px 0 100px 0px;
    margin-left: 0px;
  }
  .blog-sidebar-left .sidebars {
    padding: 100px 30px 100px 85%;
    margin-right: 0px;
  }
  .custom-containerbctn {
    max-width: 870px;
  }

  .scroll-x {
    width: 70px;
    gap: 5px;
  }
  .itemwarna {
    min-width: 25px;       /* Lebar minimal item */
    max-width: 25px;
  }

  .itemwarna img{
    width: 25px;
  }

  .footerbctn {
    background: var(--whitebctn);
    padding: 25px 0px 20px;
  }

  .footer-sectionbctn {
    flex: 1 1 150px;
    min-width: 150px;
    /* border: 1px solid #ddd; */
  }

  .footer-containerbctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 720px;
    margin: auto;
    gap: 0px;  
    /* border-bottom: 1px solid #ddd; */
  }

  .footer-logobctn img {
    max-width: 120px;
  }

  .footer-sectionbctn h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-sectionbctn p,
  .footer-sectionbctn a {
    font-size: 11px;
    margin: 5px 0;
  }

 .social-iconsbctn a img{
    width: 25px;
  }

  .imgjkt{
    width: 70px;
    padding: 2px;
  }

  .footer-bottombctn {
    font-size: 11px;
  }
  .whatsapp-float {
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .whatsapp-float img{
    width: 30px;
  }

  .rewardbutton-float {
    bottom: 55px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .rewardbutton-float img{
    width: 30px;
  }
  .panel{ 
    width:420px;
    border-radius:20px; 
    max-height:72vh; 
    bottom:100px; 
  } 
  .product-actions {
    justify-content: flex-start;
  }
  .section-padding-02 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section-padding-03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-padding-04 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section-title {
    padding-bottom: 70px;
    margin-top: 20px;
  }

  .section-title__title {
    font-size: calc(var(--sizeH1) - 4px);
  }

  .section-title p {
    font-size: 16px;
  }
  .section-title-10 img {
    width: 80%;
  }
  #popupBanner {
    width: 62%;
    max-width: 63%;
    height: auto;
  }
  .popup-right .toptext {
    font-size: calc(var(--toptextpromo) - 3px);
    line-height: calc(var(--toptextpromo) - 1px);
  }

  .popup-right .bootomtext{
    font-size: calc(var(--bottomtextpromo) - 3px);
    line-height: calc(var(--bottomtextpromo) - 1px);
  }
  .mb-100 {
    margin-bottom: 80px;
  }
  .btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
  .btn-arrow {
    height: 40px;
    width: 80px;
    font-size: 30px;
  }
   [class*=btn-outline-] {
    line-height: 48px;
  }
  .product-item__meta-action a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-item__meta-action.meta-dark a {
    width: 54px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .product-item__meta-round a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-item-style-01__meta-action a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-item-style-01__cart a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-item.product-item-06 .product-item__content {
    padding: 0 5px 10px 5px;
  }
  .product-tab-menu-two .nav li button {
    padding: 10px 40px;
  }
  .product-list__title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .product-list-item + .product-list-item {
    margin-top: 40px;
  }
  .product-list-item__meta-action a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-list-item__info {
    padding-left: 15px;
  }
  .product-item.product-item-06 .product-item__title {
    font-size: calc(var(--judulproduk) - 6px);
    line-height: 1.3;
    min-height: 30px;
  }
  .product-item.product-item-06 .product-item__price {
    font-size: calc(var(--textharga) - 3px);
    margin-bottom: 20px;
  }

  .product-item.product-item-06 .product-item__price b{
    font-size: calc(var(--hargaproduk) - 3px);
    color: var(--coklatbctn);
  }
  .product-item__price {
    font-size: calc(var(--textharga) + 2px);
  }
  .product-item__price b {
    font-size: calc(var(--hargaproduk) + 2px);
  }
  .about-image {
      flex: 1 1 48.3%;
  }

  .about-text-inner {
      font-size: calc(var(--sizeBody) - 6px);
      line-height: 1.3;
      padding: 0 10px;
  }

  .about-text-inner h2 {
      font-size: calc(var(--sizeTitle) - 8px);
  }

  .about-text-inner h5 {
      font-size: calc(var(--sizeSubtitle) - 8px);
  }

  .philosophy-text-inner {
      font-size: calc(var(--sizeBody) - 6px);
      line-height: 1.3;
      padding: 0 10px;
  }

  .philosophy-text-inner h2 {
      font-size: calc(var(--sizeTitle) - 8px);
  }

  .philosophy-text-inner h5 {
      font-size: calc(var(--sizeSubtitle) - 8px);
  }


  .philosophy-text {
      flex: 1 1 47%;
  }
  .blog-itemtwo__content {
    /* min-height: 300px;
    max-height: 300px; */

    display: flex;                  /* NEW */
    flex-direction: column;         /* NEW */
  }
  .blog-itemtwo__title {
    font-size: 13px;
  }
  .blog-itemtwo__text {
    font-size: 10px;
  }
  .blog-itemtwo__btn {
    font-size: 13px;
  }

  .product-summery .desc-content {
    font-size: calc(var(--sizeBody) - 4px);
  }
  .addonesproduk {
      width: 80px;              /* samakan dengan ukuran gambar */
      text-align: center;
      display: inline-block;
      vertical-align: top;
  }

  /* gambar tetap bulat normal */
  .addonesproduk .single-post_thumb img {
      width: 80px;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
  }

  /* area nama */
  .addonesproduk p:nth-of-type(1) {
      min-height: 40px;          /* tinggi tetap supaya sejajar */
      margin: 5px 0 0 0;
      line-height: 1.3;
      font-size: calc(var(--sizeBody) - 4px);
      display: flex;
      align-items: flex-start;   /* teks mulai dari atas */
      justify-content: center;
      text-align: center;
  }

  /* area harga */
  .addonesproduk p:nth-of-type(2) {
      min-height: 20px;          /* jaga agar semua harga sejajar */
      margin: 2px 0 8px 0;
      font-size: calc(var(--sizeBody) - 5px);
      display: flex;
      align-items: center;
      justify-content: center;
  }
   .about-subtitle {
      font-size: calc(var(--sizeBody) - 4px);
  }
  .textaccordiontitle{
    font-size: calc(var(--sizeH6) - 6px);
  }
  .textaccordion{
    font-size: calc(var(--sizeBody) - 4px);
  }
  .textaccordion h5{
    font-size: calc(var(--sizeBody) - 1px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    height: 52px;
  }
  .header-logo a img {
    height: 80px;
    margin-top: -20px;
  }

  .header-primary-menukanan li {
    padding: 16px 5px;
  }
  .header-primary-menukanan {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    margin-left: auto;
    text-align: right;
  }

  .header-primary-menukanan li img{
    min-width: 35px;
    max-width: 40px;
  }
  .header-primary-menu li > .menu-item-link {
    font-size: 15px;
  }
  .header-primary-menukanan li > .menu-item-link {
    font-size: 11px;
  }
  .header-primary-menu .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-primary-menukanan .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-sticky-05 .headertop-left {
    max-width: 100%;
  }
  .header-sticky-05 .headertop-center {
    max-width: 50%;
    justify-content: flex-start;
  }
  .header-sticky-05 .headertop-right {
    max-width: 50%;
  }
  .search-form {
    width: 100%;
  }

  .header-seven-top {
    padding: 10px 0;
    font-size: 12px;
  }

  .header-sticky-05 .headertop {
    min-height: 110px;
  }

  /* edittab */
  .topatasslider{
    height: 165px;
    width: 100%;
  }

  .tinggimenuatas{
    height: 90px;
    margin-top: 20px;
  }  

 
  .single-slider {
    height: 540px;
  }
  .single-slider-05 {
    min-height: unset;
    padding-top: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  .slider-content-05__title {
    font-size: 50px;
  }
  .slider-content-05__subtitle {
    font-size: 80px;
    top: -30px;
  }
  .slider-arrow-three {
    padding: 0 20px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet {
    height: 100px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .image {
    width: 115px;
    left: -15px;
  }
  .product-item__backbtcn {
    font-size: 11px;
    width: 35px;
    height: 35px;
  }

  .availability span{
    font-size: 13px;
  }
  .testimonial-active .swiper-button-next {
    right: -30px;
  }
  .testimonial-active .swiper-button-prev {
    left: -30px;
  }
  .testimonial-quote {
    margin-bottom: 40px;
  }
  .testimonial-item p {
    font-size: 24px;
  }
  .testimonial-item__image {
    margin-top: 35px;
  }
  .customer-review-title {
    padding: 60px 0 10px;
  }
  .customer-review-mark {
    padding: 0 0 110px 0;
  }
  .customer-review-title {
    font-size: 20px;
  }
  .newsletter-two {
    max-width: 600px;
  }
  .newsletter-two__field {
    font-size: 14px;
    height: 50px;
  }

  .newsletter-two__btn {
    height: 50px;
    font-size: 14px;
  }
  .testimonial-two {
    padding: 30px;
  }
  .blog-post-two {
    margin-bottom: 60px;
  }
  .blog-post-two_thumb {
    margin-bottom: 20px;
  }
  .blog-post-two_format {
    padding: 10px;
  }
  .blog-post-two__meta {
    margin-bottom: 15px;
  }
  .blog-post-two__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog-post-two__btn {
    font-size: 14px;
  }
  .single-blog-comments {
    margin-top: 60px;
  }
  .about-content__title {
    font-size: 44px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .about-content__list li .list-icon {
    font-size: 12px;
  }
  .about-content__list li .list-text {
    font-size: 14px;
  }
  .about-content__box-wrapper {
    margin-top: 20px;
  }
  .about-content__singnecher img {
    width: 108px;
  }
  .about-image__iamge {
    padding-right: 15px;
  }
  .about-image__iamge img {
    width: 255px;
  }
  .about-image__shape-01 {
    width: 120px;
  }
  .aboutus-image {
    height: 500px;
  }
  .aboutus-image::after {
    height: 20px;
  }
  .contact-section__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .contact-section_list li {
    padding-bottom: calc(20px/2);
  }
  .contact-section_list li:not(:first-child) {
    margin-top: calc(20px/2);
  }
  .contact-section_list__text span {
    font-size: 16px;
  }
  .contact-section_formbg {
    margin: 0px;
  }
  .contact-section_form__title {
    font-size: 36px;
    margin: 30px 0 20px;
  }
  .contact-section_shape {
    max-width: 180px;
    top: -12%;
  }  
  .contact-section2_list__icon {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
  .contact-section2_formbg {
    padding: 40px 30px;
  }
  .contact-section2_form__title {
    margin: 0px 0 20px;
  }
  .contact-section2_form .form-control.text-area {
    height: 150px;
  }
   .contact-section3_formbg {
    padding: 0 60px;
  }
  .contact-section3_form__text {
    margin-bottom: 30px;
  }
  .contact-map {
    height: 500px;
  }
  .contact-map_two {
    height: 600px;
  }
  .shipping_content__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .shipping_content__text {
    font-size: 15px;
  }
  .breadcrumb {
    min-height: unset;        /* MATIKAN full screen */

    padding: 0;               /* supaya tinggi murni dari gambar */
    display: block;

    background-size: contain; /* JAGA RASIO GAMBAR */
    background-position: top center;
    background-repeat: no-repeat;

    aspect-ratio: 16 / 7;     /* SESUAIKAN rasio gambar */
  }
  .breadcrumbabout {
    padding: 50px 0 50px;
    height: 220px;
  }
  .videoaboutus{
    width: 80%;
    height: 160px;
  }
  .right-textabout {   
      right: 40px;            
      bottom: 20px;             
      font-size: 10px;
  }
  .breadcrumb_title {
    font-size: 20px;
  }
  .breadcrumb-about {
    padding: 140px 0 80px;
  }
  .shop-topbar {
    margin-bottom: 15px;
  }
  .shop-topbar-item {
    margin-right: 10px;
  }
  .shop-topbar-item label {
    font-size: 14px;
  }
  .shop-topbar-item select {
    font-size: 14px;
    padding-right: 5px;
  }
  .shop-topbar-item p {
    font-size: 14px;
  }
  .select-wrapper select.form-field {
    height: 52px;
  }
  .tracking-col {
    width: 20%;
  }
  .tracking-col-form {
    width: 80%;
  }
  .tracking-bg {
    margin: 0% 0% 0% -200%;
    height: 700px;
  }
  .product-summery {
    margin-top: 40px;
  }
  .formdetailproduk{
    width: 97%;
  }
  .product-summery .product-title {
    font-size: calc(var(--sizeH4) - 2px);
  }

  .product-summery .product-head-price {
    font-size: 20px;
    line-height: 1;
  }

  .descproduk{
    font-size: var(--sizeBody);
  }

  .product-summery .single-post img{
    width: 70px;
  }
  .product-summery .desc-content {
    font-size: var(--sizeBody);
    margin-bottom: 30px;
  }
  .product-summery .product-cta {
    margin-bottom: 30px;
  }
  .product-summery .actions .action {
    padding: 0 10px;
  }
  .product-thumb-vertical {
    height: 555px;
  }
  .product-thumb-horizontal {
    margin-top: 8px;
  }

  .faq {
    margin-bottom: 80px;
  }
  .faq-top {
    padding: 80px 0 0px;
  }
  .faq-top__title {
    font-size: 40px;
  }
  .faq-search {
    margin-top: 60px;
  }
  .faq-head {
    margin: 60px 0 20px;
  }
  .faq-head__title {
    font-size: 26px;
  }
  .coming-col {
    width: 62%;
  }
  .coming-bg {
    width: 38%;
  }
  .coming-bg__logo {
    width: 150px;
  }
  .coming-content {
    padding: 80px 30px;
  }
  .coming-title {
    font-size: 45px;
  }
  .coming-text {
    margin: 10px 0 40px;
  }
  .coming-form__btn {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    min-width: 120px;
    padding: 0 10px;
  }
  .coming-wrapper .single-countdown .single-countdown_time {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .coming-wrapper .single-countdown .single-countdown_text {
    font-size: 15px;
  }
  .sidebars_widget {
    margin-bottom: 30px;
  }
  .sidebars_widget__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sidebars_widget .extra-controls_btn {
    max-width: 70px;
  }
  .sidebars_widget__category li {
    margin-bottom: 10px;
  }
  .sidebars_widget__product .single-product {
    margin-bottom: 20px;
  }
  .sidebars_widget__post .single-post {
    margin-bottom: 20px;
  }
  .blog-sidebar-right .sidebars {
    padding: 0px 0 80px 0px;
    margin-left: 0px;
  }
  .blog-sidebar-left .sidebars {
    padding: 80px 20px 80px 73%;
    margin-right: 0px;
  }
  .custom-containerbctn {
    max-width: 720px;
  }

  .scroll-x {
    width: 70px;
    gap: 5px;
  }
  .itemwarna {
    min-width: 25px;       /* Lebar minimal item */
    max-width: 25px;
  }

  .itemwarna img{
    width: 25px;
  }
  .tinggimenuatas{
    height: 90px;
    margin-top: 20px;
  }

  .footerbctn {
    background: var(--whitebctn);
    padding: 25px 0px 20px;
  }

  .footer-sectionbctn {
    flex: 1 1 150px;
    min-width: 150px;
    /* border: 1px solid #ddd; */
  }

  .footer-containerbctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 720px;
    margin: auto;
    gap: 0px;  
    /* border-bottom: 1px solid #ddd; */
  }

  .footer-logobctn img {
    max-width: 120px;
  }

  .footer-sectionbctn h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-sectionbctn p,
  .footer-sectionbctn a {
    font-size: 11px;
    margin: 5px 0;
  }

 .social-iconsbctn a img{
    width: 25px;
  }

  .imgjkt{
    width: 70px;
    padding: 2px;
  }

  .footer-bottombctn {
    font-size: 11px;
  }
  .whatsapp-float {
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .whatsapp-float img{
    width: 30px;
  }

  .rewardbutton-float {
    bottom: 55px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .rewardbutton-float img{
    width: 30px;
  }
  .panel{ 
    width:420px;
    border-radius:20px; 
    max-height:72vh; 
    bottom:100px; 
  } 
  .section-padding-02 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section-padding-03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-padding-04 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section-title-05 {
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .section-title-05__title {
    font-size: calc(var(--sizeH5)-6px);    
  }

  .section-title-05 .read-more {
    padding-left: 0;
    font-size: calc(var(--readmore)-6px);    
  }

  .section-title-05__title::after {
    display: none;
  }

  .section-title-05__title span {
    padding-right: 0;
  }
  .section-title-10__title {
    font-size: 30px;
  }
  .section-title-10__text {
    font-size: 16px;
  }
  .section-title-10 img {
    margin-top: 0;
    width: 50%;
  }
  #popupBanner {
    width: 83%;
    max-width: 84%;
    height: auto;
  }
  .popup-right .toptext {
    font-size: calc(var(--toptextpromo) - 3px);
    line-height: calc(var(--toptextpromo) - 1px);
  }

  .popup-right .bootomtext{
    font-size: calc(var(--bottomtextpromo) - 3px);
    line-height: calc(var(--bottomtextpromo) - 1px);
  }
  

  .popup-right .buttoncopy {
    padding: 5px 15px;
    background: var(--coklatbctn);
    color: var(--whitebctn);
    border: none;
    cursor: pointer;
    height: 35px;
    font-size: 10px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
  .btn-arrow {
    height: 40px;
    width: 80px;
    font-size: 30px;
  }
   [class*=btn-outline-] {
    line-height: 48px;
  }
  .slider-arrow {
    left: calc((100% - 660px) / 2);
    bottom: 70px;
  }
  .product-item__meta-action a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-item__meta-action.meta-dark a {
    width: 54px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .product-tab-menu .nav {
    gap: 0 60px;
  }
  .product-tab-menu .nav > *::after {
    left: -30px;
  }
  .product-item__price {
    font-size: calc(var(--textharga) + 4px);
  }
  .product-item__price b {
    font-size: calc(var(--hargaproduk) + 4px);
  }
  .product-tab-menu-two {
    margin: 40px 0px;
  }
  .product-item.product-item-06 .product-item__content {
    padding: 0 5px 10px 5px;
  }
  .product-tab-menu-two .nav li button {
    padding: 10px 40px;
  }
  .product-list__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .product-list-item + .product-list-item {
    margin-top: 40px;
  }
  .product-list-item__info {
    padding-left: 15px;
  }
  .product-item.product-item-06 .product-item__title {
    font-size: calc(var(--judulproduk) - 6px);
    line-height: 1.3;
    min-height: 40px;
  }
  .product-item.product-item-06 .product-item__price {
    font-size: calc(var(--textharga) - 2px);
    margin-bottom: 20px;
  }

  .product-item.product-item-06 .product-item__price b{
    font-size: calc(var(--hargaproduk) - 2px);
    color: var(--coklatbctn);
  }
  .section-title {
    padding-bottom: 40px;
    margin-top: 20px;
  }

  .section-title__title {
    font-size: calc(var(--sizeH1) - 6px);
    margin-top: 30px;
  }

  .about-text, .philosophy-text {
      flex: 1 1 100%;
      font-size: 13px;
       text-align: center;
  }
  .about-image, .philosophy-image {
      flex: 1 1 100%;
  }
  
  .about-image {
      flex: 1 1 48.2%;
  }

  .about-row{
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    padding-bottom: 40px;
  }

  /* pastikan semua kolom jadi full */
  .about-image,
  .about-text,
  .philosophy-image,
  .philosophy-text{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  /* KUNCI: untuk section philosophy yang awalnya text dulu,
     kita paksa image tampil dulu */
  .philosophy-section .philosophy-image{ order: 1; }
  .philosophy-section .philosophy-text{  order: 2; }

  /* About (yang sudah image dulu) tetap aman */
  #about .about-image{ order: 1; }
  #about .about-text{  order: 2; }

  /* padding teks biar enak di HP */
  .about-text-inner,
  .philosophy-text-inner{
    padding: 20px 16px 0 16px; /* kiri-kanan rapihin */
    font-size: calc(var(--sizeBody) - 6px);
    line-height: 1.3;
  }

  .about-text-inner h2 {
      font-size: calc(var(--sizeTitle) - 10px);
  }

  .about-text-inner h5 {
      font-size: calc(var(--sizeSubtitle) - 10px);
  }

  .philosophy-text-inner h2 {
      font-size: calc(var(--sizeTitle) - 10px);
  }

  .philosophy-text-inner h5 {
      font-size: calc(var(--sizeSubtitle) - 10px);
  }

  /* optional: di mobile biasanya scrollbox bikin aneh,
     jadi biarkan tinggi auto (tidak dipaksa scroll).
     Kalau kamu masih butuh scroll, hapus 2 baris ini. */
  .about-text,
  .philosophy-text{
    overflow-y: visible;
  }

  /* sticky gap atas tidak perlu di mobile (optional) */
  .about-text::before,
  .philosophy-text::before{
    position: static;
    height: 0;
  }

  .blog-itemtwo__content {
    /* min-height: 400px;
    max-height: 400px; */

    display: flex;                  /* NEW */
    flex-direction: column;         /* NEW */
  }
  .blog-itemtwo__title {
    font-size: 13px;
    height: 70px;
  }
  .blog-itemtwo__text {
    font-size: 10px;
  }
  .blog-itemtwo__btn {
    font-size: 13px;
  }
  .colbctn-06{
    width: 100%;
  }
  .colbctn-proddetail1{
    width: 100%;
  }
  .colbctn-proddetail2{
    width: 100%;
  }
  .colbctn-04{
    width: 100%;
  }
  .colbctn-08{
    width: 100%;
  }
  .about-subtitle {
      font-size: calc(var(--sizeBody) - 4px);
  }
  .textaccordiontitle{
    font-size: calc(var(--sizeH5) - 8px);
  }
  .textaccordion{
    font-size: calc(var(--sizeBody) - 4px);
  }
  .textaccordion h5{
    font-size: calc(var(--sizeBody) - 1px);
  }
}
@media only screen and (max-width: 767px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    height: 44px;
  }
  .header-logo a img {
    height: 80px;
    margin-top: -20px;
  }

  .header-primary-menukanan li {
    padding: 16px 5px;
  }
  .header-primary-menukanan {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    margin-left: auto;
    text-align: right;
  }

  .header-primary-menukanan li img{
    min-width: 30px;
    max-width: 35px;
  }
  .header-primary-menu li > .menu-item-link {
    font-size: 15px;
  }
  .header-primary-menukanan li > .menu-item-link {
    font-size: 11px;
  }
  .header-primary-menu .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-primary-menukanan .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-sticky-05 .headertop-left {
    max-width: 100%;
  }
  .header-sticky-05 .headertop-center {
    max-width: 50%;
    justify-content: flex-start;
  }
  .header-sticky-05 .headertop-right {
    max-width: 50%;
  }
  .header-seven-top-left li {
    margin-right: 30px;
  }
  .single-slider {
    height: 540px;
  }
  .single-slider-05 {
    min-height: unset;
    padding-top: 0;
    width: 100%;
    aspect-ratio: 16 / 7;
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  .slider-content-05__title {
    font-size: 40px;
  }
  .slider-content-05__subtitle {
    font-size: 60px;
    top: -25px;
  }
  .slider-content-05__btn {
    margin-top: 30px;
    width: 140px;
    line-height: 50px;
    font-size: 16px;
  }
  .slider-arrow {
    left: calc((100% - 510px) / 2);
    bottom: 50px;
  }
  .slider-arrow-three {
    padding: 0 20px;
  }
  .slider-active-02 .swiper-pagination {
    border: 0;
    bottom: 30px;
    justify-content: center;
    gap: 0 15px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #000;
    opacity: 0.3;
    padding-left: 0;
    border-radius: 50%;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet:nth-child(2n+2) {
    border: 0;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .image {
    display: none;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .title {
    font-size: 18px;
  }
  .slider-active-02 .swiper-pagination .swiper-pagination-bullet .title {
    display: none;
  }
  .product-item__backbtcn {
    font-size: 11px;
    width: 35px;
    height: 35px;
  }

  .availability span{
    font-size: 13px;
  }
  .newsletter-two__field {
    font-size: 14px;
    padding-right: 130px;
  }
  .newsletter-two__btn {
    font-size: 18px;
  }
  .testimonial-active .swiper-button-next {
    right: -30px;
  }
  .testimonial-active .swiper-button-prev {
    left: -30px;
  }
  .testimonial-active .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .testimonial-quote {
    margin-bottom: 40px;
  }
  .testimonial-item p {
    font-size: 24px;
  }
  .testimonial-item p {
    font-size: 20px;
  }
  .testimonial-item__image {
    margin-top: 35px;
  }
  .product-row {
    flex-direction: column;
  }
  .product-row .product-wrapper {
    max-width: 100%;
  }
  .product-row .boxbanner-wrapper {
    max-width: 100%;
  }
  .customer-review-title {
    padding: 60px 0 10px;
  }
  .customer-review-mark {
    padding: 0 0 110px 0;
  }
  .customer-review-title {
    font-size: 20px;
  }
  .newsletter-two {
    max-width: 600px;
  }
  .newsletter-two__field {
    font-size: 14px;
    height: 50px;
  }
  .newsletter-two__btn {
    height: 50px;
    font-size: 14px;
  }
  .testimonial-two {
    padding: 30px;
  }
  .blog-post-two {
    margin-bottom: 50px;
  }
  .blog-post-two_thumb {
    margin-bottom: 20px;
  }
  .blog-post-two_format {
    padding: 10px;
  }
  .blog-post-two__meta {
    margin-bottom: 15px;
  }
  .blog-post-two__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog-post-two__btn {
    font-size: 12px;
  }
  .single-blog-title {
    font-size: 24px;
  }
  .single-blog-bottom {
    padding: 15px 0;
    margin-top: 15px;
  }
  .single-blog-comments {
    margin-top: 60px;
  }
  .pricing-card__heading {
    padding: 0 20px 0 40px;
    height: 70px;
  }
  .pricing-card__title {
    font-size: 28px;
  }
  .pricing-card__body {
    padding: 30px;
  }
  .pricing-card__body {
    padding: 30px;
  }
  .pricing-card__price-value {
    font-size: 36px;
  }
  .pricing-card__price-suffix {
    font-size: 14px;
  }
  .pricing-card__icon {
    font-size: 30px;
  }
  .about-content__title {
    font-size: 40px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .about-content__box-wrapper {
    margin-top: 20px;
  }
  .about-content__singnecher img {
    width: 108px;
  }
  .about-image__iamge {
    padding-right: 0;
    text-align: center;
  }
  .about-image__iamge img {
    width: 355px;
  }
  .about-image__shape-01 {
    width: 120px;
  }
  .about-image__shape-02 {
    width: 80%;
  }
  .aboutus-image {
    min-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .aboutus-image::after {
    display: none;
  }
  .contact-section__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .contact-section_list li {
    padding-bottom: calc(10px/2);
  }
  .contact-section_list li:not(:first-child) {
    margin-top: calc(10px/2);
  }
  .contact-section_list__text span {
    font-size: 16px;
  }
  .contact-section_formbg {
    margin: 0px;
  }
  .contact-section_formbg {
    margin: 40px 0 0 0;
    padding: 0 40px 40px;
  }
  .contact-section_form__title {
    font-size: 36px;
    margin: 30px 0 20px;
  }
  .contact-section_shape {
    max-width: 120px;
    top: -10%;
  }
  .contact-section2__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .contact-section2__text {
    margin-bottom: 30px;
  }
  .contact-section2_list li {
    padding-bottom: 20px;
  }
  .contact-section2_list__icon {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
  .contact-section2_formbg {
    padding: 40px 30px;
    margin-top: 40px;
  }
  .contact-section2_form__title {
    font-size: 22px;
    margin: 0px 0 10px;
  }
  .contact-section2_form .form-control.text-area {
    height: 150px;
  }
  .contact-section3_formbg {
    padding: 0 40px;
    margin-top: 40px;
  }
  .contact-section3_form__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contact-section3_form__text {
    margin-bottom: 10px;
  }
  .contact-section3_content {
    margin-bottom: 40px;
  }
  .contact-section3_content__title {
    margin: 20px 0 10px;
  }
  .contact-map {
    height: 400px;
  }
  .contact-map_two {
    height: 400px;
  }
  .shipping_thumb {
    margin-right: 15px;
    font-size: 50px;
  }
  .shipping_content__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .shipping_content__text {
    font-size: 15px;
  }
  .breadcrumb {
      min-height: unset;        /* MATIKAN full screen */
    height: auto;

    padding: 0;               /* supaya tinggi murni dari gambar */
    display: block;

    background-size: contain; /* JAGA RASIO GAMBAR */
    background-position: top center;
    background-repeat: no-repeat;

    aspect-ratio: 16 / 7;     /* SESUAIKAN rasio gambar */
  }
  .breadcrumbabout {
    padding: 50px 0 50px;
    height: 180px;
  }
  .breadcrumb_title {
    font-size: 20px;
  }
  .breadcrumb p{
    font-size: 16px;
    margin-bottom: 5px;
  }

  .breadcrumb_quote {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .breadcrumb-about {
    padding: 120px 0 60px;
  }
  .shop-topbar {
    margin-bottom: 15px;
  }
  .shop-topbar-item {
    margin-right: 10px;
  }
  .shop-topbar-item label {
    font-size: 14px;
  }
  .shop-topbar-item select {
    font-size: 14px;
    padding-right: 5px;
  }
  .shop-topbar-item p {
    font-size: 14px;
  }
  .select-wrapper select.form-field {
    height: 44px;
    line-height: 20px;
  }
  .compare-table .table tbody tr td {
    padding: 10px;
  }
  .compare-table .table tbody tr td.first-column {
    min-width: 150px;
  }
  .compare-table .table tbody tr td.product-image-title {
    min-width: 260px;
  }
  .tracking-col {
    width: 100%;
  }
  .tracking-col-form {
    width: 100%;
    padding-left: 0;
    margin: 60px 20px;
  }
  .tracking-form {
    max-width: 100%;
  }
  .product-summery {
    margin-top: 40px;
  }
  .product-summery .product-title {
    font-size: calc(var(--sizeH4) - 2px);
  }

  .product-summery .product-head-price {
    font-size: 18px;
    line-height: 1;
  }

  .descproduk{
    font-size: calc(var(--sizeBody) - 2px);
  }

  .product-summery .single-post img{
    width: 70px;
  }
  .product-summery .desc-content {
    font-size: 11px;
    margin-bottom: 30px;
  }
  .product-summery .product-cta {
    margin-bottom: 30px;
  }
  .product-summery .actions .action {
    padding: 0 10px;
  }
  .product-thumb-vertical {
    height: 405px;
  }
  .single-product-vertical-tab {
    width: calc(100% - 115px);
    margin-left: 15px;
  }
  .single-product-vertical-tab .swiper-button-prev, .single-product-vertical-tab .swiper-button-next {
    height: 35px;
    width: 35px;
  }
  .product-thumb-horizontal {
    margin-top: 6px;
  }
  .single-product-horizontal-tab .swiper-button-prev, .single-product-horizontal-tab .swiper-button-next {
    height: 35px;
    width: 35px;
  }
  .single-product-horizontal-tab .swiper-button-prev,
  .single-product-horizontal-tab .swiper-button-next {
    height: 35px;
    width: 35px;
  }
  .cart-plus-minus .cart-plus-minus-box {
    min-height: 33px;
  }

  .btncartdetail {  
    border: 1px solid var(--coklatbctn);
    height: 40px;
    width: 150px;
    padding: 8px;
    font-size: 15px;
    text-align: center;
    color: var(--whitebctn);
    background-color: var(--coklatbctn);
  }

  .btnbuydetail {
    border: 1px solid var(--coklatbctn);
    height: 40px;
    width: 110px;
    padding: 8px;
    font-size: 15px;
    text-align: center;
    color: var(--whitebctn);
    background-color: var(--coklatbctn);
  }

  .colbctn-06{
    width: 100%;
  }
  .colbctn-proddetail1{
    width: 100%;
  }
  .colbctn-proddetail2{
    width: 100%;
  }
  .faq {
    margin-bottom: 60px;
  }
  .faq-top {
    padding: 60px 0 0px;
  }
  .faq-top__title {
    font-size: 36px;
  }
  .faq-search {
    margin-top: 40px;
  }
  .faq-head {
    margin: 40px 0 10px;
  }
  .faq-head__title {
    font-size: 22px;
  }
  .faq .accordion-button {
    padding: 20px 28px;
    font-size: 16px;
  }
  .coming {
    flex-direction: column;
  }
  .coming-col {
    width: 100%;
  }
  .coming-bg {
    width: 100%;
    height: 25vh;
  }
  .coming-bg__logo {
    width: 100px;
  }
  .coming-content {
    padding: 60px 20px;
  }
  .coming-title {
    font-size: 30px;
  }
  .coming-text {
    margin: 10px 0 30px;
  }
  .coming-form__btn {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    min-width: 120px;
    padding: 0 10px;
  }
  .coming-wrapper .single-countdown {
    margin: 0 8px;
  }
  .coming-wrapper .single-countdown .single-countdown_time {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .coming-wrapper .single-countdown .single-countdown_text {
    font-size: 15px;
  }
  .sidebars_widget {
    margin-bottom: 30px;
  }
  .sidebars_widget__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sidebars_widget .extra-controls_btn {
    max-width: 70px;
  }
  .sidebars_widget__category li {
    margin-bottom: 10px;
  }
  .sidebars_widget__product .single-product {
    margin-bottom: 20px;
  }
  .sidebars_widget__post .single-post {
    margin-bottom: 20px;
  }
  .sidebars_widget__instagram {
    flex-wrap: nowrap;
  }
  .blog-sidebar-right .sidebars {
    padding: 0px 0px 60px 0px;
    margin-left: 0px;
  }
  .blog-sidebar-left .sidebars {
    padding: 60px 20px 60px 20px;
    margin-right: 0px;
    margin-left: 0px;
    min-width: 100%;
  }
  .custom-containerbctn {
    max-width: 370px;
  }

  .scroll-x {
    width: 70px;
    gap: 5px;
  }
  .itemwarna {
    min-width: 25px;       /* Lebar minimal item */
    max-width: 25px;
  }

  .itemwarna img{
    width: 25px;
  }

  .tinggimenuatas{
    height: 90px;
    margin-top: 20px;
  }

  .footerbctn {
    background: var(--whitebctn);
    padding: 25px 0px 20px;
  }

  .footer-sectionbctn {
    flex: 1 1 400px;
    min-width: 400px;
    /* border: 1px solid #ddd; */
  }

  .footer-containerbctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 400px;
    margin: auto;
    gap: 0px;  
    /* border-bottom: 1px solid #ddd; */
  }

  .footer-logobctn {
    margin-left: 0;
    text-align: center;
  }

  .footer-logobctn img {
    max-width: 120px;
  }

  .footer-sectionbctn h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-sectionbctn p,
  .footer-sectionbctn a {
    font-size: 11px;
    margin: 5px 0;
  }

  .social-iconsbctn {
    gap: 15px;
    text-align: center;
  }

 .social-iconsbctn a img{
    width: 25px;
  }

  .imgjkt{
    width: 70px;
    padding: 2px;
  }

  .footer-bottombctn {
    font-size: 11px;
  }
  .footer-containerbctn {
    flex-direction: column;
    text-align: center;
    max-width: 375px;
  }

  .footer-sectionbctn {
    margin-bottom: 5px;
    flex: 1 1 100px;
    min-width: 150px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    border-right: none;
    margin-bottom: 20px;
  }

  .social-iconsbctn {
    justify-content: center;
  }
  .footer-widget__social{
    justify-content: center;
  }
  .footer-logobctn img {
    max-width: 200px;
  }

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .whatsapp-float img{
    width: 30px;
  }

  .rewardbutton-float {
    bottom: 55px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .rewardbutton-float img{
    width: 30px;
  }
  .panel{ 
    width:380px;
    border-radius:20px; 
    max-height:65vh; 
    bottom:100px; 
  } 
  .product-actions {
    justify-content: flex-start;
  }
  .section-padding-02 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section-padding-03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-padding-04 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .section-title {
    padding-bottom: 40px;
    margin-top: 20px;
  }

  .section-title__title {
    font-size: calc(var(--sizeH1) - 8px);
  }

  .section-title-05 {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .section-title-05__title {
    font-size: calc(var(--sizeH5)-6px);    
  }

  .section-title-05 .read-more {
    padding-left: 0;
    font-size: calc(var(--readmore)-6px);    
  }
  .section-title-05__title::after {
    display: none;
  }
  .section-title-10__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-title-10 img {
    margin-top: 0;
    width: 50%;
  }
  #popupBanner {
    width: 83%;
    max-width: 84%;
    height: auto;
  }
  .popup-right .toptext {
    font-size: calc(var(--toptextpromo) - 3px);
    line-height: calc(var(--toptextpromo) - 1px);
  }

  .popup-right .bootomtext{
    font-size: calc(var(--bottomtextpromo) - 3px);
    line-height: calc(var(--bottomtextpromo) - 1px);
  }
  .mb-n50 {
    margin-bottom: -40px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mb-n60 {
    margin-bottom: -40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .btn {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
  }
  .btn-arrow {
    height: 40px;
    width: 80px;
    font-size: 30px;
  }
  [class*=btn-outline-] {
    line-height: 43px;
  }
  .mobile-menu-two li > .menu-item-link {
    font-size: 30px;
  }
  .offcanvas-menu-two .offcanvas-header {
    top: 0%;
  }
  .product-item__meta-action a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-item__meta-action.meta-dark a {
    width: 54px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .product-tab-menu .nav {
    gap: 0 40px;
  }
  .product-tab-menu .nav > *::after {
    left: -20px;
  }
  .product-tab-menu .nav li button {
    font-size: 16px;
  }
  .product-tab-menu-two .nav li button {
    padding: 10px 20px;
    font-size: 18px;
  }
  .product-item__price {
    font-size: calc(var(--textharga) + 4px);
  }
  .product-item__price b {
    font-size: calc(var(--hargaproduk) + 4px);
  }
  .product-tab-menu-two {
    margin: 40px 0px;
  }
  .product-list__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .product-list-item + .product-list-item {
    margin-top: 40px;
  }
  .product-list-item__info {
    padding-left: 15px;
  }
  .product-item.product-item-06 .product-item__title {
    font-size: calc(var(--judulproduk) - 6px);
    line-height: 1.3;
    min-height: 40px;
  }
  .product-item.product-item-06 .product-item__price {
    font-size: calc(var(--textharga) - 2px);
    margin-bottom: 20px;
  }

  .product-item.product-item-06 .product-item__price b{
    font-size: calc(var(--hargaproduk) - 2px);
    color: var(--coklatbctn);
  }
  
  /*about-row*/
  .about-row{
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }

  /* pastikan semua kolom jadi full */
  .about-image,
  .about-text,
  .philosophy-image,
  .philosophy-text{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .about-text-inner, .philosophy-text-inner {
    font-size: 12px;
  }

  /* KUNCI: untuk section philosophy yang awalnya text dulu,
     kita paksa image tampil dulu */
  .philosophy-section .philosophy-image{ order: 1; }
  .philosophy-section .philosophy-text{  order: 2; }

  /* About (yang sudah image dulu) tetap aman */
  #about .about-image{ order: 1; }
  #about .about-text{  order: 2; }

  /* padding teks biar enak di HP */
  .about-text-inner,
  .philosophy-text-inner{
    padding: 20px 16px 0 16px; /* kiri-kanan rapihin */
    font-size: calc(var(--sizeBody) - 6px);
  }

  .about-text-inner h2,
  .philosophy-text-inner h2{
    font-size: calc(var(--sizeTitle) - 15px);
    margin-bottom: 14px;
  }

  .about-text-inner h5,
  .philosophy-text-inner h5{
    font-size: calc(var(--sizeSubtitle) - 15px);
    margin-bottom: 12px;
  }

  /* optional: di mobile biasanya scrollbox bikin aneh,
     jadi biarkan tinggi auto (tidak dipaksa scroll).
     Kalau kamu masih butuh scroll, hapus 2 baris ini. */
  .about-text,
  .philosophy-text{
    overflow-y: visible;
  }

  /* sticky gap atas tidak perlu di mobile (optional) */
  .about-text::before,
  .philosophy-text::before{
    position: static;
    height: 0;
  }

  .blog-itemtwo__content {
    /* min-height: 400px;
    max-height: 400px; */

    display: flex;                  /* NEW */
    flex-direction: column;         /* NEW */
  }
  .blog-itemtwo__title {
    font-size: 11px;
    height: 70px;
  }
  .blog-itemtwo__text {
    font-size: 9px;
  }
  .blog-itemtwo__btn {
    font-size: 11px;
  }
  .colbctn-04{
    width: 100%;
  }
  .colbctn-08{
    width: 100%;
  }
  .about-subtitle {
      font-size: calc(var(--sizeBody) - 6px);
  }
  .textaccordiontitle{
    font-size: calc(var(--sizeH5) - 10px);
  }
  .textaccordion{
    font-size: calc(var(--sizeBody) - 6px);
  }
  .textaccordion h5{
    font-size: calc(var(--sizeBody) - 3px);
  }
}

@media only screen and (max-width: 575px) {
    .header-logo a img {
    height: 80px;
    margin-top: -15px;
  }

  .header-primary-menukanan li {
    padding: 16px 5px;
  }
  .header-primary-menukanan {
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
    margin-left: auto;
    text-align: right;
  }

  .header-primary-menukanan li img{
    width: 22px;
  }
  .header-primary-menu li > .menu-item-link {
    font-size: 15px;
  }
  .header-primary-menukanan li > .menu-item-link {
    font-size: 11px;
  }
  .header-primary-menu .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-primary-menukanan .sub-menu li .sub-item-link{
    font-size: 15px;
  }
  .header-sticky-05 .headertop {
    min-height: 80px;
  }
  .header-sticky-05 .headertop-left {
    display: none;
  }
 .newsletter-two {
    margin-top: -60px;
    padding: 35px 20px 0;
    width: 350px;
  }

  .newsletter-two__field {
    font-size: 11px;
    padding-right: 50px;
  }
  .testimonial-active .swiper-button-next {
    right: -15px;
  }
  .testimonial-active .swiper-button-prev {
    left: -15px;
  }
  .testimonial-item p {
    font-size: 18px;
  }
  .blog-post-two__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-image__iamge img {
    width: 255px;
  }
  .contact-section2_list__icon {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
  .contact-section2_formbg {
    padding: 30px 20px;
  }
  .contact-section2_form .form-control.text-area {
    height: 100px;
  }
  .contact-section3_content__icon {
    font-size: 18px;
    height: 80px;
    width: 80px;
  }
  .breadcrumb {
    min-height: unset;        /* MATIKAN full screen */
    height: auto;

    padding: 0;               /* supaya tinggi murni dari gambar */
    display: block;

    background-size: contain; /* JAGA RASIO GAMBAR */
    background-position: top center;
    background-repeat: no-repeat;

    aspect-ratio: 16 / 7;     /* SESUAIKAN rasio gambar */
  }
  .breadcrumbabout {
    padding: 30px 0 30px;
    height: 120px;
    margin-bottom: 150px;
  }
  .videoaboutus{
    width: 100%;
    height: 120px;
  }
  .right-textabout {   
      right: 40px;            
      top: 200px;             
      font-size: 10px;
      color: var(--blackbctn);
  }
  .tracking-form {
    padding: 40px;
  }
  .product-thumb-vertical {
    height: 420px;
  }
  .product-thumb-horizontal {
    margin-top: 5px;
  }
  .coming-title {
    font-size: 25px;
  }

  #popupBanner {
    width: 83%;
    max-width: 84%;
    height: auto;
  }

  .popup-right .toptext {
    font-size: calc(var(--toptextpromo) - 3px);
    line-height: calc(var(--toptextpromo) - 1px);
  }

  .popup-right .bootomtext{
    font-size: calc(var(--bottomtextpromo) - 3px);
    line-height: calc(var(--bottomtextpromo) - 1px);
  }

  .popup-left {
    display: none;
  }

  /* Form kanan */
  .popup-right {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }

  .popup-right button {
    padding: 2px 10px;
    min-width: 150px;
  }
  .bagi2{
    width: 50%;
  }
  .section-title__title {
    font-size: calc(var(--sizeH1) - 8px);
  }
  .section-title-10__title {
      font-size: 28px;
  }
  .popup-right .buttoncopy {
      padding: 5px 5px;
      font-size: 12px;
  }
  .mb-100 {
      margin-bottom: 40px;
  }
  .btn-arrow {
      height: 30px;
      width: 60px;
      font-size: 24px;
  }
  
  .mobile-menu-two {
    width: 330px;
  }
  .single-slider-05 {
    min-height: unset;
    padding-top: 0;
    width: 100%;
    aspect-ratio: 16 / 7;
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  .slider-content-05__subtitle {
    font-size: 60px;
    top: -25px;
    right: -30px;
  }
  .slider-content-05__btn {
    margin-top: 30px;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
  }
  .slider-arrow {
    left: 30px;
    bottom: 50px;
  }
  .slider-active .swiper-pagination {
    bottom: 20px;
  }
  .slider-arrow-two {
    bottom: 30px;
    right: 30px;
  }
  .slider-arrow-two .swiper-button-next, .slider-arrow-two .swiper-button-prev {
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  .product-item.product-item-06 .product-item__content {
    padding: 0 5px 10px 5px;
  }
  .product-item.product-item-06 .product-item__title {
    font-size: calc(var(--judulproduk) - 6px);
    line-height: 1.3;
    min-height: 40px;
  }
  .product-item.product-item-06 .product-item__price {
    font-size: calc(var(--textharga) - 2px);
    margin-bottom: 20px;
  }

  .product-item.product-item-06 .product-item__price b{
    font-size: calc(var(--hargaproduk) - 2px);
    color: var(--coklatbctn);
  }
  .product-summery .desc-content {
    font-size: calc(var(--hargaproduk) - 2px);
    margin-bottom: 30px;
  }
  .addonesproduk {
      width: 60px;              /* samakan dengan ukuran gambar */
      text-align: center;
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
  }

  /* gambar tetap bulat normal */
  .addonesproduk .single-post_thumb img {
      width: 60px;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
  }

  /* area nama */
  .addonesproduk p:nth-of-type(1) {
      min-height: 40px;          /* tinggi tetap supaya sejajar */
      margin: 5px 0 0 0;
      line-height: 1.3;
      font-size: calc(var(--hargaproduk) - 6px);
      display: flex;
      align-items: flex-start;   /* teks mulai dari atas */
      justify-content: center;
      text-align: center;
  }

  /* area harga */
  .addonesproduk p:nth-of-type(2) {
      min-height: 20px;          /* jaga agar semua harga sejajar */
      margin: 2px 0 8px 0;
      font-size: calc(var(--hargaproduk) - 7px);
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .blog-itemtwo__content {
    /* min-height: 90px;
    max-height: 150px; */

    display: flex;                  /* NEW */
    flex-direction: column;         /* NEW */
  }
  .blog-itemtwo__title {
    font-size: 10px;
    height: 70px;
  }
  .blog-itemtwo__text {
    font-size: 9px;
  }
  .blog-itemtwo__btn {
    font-size: 11px;
  }

  /*about-row*/
  .about-row{
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    padding-bottom: 40px;
  }

  /* pastikan semua kolom jadi full */
  .about-image,
  .about-text,
  .philosophy-image,
  .philosophy-text{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  /* KUNCI: untuk section philosophy yang awalnya text dulu,
     kita paksa image tampil dulu */
  .philosophy-section .philosophy-image{ order: 1; }
  .philosophy-section .philosophy-text{  order: 2; }

  /* About (yang sudah image dulu) tetap aman */
  #about .about-image{ order: 1; }
  #about .about-text{  order: 2; }

  /* padding teks biar enak di HP */
  .about-text-inner,
  .philosophy-text-inner{
    padding: 20px 16px 0 16px; /* kiri-kanan rapihin */
    font-size: calc(var(--sizeBody) - 6px);
  }

  .about-text-inner h2,
  .philosophy-text-inner h2{
    font-size: calc(var(--sizeTitle) - 15px);
    margin-bottom: 14px;
  }

  .about-text-inner h5,
  .philosophy-text-inner h5{
    font-size: calc(var(--sizeSubtitle) - 15px);
    margin-bottom: 12px;
  }
  

  /* optional: di mobile biasanya scrollbox bikin aneh,
     jadi biarkan tinggi auto (tidak dipaksa scroll).
     Kalau kamu masih butuh scroll, hapus 2 baris ini. */
  .about-text,
  .philosophy-text{
    overflow-y: visible;
  }

  /* sticky gap atas tidak perlu di mobile (optional) */
  .about-text::before,
  .philosophy-text::before{
    position: static;
    height: 0;
  }
}

@media only screen and (max-width: 479px) {
  .contact-map {
    height: 300px;
  }
  .contact-map_two {
    height: 300px;
  }
  .shop-topbar-item p {
    margin-left: 5px;
  }
  .tracking-form {
    padding: 40px 20px;
  }
  .product-summery .actions .action {
    padding: 0 10px;
  }
  .product-summery .actions .action i {
    font-size: 18px;
  }
  .product-thumb-vertical {
    height: 250px;
  }
  .single-product-vertical-tab {
    width: calc(100% - 80px);
  }
  .product-thumb-horizontal {
    margin-top: 5px;
  }
  .colbctn-06{
    width: 100%;
  }
  .colbctn-02{
    width: 50%;
  }
  .faq-top__title {
    font-size: 30px;
  }
  .coming-form {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .coming-form__btn {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
  }
  .coming-wrapper .single-countdown .single-countdown_time {
    font-size: 24px;
  }
  .sidebars_widget__instagram {
    flex-wrap: wrap;
  }
  .product-actions {
    justify-content: flex-start;
  }
  .scroll-top {
    font-size: 20px;
  }
  .mobile-menu-two li > .menu-item-link {
    font-size: 24px;
  }
  .slider-content-05 {
    left: 6%;
  }
  .slider-content-05__title {
    font-size: 26px;
  }
  .slider-content-05__subtitle {
    font-size: 40px;
    top: -18px;
    right: -30px;
  }
  .slider-content-05__btn {
    margin-top: 30px;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
  }
  .slider-arrow-three .swiper-button-next, .slider-arrow-three .swiper-button-prev {
    font-size: 24px;
  }
  
}

/* ===== BASE ===== */
.blog-detail{
  width: 100%;
  padding: 40px 0;
}

.blog-detail .blog-inner{
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1080px;
}

.blog-detail .blog-title{
  margin: 0 0 16px 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-family: "LoveloBlack";
  text-transform: capitalize;
}

.blog-detail .blog-hero{
  margin: 0;
  width: 100%;
}

.blog-detail .blog-hero img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

/* tanggal */
.blog-detail .blog-date{
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.75;
}

/* isi artikel (optional) */
.blog-detail .blog-content{
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

/* =========================
   1600px - 1920px
   ========================= */
@media only screen and (min-width: 1600px) and (max-width: 1920px){
  .blog-detail .blog-inner{ max-width: 1080px; }

  /* FIX: 1080x480 */
  .blog-detail .blog-hero{ width: 1080px; margin-left:auto; margin-right:auto; }
  .blog-detail .blog-hero img{ width: 1080px; height: 480px; }

  .blog-detail .blog-title{ font-size: 28px; }
  .blog-detail .blog-date{ font-size: 14px; }
  .blog-detail .blog-content{ font-size: 16px; }
}

/* =========================
   1200px - 1599px
   ========================= */
@media only screen and (min-width: 1200px) and (max-width: 1599px){
  .blog-detail .blog-inner{ max-width: 960px; }

  .blog-detail .blog-hero{ width: 960px; margin-left:auto; margin-right:auto; }
  .blog-detail .blog-hero img{
    width: 900px;
    height: 400px; /* 900 / 2.25 = 400 */
  }

  .blog-detail .blog-title{ font-size: 24px; }
  .blog-detail .blog-date{ font-size: 14px; }
  .blog-detail .blog-content{ font-size: 16px; }
}

/* =========================
   992px - 1199px
   ========================= */
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .blog-detail{ padding: 70px 0; }
  .blog-detail .blog-inner{ max-width: 900px; }

  .blog-detail .blog-hero{ width: 900px; margin-left:auto; margin-right:auto; }
  .blog-detail .blog-hero img{
    width: 800px;
    height: 356px; /* 800 / 2.25 = 356 */
  }

  .blog-detail .blog-title{ font-size: 22px; }
  .blog-detail .blog-date{ font-size: 13px; }
  .blog-detail .blog-content{ font-size: 15px; line-height: 1.65; }
}

/* =========================
   768px - 991px (tablet)
   ========================= */
@media only screen and (min-width: 768px) and (max-width: 991px){
  .blog-detail{ padding: 70px 0; }
  .blog-detail .blog-inner{ max-width: 720px; padding: 0 18px; }

  /* full width tapi tetap proporsional */
  .blog-detail .blog-hero{ width: 100%; }
  .blog-detail .blog-hero img{
    width: 100%;
    height: auto;
    aspect-ratio: 1080 / 480; /* jaga 2.25:1 */
  }

  .blog-detail .blog-title{ font-size: 24px; }
  .blog-detail .blog-date{ font-size: 13px; }
  .blog-detail .blog-content{ font-size: 15px; line-height: 1.65; }
}

/* =========================
   <= 767px (mobile)
   ========================= */
@media only screen and (max-width: 767px){
  .blog-detail{ padding: 70px 0; }
  .blog-detail .blog-inner{ max-width: 100%; padding: 0 16px; }

  .blog-detail .blog-title{ font-size: 22px; line-height: 1.2; }
  .blog-detail .blog-date{ font-size: 12px; }

  .blog-detail .blog-hero img{
    width: 100%;
    aspect-ratio: 1080 / 480;
    height: auto;
    border-radius: 6px;
  }

  .blog-detail .blog-content{ font-size: 14px; line-height: 1.6; }
}

/* =========================
   <= 575px (small mobile)
   ========================= */
@media only screen and (max-width: 575px){
  .blog-detail{ padding: 18px 0; }
  .blog-detail .blog-inner{ padding: 0 14px; }

  .blog-detail .blog-title{ font-size: 20px; }
  .blog-detail .blog-date{ font-size: 12px; margin-top: 10px; }
  .blog-detail .blog-content{ font-size: 14px; line-height: 1.55; }

  .blog-detail .blog-hero img{
    aspect-ratio: 1080 / 480;
  }
}

/* =========================
   FIND US SECTION (Responsive)
   ========================= */

.findus {
  width: 100%;
}

/* ---------- Bottom grid: Address + Map ---------- */
.findus .findus-bottom{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.findus .findus-location h4{
  margin: 0 0 12px 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.25vw, 16px);
}

.findus .findus-location .loc-item{
  margin: 0 0 8px 0;
  color: var(--blackbctn);
  font-size: clamp(13px, 1.15vw, 14px);
  line-height: 1.65;
}

.findus .findus-location .loc-item strong{
  color: var(--blackbctn);
  font-weight: 700;
}

.findus .findus-map{
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.findus .findus-map iframe{
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

/* =========================
   Responsive Breakpoints
   ========================= */

/* >=1600 to 1920 */
@media only screen and (min-width: 1600px) and (max-width: 1919px){
  .findus .findus-top{ gap: 56px; }
  .findus .findus-map iframe{ height: 360px; }
}

/* 1200 - 1599 */
@media only screen and (min-width: 1200px) and (max-width: 1599px){
  .findus{
    padding: 80px 0;
  }
  .findus .findus-top{ gap: 48px; }
  .findus .findus-map iframe{ height: 340px; }
}

/* 992 - 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .findus{
    padding: 70px 0;
  }
  .findus .findus-top{
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .findus .findus-bottom{
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
  }
  .findus .findus-map iframe{ height: 320px; }
}

/* 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px){
  .findus{
    padding: 60px 0;
  }
  .findus .findus-top{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .findus .findus-copy{
    text-align: left;
  }
  .findus .findus-bottom{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .findus .findus-map iframe{ height: 320px; }
}

/* <=767 */
@media only screen and (max-width: 767px){
  .findus{
    padding: 48px 0;
  }
  .findus .findus-container{
    padding: 0 16px;
  }
  .findus .findus-head{
    margin-bottom: 30px;
  }
  .findus .findus-top{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }
  .findus .findus-bottom{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .findus .findus-map iframe{
    height: 280px;
  }
}

/* <=575 */
@media only screen and (max-width: 575px){
  .findus{
    padding: 42px 0;
  }
  .findus .findus-title{
    letter-spacing: 0.06em;
  }
  .findus .findus-copy h3{
    letter-spacing: 0.01em;
  }
  .findus .findus-map iframe{
    height: 240px;
  }
}

  /* === CKEditor Frontend Render Fix === */
.ck-content {
  line-height: 1.6;
}

/* Ordered & unordered list */
.ck-content ol,
.ck-content ul {
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  list-style-position: outside;
}

.ck-content li {
  margin-bottom: 0.25rem;
}

/* Table */
.ck-content figure.table {
  overflow-x: auto;
  margin: 1rem 0;
}

.ck-content table {
  width: 100%;
  border-collapse: collapse;
}

.ck-content table td,
.ck-content table th {
  border: 1px solid #ccc;
  padding: 8px 10px;
  vertical-align: top;
}

/* Remove weird empty paragraph spacing */
.ck-content p:empty {
  display: none;
}

.addon-group {
  margin-bottom: 6px; /* jarak antar group */
}

.addon-title {
  font-weight: 600;
  margin: 0 0 2px 0;
}

.addon-item {
  margin: 0;
  padding-left: 14px; /* indent item */
  line-height: 1.3;  /* rapat */
}

.imagemaingal-wrapper {
    position: relative;
    display: inline-block;
}

.imagemaingal-img {
    width: 80px;          /* sesuaikan ukuran */
    height: auto;
    display: block;       /* WAJIB */
    border-radius: 6px;
}

.btn-remove {
    position: absolute;
    top: 4px;             /* nempel DI ATAS gambar */
    right: 4px;

    width: 22px;
    height: 22px;
    padding: 0;

    border-radius: 50%;
    border: none;

    background: rgba(255, 255, 255, 0.95);
    color: #e3342f;

    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;

    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.35);
}

.btn-remove:hover {
    background: #e3342f;
    color: #fff;
}

