/* 🌟 Questalia Theme for Angel ملاك | Direct CSS + JS Styling */

/* ===== Global Body & Background ===== */
body {
  background-color: #1e1c28 !important;
  background-image: url('https://cdn.pixabay.com/photo/2017/03/27/14/56/parchment-2177662_1280.jpg') !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  font-family: 'Amiri', serif !important;
  color: #f4ecd8 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ====== Responsive Typography ====== */
h1, h2, h3, h4, h5, h6, p, a, span, div {
  max-width: 100% !important;
  word-wrap: break-word !important;
}

/* ====== Homepage Hero Section Customization ====== */
.hero, .home-banner, .main-header {
  background: none !important;
  background-color: transparent !important;
  text-align: center !important;
  padding: 80px 20px !important;
}
.hero h1, .main-header h1 {
  font-size: 2.8rem !important;
  color: #f4ecd8 !important;
  text-shadow: 1px 1px 4px #000 !important;
}
.hero p, .main-header p {
  font-size: 1.2rem !important;
  color: #e7d8b8 !important;
}

/* ===== Buttons (Homepage + Product) ===== */
button, .btn, input[type="submit"], .add-to-cart {
  background: linear-gradient(135deg, #f0e6d2, #f6c651) !important;
  color: #3b2f00 !important;
  border-radius: 12px !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
  box-shadow: 0 0 12px rgba(255, 215, 100, 0.6) !important;
  transition: all 0.3s ease-in-out !important;
  border: 1px solid #e3c78a !important;
  text-align: center !important;
  font-size: 1rem !important;
}
button:hover, .btn:hover, input[type="submit"]:hover, .add-to-cart:hover {
  filter: brightness(1.1) !important;
  box-shadow: 0 0 16px rgba(255, 220, 120, 0.7) !important;
}

/* ===== Product Card Styling ===== */
.product-card, .product-box, .product-item {
  background-color: #f7f2e8 !important;
  border: 3px solid #d1b97c !important;
  border-radius: 14px !important;
  padding: 12px !important;
  transition: transform 0.3s ease-in-out !important;
  box-shadow: inset 0 0 8px #c9b798, 0 0 8px rgba(0, 0, 0, 0.1) !important;
  color: #2e2e2e !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.product-card:hover, .product-box:hover, .product-item:hover {
  transform: translateY(-6px) !important;
  border-color: #f0da8d !important;
}

/* ===== Product Image Styling ===== */
.product-card img, .product-item img {
  border: 6px solid transparent !important;
  border-image: url('https://cdn.pixabay.com/photo/2016/02/17/23/10/border-1209744_1280.png') 30 stretch !important;
  border-radius: 10px !important;
  padding: 2px !important;
  background-color: #fff !important;
  transition: transform 0.3s ease-in-out !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
.product-card img:hover, .product-item img:hover {
  transform: scale(1.05) rotate(-1deg) !important;
  filter: sepia(0.05) brightness(1.1) !important;
}

/* ===== Text Color for Headings in Cards ===== */
.product-card h3, .product-card h2, .product-card .price, .product-card .product-title {
  color: #3b2f00 !important;
  text-shadow: 0 1px 2px #fff !important;
  font-weight: 600 !important;
}

/* ===== Responsive Layout Adjustments ===== */
@media (max-width: 768px) {
  .hero h1, .main-header h1 {
    font-size: 2rem !important;
  }
  .hero p, .main-header p {
    font-size: 1rem !important;
  }
  .product-card, .product-box, .product-item {
    margin-bottom: 20px !important;
  }
  button, .btn, input[type="submit"], .add-to-cart {
    font-size: 0.9rem !important;
    padding: 8px 16px !important;
  }
  .footer-logo, .contact-widget {
    display: none !important;
  }
  .navbar { 
    flex-direction: column !important; 
    gap: 10px !important;
  }
  .header-top { 
    padding: 10px 0 !important;
  }
}




/* edit new */
section.sticky-product-bar.bg-white.da-bgg.p-5.mt-4.rounded-md,
.tabs-wrapper,
.tabs .tab-trigger.is-active,
.flex.flex-col.bg-gray-100.da-bgg.relative.md\:mb-6,
section.s-block.s-block--payment.container.details.\!py-4 {
    background-color: #020102;
}


.search-btn {
	flex: 1 1 0%;
    justify-content: center;
	font-family: var(--font-main);
    background: linear-gradient(135deg, #f0e6d2, #f6c651) !important;
    color: #3b2f00 !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    box-shadow: 0 0 12px rgba(255, 215, 100, 0.6) !important;
    transition: all 0.3s ease-in-out !important;
    border: 1px solid #e3c78a !important;
    text-align: center !important;
    font-size: 1rem !important;
    margin: 5px;
}
.header-btn {
    justify-content: center;
	align-items: center;
}
button, .btn, input[type="submit"], .add-to-cart {
	margin: 5px;
}


.main-nav-container.fixed-header .inner {
    background-color: #000000d6 !important;
    z-index: 100;
}


.s-block__title {
       margin-top: 71px;
}
.store-footer {

    color: #020102 !important;
}
.store-footer__inner{
      background: linear-gradient(90deg, #e6d9be, #ebbf57);

}
.store-footer h3{
  color:#1e1c28;
}

.store-footer .text-gray-400{
  color:#000;
}



.cart-item {
	background-color: var(--bg-gray) !important;
}
.cart .container div.stickey {
background-color: var(--bg-gray) !important;
}
.s-quantity-input-button {
    width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-quantity-input-button svg {

    width: 100%;
}

.s-modal-close {
    width: 4rem;
}
.s-modal-close svg {
	width: 100% 
}

.s-product-card-entry.dark{
  border-radius: 10px !important;
}
.swiper .swiper-wrapper  .swiper-slide .da-bgg {
        background-color: var(--bg-gray) !important;
 }
.page-single .app-inner .container .flex .content {
	background-color: var(--bg-gray) !important;
}

.nav-header {
        background: transparent !important;
}


.dark .da-tm {
    color: var(--dark-text-sec) !important;
}

.angelmodal__container > div {
        margin: 0 5rem;
}

label[for="product-filter"] {
  color: #F4ECD8;
}
#product-filter {
     color: var(--dark-text-main);
}

.contact-links a {
       background-color: var(--bg-gray) important;
}
.s-product-card-content-footer .s-product-card-wishlist-btn .s-button-text {
background-color: var(--dark-grey);
    padding: 1px;
}
.mm-ocd__content {
    max-width: 440px !important;
}
.mm-ocd__content .btn--close-sm {
padding:0 !important;
border-radius: 0 !important;
    margin: 0;
}
.s-modal-body {
max-width: 380px !important;
}
.s-modal-align-middle {
    vertical-align: middle;
}
.s-modal-close {
	top:inherit;
    left: 0.75rem;
width: unset;
    height: unset;

}
.faq-answer .da-tm {
    color: #000;
}
.s-block--faqs .faqs-list input:checked+div label {
    color: #18859a;
}

.store-footer a:hover {
color: var(--color-light-grey) !important;
}


.da-bgg{
  background-color: var(--bg-gray);
}

.s-add-product-button-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-button
{
    margin: 0px;
    border-radius: 3px !important;
}
@media(max-width:768px){
    .s-quantity-input-button {
        width: inherit;
    }
}
.is-sticky-product-bar .sticky-product-bar salla-add-product-button button[quick-buy] {
    margin-right: 0 !important;
}
.sticky-product-bar .s-quantity-input-button {
    margin: 0px;
    border-radius: 3px !important;
    padding: 0px !important;
}
.tabs .tab-trigger.is-active {
    color: var(--color-primary);
} 
.faqs-list__item {
    background-color: white !important;
}

.product-single .app-inner .flex {
    background-color: transparent !important;
}
.s-product-card-rating {
    background-color: white !important;
}
.details {
    background-color: black;
}
.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #ffffff;
}
.s-search-no-results-placeholder {
    color: rgb(255 255 255);
}
.dark ::placeholder {
    color: #ffffff !important;
}
.dark .s-search-modal .s-search-input {
    color: white;
}
.angelmodal-is-open .angelmodal__close {
    padding: 16px !important;
}
.angelmodal__container>.angel-search-block {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
.s-button-btn  {
    font-size: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media (min-width: 1280px) {
.s-button-btn  {
    font-size: 14px;
    padding-left: unset;
    padding-right: unset;
}
}
@media (min-width: 640px) {
  .container {
    max-width: 640px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px !important;
  }
      .search-btn {
        justify-content: flex-start !important;
    }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px !important;
  }
}
@media (max-width: 768px) {
.is-sticky-product-bar.product-single [id^=gb-widget] {
    bottom: 73 !important;
}
}
@media (min-width: 768px) {
.is-sticky-product-bar.product-single [id^=gb-widget] {
    display: none;
}
}
.mobile-menu-slider {
    display: none !important;
}
.mm-ocd nav>ul>li a.active>h5 {
    color: #ffffff !important;
}
.walax-sign-in-block button, .walax-join-us-block button {
  line-height:0 !important;
}
.s-product-card-sale-price h4:is(.dark *) {
    color: rgb(218 58 58);
}
.thankyou-block {
  background-color: var(--bg-gray) !important;
}
#invoice-form button {
  margin: 0 5px;
}
#invoice-form input {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.s-table tbody tr {
    background-color: var(--bg-gray) !important;
}
a:visited {
    color: black;
}
.s-user-menu-dropdown-item a {
    color: rgb(169 143 81) !important;
}
.s-user-menu-dropdown-item a svg {
    fill: rgb(169 143 81) !important;
}
.walax-claim-reward {
     width: 85px !important;
}
a.walax-view-products {
    left: 27px !important;
    width: 80px !important;
}
.s-modal-body.s-modal-align-middle {
background-color: var(--bg-gray) !important;
}
.s-rating-stars-wrapper .s-rating-stars-btn-star {
    padding: 10px 13px !important;
}
.s-modal-title {
    color: white;
}
.s-modal-body .s-rating-modal-product-img-wrap {
    display: none;
}
section.sticky-product-bar.bg-white.da-bgg.p-5.mt-4.rounded-md, .tabs-wrapper, .tabs .tab-trigger.is-active, .flex.flex-col.bg-gray-100.da-bgg.relative.md\:mb-6, section.s-block.s-block--payment.container.details.\!py-4 {
    background-color: rgb(40 43 63) !important;
}
.s-rating-modal-comment {
  color: #241e4b;
}