main{
  margin-bottom: 20px;
}

.entry-content h2{
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.entry-content h3{
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.entry-content p{
    margin: 0px 0px 10px 0;
}

.entry-content ul{
  list-style: disc;
  list-style-position: inside;
}

.entry-content a{
  text-decoration: underline;
}

.toggle-content{
  display: none;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1001;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.modal-body {
  margin: 20px 0;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-primary {
  background: #007bff;
  color: white;
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

:where(.css-11mmrso).ant-modal {
  top: 0px;
}

.favorites-notice {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #333;
    color: white;
    padding: 15px;
    border-radius: 5px;
    z-index: 1000;
}


/* Footer subscribe checkbox (native input + custom tick) */
.mf-subscribe-agreement-input {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: -9999px !important;
  top: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  pointer-events: none !important;
}
.mf-subscribe-check {
  opacity: 0;
  visibility: hidden;
  color: #FFFCF6 !important; /* visible on dark footer background */
}
.mf-subscribe-agreement-input:checked + .mf-subscribe-agreement .mf-subscribe-check {
  opacity: 1;
  visibility: visible;
}

.header_icon_search{
  width:35px;
  height: 35px;
  background: url(../images/search.svg) no-repeat;
  background-size: contain;
}

.header_icon_order{
  width:35px;
  height: 35px;
  background: url(../images/orders.svg) no-repeat;
  background-size: contain;
}

.header_icon_favorites{
  width:35px;
  height: 35px;
  background: url(../images/favorites.svg) no-repeat;
  background-size: contain;
}

.header_icon_cart{
  width:35px;
  height: 35px;
  background: url(../images/cart.svg) no-repeat;
  background-size: contain;
}

.header_icon_cart{
  width:35px;
  height: 35px;
  background: url(../images/cart.svg) no-repeat;
  background-size: contain;
}

.header_icon_profile{
  width:35px;
  height: 35px;
  background: url(../images/user.svg) no-repeat;
  background-size: contain;
}

.header__social-link:hover {
  transform: translateY(0px);
  box-shadow: none;
}


.product-card__badge {
  height: 40px;
}

.fireworks-faq-cta-button {
  border: none;
  color: #FFFCF6;
  background: #75728D;
}

.fireworks-faq-cta-button:hover{
  border: none;
  color: #FFFCF6;
  background: #373449;
}

.custom-footer__checkbox-text{
  font-size: 12px;
}

.header__social-link:hover{
  background: #F5EEE0;
}

.header__social-link:active{
  background: #D5C6AD;
}

.header__search-btn:hover{
  background: #D5C6AD;
}

.ai-chat-isolated .ai-chat-question-box{
  text-align: left;
}

.product-card__badge {
  padding: 0px !important;
}

.bestsellers-section{
  padding-top: 0px;
  margin-top: 48px;
  border-radius: 60px 60px 0px 0px;
}

.fireworks-faq-answer, .fireworks-faq-section, .bestsellers-section, .fireworks-faq-question[aria-expanded="true"], .fireworks-faq-answer[aria-hidden="false"], .fireworks-faq-columns, .fireworks-faq-answer, .bestsellers-section{
  background: #FFFCF6;

}

.fireworks-faq-section{
  border-radius: 0px;
  margin-top: 0px;
}

@media (min-width: 1024px) and (max-width: 1670px) {
  .custom-footer {
    padding: 60px 30px 80px 60px;
    min-height: auto;
  }
}

.product-card__discount{
  margin: 0px 30px !important;
}

.product-card__favorite {
  /*top: 20px !important;*/
  /*right: 30px !important;*/
}

.product-card__meta {
  width: 100% !important;
}

.product-card__meta-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  /* justify-content: space-between; */
  /* align-items: center; */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #373449;
  width: 100%;
  padding: 0px 10px;
}

.product-card__package-info {
  margin: 0px !important;
  width: auto  !important;
}

.product-card__rating {
  justify-content: right;
  margin-right: 25px;
}

.categories-widget__close-icon{
  width: 22px;
  height: 22px;
}

.product-lists{
  justify-content: flex-start !important;
}

.products.columns-4{
  justify-content: left !important;
}

.price-from-indicator, .price-to-indicator{
  font-size: 16px !important;
}

.page-title {
  /*padding:50px 0px 70px 0px;*/
}

.no-bg{
  background: none !important;
}

.categories-list_bg{
  background: #FFFCF6;
  padding-bottom: 150px;
}

.page-id-146  main, .page-id-89 main{
  background: #FFFCF6;
  border-radius: 0px 0px 60px 60px;
  padding-bottom: 150px;
}

.woocommerce-breadcrumbs {
  margin-top: 0px;
  padding-top: 50px;
}
