/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2025-12-30 04:18:06 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 40.83%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 57.17%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 30.6225%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 42.8775%;
    }
}

@media (min-width: 992px) {
  .page-header {
    padding-bottom: 10px;
  }

  .page-header.type15.sticky-header .logo {
    min-width: 200px;
    max-width: 200px;
  }

  .page-header .header-main {
    padding-top: 10px;
  }

  .page-header.type15.sticky-header .header-main {
    border-bottom: 2px solid #E2B84C
  }
}

#whatsappchat a.bottom-right {
  right: 30px !important;
  bottom: 100px !important;
  max-width: 50px;
}

.page-header.type15 .main-panel-top {
  border-bottom: 2px solid #E2B84C;
}

.header .block-search input:focus {
  border-color: #CFAE43 !important;
  box-shadow: 0 0 6px rgba(226, 184, 76, 0.4);
}

.footer .newsletter .action.subscribe {
  color: #2A2A2A;
  border: 1px solid #2A2A2A;
}

.footer .newsletter input {
  color: #2A2A2A !important;
  border: 1px solid #2A2A2A !important;
  border-right: unset !important;
}

.page-footer .footer .footer-top .fa-instagram:before {
  color: #E2B84C;
}

.main-product-detail {
  padding: 0;
}

.form.create.account>.fieldset {
  width: 75%;
}

i.fas.fa-instagram {
  background-color: #E2B84C;
  float: left;
  width: 43px;
  height: 43px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.radhee-contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.radhee-side-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.radhee-side-card i {
  font-size: 22px;
  color: #E2B84C;
  margin-top: 4px;
}

.radhee-side-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #1f1f1f;
}

.radhee-side-card p {
  margin: 0 0 8px !important;
  font-size: 14px;
  line-height: 1.6 !important;
  color: #555;
}

.radhee-side-card a {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
}

.radhee-side-card a:hover {
  color: #E2B84C;
}

.radhee-side-card span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #777;
}

.radhee-map-link {
  color: #E2B84C;
}

/* Primary CTA */
.radhee-side-card.highlight {
  background: #fffaf0;
  border: 1px solid rgba(226, 184, 76, 0.45);
}