/*
Theme Name: Thrive Theme Builder Child
Theme URI: https://thrivethemes.com/
Template: thrive-theme
Author: Thrive Themes
Description: Thrive Theme Builder lets you visually design, build, edit and customize every aspect of your WordPress website with a visual drag-and-drop designer.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,custom-everything
Version: 10.8.3.1765341094
Updated: 2025-12-10 04:31:34

*/
body {
    background: #F9F9F6 !important;
    margin: 0;
    padding: 0;
}
p,span,label,h1,h2,h3,h4,h5,h6,a,.button{
    font-weight: normal;
}

p,span,label,div,a{
     font-family: "Anuphan", sans-serif !important;
}
a:hover{
    text-decoration: none !important;
}
@font-face {
    font-family: "ivy-mode-light";
    src: url("fonts/ivy-mode-light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5,h6{
    font-family: ivy-mode-light !important;
}
.woocommerce ul.products li.product .button {
    font-weight: normal !important;
    font-size: 15px;
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600 !important;
}
/* WooCommerce Product Archive Custom Styles */
.woocommerce ul.products li.product {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.woocommerce-page .woocommerce-breadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
}

.woocommerce ul.products li.product .price {
    /*color: #ff6600;*/
    /*font-weight: bold;*/
}

/* Custom WooCommerce Product Grid Container */
.my-custom-product-grid {
    max-width: 1200px;       /* Limit container width */
    margin: 0 auto;          /* Center the container */
    padding: 20px;           /* Add some space inside */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive columns */
    gap: 30px;               /* Space between products */
}

/* Style individual products */
.my-custom-product-grid .product {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-custom-product-grid .product:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Product image */
.my-custom-product-grid .product img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Product title */
.my-custom-product-grid .product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px 0;
    margin: 0;
}

/* Price */
.my-custom-product-grid .product .price {
    color: #ff6600;
    font-weight: bold;
    padding: 10px 15px 15px;
}

/* Add-to-cart button */
.my-custom-product-grid .product .button {
    margin: 10px 15px 15px;
    background: #ff6600;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    transition: background 0.3s ease;
}

.my-custom-product-grid .product .button:hover {
    background: #e65c00;
}
.shop-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.shop-sidebar {
    width: 250px;
}

.shop-products {
    flex: 1;
}

/* Optional: style the widgets */
.shop-sidebar .widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
}

.shop-sidebar .widget h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.category-banner {
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.category-banner-overlay {
    background: rgba(0,0,0,0.5);
    padding: 20px 40px;
    color: #fff;
    /* max-width: 90%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.category-banner-overlay h1 {
    color: white;
}
ul.product-categories {
    list-style: none !important;
}
.shop-banner {
    width: 100%;
    background: url('http://babyguardiandiamond.com/wp-content/uploads/2024/10/Blog-cover14-1.png') center/cover no-repeat;
    padding: 100px 20px;
    text-align: center;
    margin-bottom: 40px;
    height:600px;
}

.shop-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.shop-banner-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.shop-banner-subtitle {
    font-size: 18px;
    color: #eee;
}

/* Main page container */
.page-container,
.shop-container,
.woocommerce-page .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1em;
}


/* For wider layouts (optional) */
.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 24px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .page-container,
    .shop-container {
        padding: 20px 15px;
    }
}


.single-product-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Blog Banner */
.blog-banner {
    background: url('http://babyguardiandiamond.com/wp-content/uploads/2024/10/Blog-cover30-1.png') center/cover no-repeat;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.blog-banner h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.blog-banner p {
    font-size: 20px;
    opacity: 0.9;
}

/* Blog Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.post-card:hover {
    transform: translateY(-4px);
}

/* Image */
.post-card .thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Title */
.post-card h2 {
    font-size: 20px;
    margin: 15px;
}

/* Excerpt */
.post-card p {
    margin: 0 15px 15px;
    color: #555;
}

/* Read More */
.post-card .read-more {
    display: inline-block;
    margin: 0 15px 20px;
    font-weight: 600;
    color: #0073aa;
}

/* Pagination */
.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination a,
.pagination span {
    margin: 0 8px;
    padding: 8px 14px;
    background: #f1f1f1;
    border-radius: 6px;
}

button[type=submit],input[type=button], input[type=reset], input[type=submit],.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button 
 {
    background: #8C4A37 !important;
    border: 1px solid #e6e6e6;
    color: rgba(0,0,0,.8);
    font-size: 1rem;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff !important;
}
/*button[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #000 !important;
}*/
h2.woocommerce-loop-product__title {
    margin: 12px 0 !important;
}
.custom-accordion {
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 15px 12px 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.accordion-toggle span {
    pointer-events: none;
    margin-right: 5%;
}

.toggle-icon {
    font-size: 20px;
    line-height: 1;
}

.accordion-content {
    display: none;
    padding: 15px;
}

.related.products{
    clear: both;
}
.product_meta {
    margin-top: 30px;
}
a.checkout-button.button.alt.wc-forward {
    background: #8C4A37 !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.cart-template-wrapper .woocommerce .woocommerce-cart-form button[name=apply_coupon] {
    font-weight: normal;
    background: #8C4A37 !important;
    border-radius: 0 !important;
}
.cart-template-wrapper .woocommerce .woocommerce-cart-form button[name=apply_coupon]:hover {
    font-weight: normal;
    background: #000 !important;
}
.cart-template-wrapper .woocommerce .woocommerce-cart-form button[name=update_cart] {
    /* outline: none; */
    background: #8C4A37 !important;
    border-radius: 0 !important;
}
:not(#tve) .tve-theme-58 .content-section .actions .coupon button:hover {
    background-image: none !important;
    background: #8C4A37 !important;
    background-size: auto,auto !important;
    background-position: 50% 50%,50% 50% !important;
    background-attachment: scroll,scroll !important;
    background-repeat: no-repeat,no-repeat !important;
    --background-image: linear-gradient(rgba(0,0,0,0.03),rgba(0,0,0,0.03)),linear-gradient(rgb(61,221,179),rgb(61,221,179)) !important;
    --background-size: auto auto,auto !important;
    --background-position: 50% 50%,50% 50% !important;
    --background-attachment: scroll,scroll !important;
    --background-repeat: no-repeat,no-repeat !important;
    --tve-applied-background-image: linear-gradient(rgba(0,0,0,0.03),rgba(0,0,0,0.03)),linear-gradient(rgb(61,221,179),rgb(61,221,179)) !important;
    color: var(--tve-color,var(--tcb-skin-color-22)) !important;
    --tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-22)) !important;
    --tve-color: var(--tcb-skin-color-22) !important;
    --tve-applied---tve-color: var$(--tcb-skin-color-22) !important;
    --tcb-applied-color: var$(--tcb-skin-color-22) !important;
}
:not(#tve) .tve-theme-58 .content-section .wc-proceed-to-checkout a:hover {
     background-image: none !important;
    background: #8C4A37 !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    --background-image: linear-gradient(rgb(4,48,61),rgb(4,48,61)) !important;
    --background-size: auto !important;
    --background-position: 50% 50% !important;
    --background-attachment: scroll !important;
    --background-repeat: no-repeat !important;
    --tve-applied-background-image: linear-gradient(rgb(4,48,61),rgb(4,48,61)) !important;
    color: var(--tve-color,var(--tcb-skin-color-22)) !important;
    --tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-22)) !important;
    --tve-color: var(--tcb-skin-color-22) !important;
    --tve-applied---tve-color: var$(--tcb-skin-color-22) !important;
    --tcb-applied-color: var$(--tcb-skin-color-22) !important;
}
:not(#tve) .tve-theme-58 .content-section .actions > button:hover {
    color: var(--tve-color,rgb(255,255,255)) !important;
    --tve-applied-color: var$(--tve-color,rgb(255,255,255)) !important;
    --tve-color: rgb(255,255,255) !important;
    --tve-applied---tve-color: rgb(255,255,255) !important;
    --tcb-applied-color: rgb(255,255,255) !important;
    /* background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)) !important; */
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
   background-image: none !important;
    background: #8C4A37 !important;
}
button#place_order {
    background:  #8C4A37 !important;
    border-radius: 0 !important;
}
:not(#tve) .tve-theme-59 .content-section .place-order button:hover {
     background-image: none !important;
    background: #8C4A37 !important;
    background-size: auto,auto !important;
    background-position: 50% 50%,0% 0% !important;
    background-attachment: scroll,scroll !important;
    background-repeat: no-repeat,repeat !important;
    --background-image: linear-gradient(rgba(255,255,255,0.15),rgba(255,255,255,0.15)),linear-gradient(rgb(4,48,61),rgb(4,48,61)) !important;
    --background-size: auto auto,auto !important;
    --background-position: 50% 50%,0% 0% !important;
    --background-attachment: scroll,scroll !important;
    --background-repeat: no-repeat,repeat !important;
    --tve-applied-background-image: linear-gradient(rgba(255,255,255,0.15),rgba(255,255,255,0.15)),linear-gradient(rgb(4,48,61),rgb(4,48,61)) !important;
    color: var(--tve-color,var(--tcb-skin-color-22)) !important;
    --tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-22)) !important;
    --tve-color: var(--tcb-skin-color-22) !important;
    --tve-applied---tve-color: var$(--tcb-skin-color-22) !important;
    --tcb-applied-color: var$(--tcb-skin-color-22) !important;
}
.woocommerce-checkout #payment {
    background-color: #F6F4ED !important;
    border-radius: 0;
    padding: 35px 35px 35px;
}
.fullwidth-info-wrap {
    /* width: 100vw; */
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 70px 0px 40px;
    /* width: 100%; */
    background: #F6F4ED;
    clear: both;
    /* margin-top: 77px !important; */
    margin-bottom: 50px;
}
.fullwidth-info-wrap_1 {
    /* width: 100vw; */
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 0px 0;
    /* width: 100%; */
    /* background: #F6F4ED; */
    clear: both;
    /* margin-top: 77px; */
    /* margin-bottom: 50px; */
}

.info-columns {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 74%;
    margin: 0 auto;
    text-align: center;
}
.product_meta {
    display: none;
}
#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
    background: #8C4A37;
    color: #fff;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 5px 20px;
}
.ahb_m4 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    background: #8C4A37;
    color: #FFF;
}
.ahb_m4 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    color: #FFF;
    background: #8C4A37;
}
a.hfe-menu-item {
    font-weight: normal !important;
}
.info-col {
  padding: 20px;
}

.info-icon .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  fill:transparent;
}
button.single_add_to_cart_button.button.alt {
    width: 67%;
    font-size: 16px;
    line-height: 38px !important;
}
.info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.info-text {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .info-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.soul-note-section {
    padding: 60px 0;
    background: #fafafa;
    text-align: center;
    width: 100%;
    clear: both;
    background: linear-gradient(320deg, rgba(158, 84, 62, 1) 18%, rgba(181, 121, 105, 1) 40%, rgba(199, 152, 141, 1) 62%, rgba(219, 185, 180, 1) 80%, rgba(235, 221, 216, 1) 92%);
    max-width: 100%;
}

.content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.soul-note-section h2.title {
    font-size: 55px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffffff;
}

.soul-note-section .divider {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
}

.soul-note-section .text-block p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
}
/* Sticky Header */
#masthead {
    position: sticky !important;
    top: 0;           /* Stick to top */
    width: 100%;      /* Full width */
    z-index: 9999;    /* On top of other content */
    background-color: #fff; /* Optional: prevent transparency issues */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: nice shadow */
}
#masthead {
    transition: all 0.3s ease;
}

body.scrolled #masthead {
    padding: 10px 0; /* shrink padding on scroll */
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
@media (max-width: 571px) {
    .hfe-nav-menu li {
        width: 100% !important;
    }
    .shop-sidebar {
    width: 250px;
    display: none;
}
.woocommerce ul.products[class*=columns-]>li {
    width: 100% !important;
}
.posts-grid {
    display: block !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.post-card {
    margin-top: 60px;
    padding: 0 56px;
}
.info-columns {
    display: flex;
    gap: 40px;
    justify-content: space-between;
     width: 100%; 
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
}
.elementor-1364 .elementor-element.elementor-element-5fae473 .hfe-nav-menu__toggle {
    margin: 0 !important;
    text-align: right;
}
.soul-note-section .text-block p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
}
.woocommerce-page .woocommerce-breadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
    padding-left: 10px;
}
}
@media (min-width: 391px) and (max-width: 421px) {
.elementor-element.elementor-element-dba1507.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    /* clear: both; */
    /* margin-top: 49px; */
    padding-top: 117px;
}
}
.latest-post h3 {
    margin-top: 10px;
}