  :root {
      --sm-primary: #00adb5;
      --secondary-brown: #fec76f;
      --warm-orange: #d97706;
      --light-tan: #F2C785;
      --cream-white: #FFF3D9;
      --deep-brown: #7B3F00;
    }
	
	.text-teal{color:var(--primary-brown);}
	.bg-brown{background-color:var(--primary-brown);}
	.bg-secondary-brown{background-color:var(--secondary-brown);}
	.bg-orange{background-color:var(--warm-orange) !important;}
	.text-orange{color:var(--warm-orange) !important;}
	
    body {
      background-color: #ffffff;
	  font-family: "Roboto", sans-serif !important;
    }
	
	.main-container{
		background-color:#ffffff;
	}
	
.header{
	background:#f8f8ff;
}
 .header-logo{
	 font-family:Dancing Script;
 }
 .header-logo img{
    width: 100%;
 }
 .header-product-search{
	 position: relative;
 }

.hero-section{

}

.home-slider .item img{
	max-height:300px;
	object-fit:cover;
}

.hero-slider .owl-nav{

}
    .top-nav {
      position: relative;
      padding-top: 80px;
      background-color: var(--light-tan);
    }



    .btn-custom {
      background-color: var(--warm-orange);
      border: none;
    }

    .btn-custom:hover {
      background-color: var(--deep-brown);
    }
	.menu-link{
	color: #61c4dd;
    padding: 0px 20px ;
		margin: 0px 10px;
		text-decoration:none;
	}
	.menu-link:hover{
		color:#fec76f;
	}
	
.product-container{
	height: 100%;
}

.product-info{
	flex-grow: 1; /* pushes the buttons down */
}
	
.product-container img {
  transition: transform 0.5s ease-in-out;
  max-height:250px;
  object-fit: cover
}
	
.product-container:hover img{
	transform:scale(1.2);
}
.pw-product-buttons{margin-top: auto;}
.pw-view-button{
	background-color:#F5CCA0;
	color:#333;
	text-decoration:none;padding:5px 0;
}
.pw-view-button:hover{
	color:var(--secondary-brown);
}
.pw-add-cart-btn{     
	background-color: turquoise;
    color: ghostwhite;
    text-decoration: none;
    padding: 5px 0;}
.pw-add-cart-btn:hover{
	background-color:gold !important;
	color:black !important;
	transition: all 0.3s;
}

/* Add to Cart button */
/* Make add to cart button consistent even for variations */
.single-product button.single_add_to_cart_button,
.single-product button.single_add_to_cart_button.disabled,
.single-product button.single_add_to_cart_button.wc-variation-selection-needed,
.single-product button.single_add_to_cart_button.wc-variation-is-unavailable {
  background-color: var(--sm-primary) !important;
  color: #fff !important;
  border: none !important;
  padding: 0.75rem 2rem !important;
  font-size: 1rem !important;
  border-radius: 25px !important;
  transition: background-color 0.3s ease;
  text-align: center;
  opacity: 1 !important; /* Prevent Woo hiding it */
  cursor: pointer !important;
}

/* Keep disabled button visually inactive but same size */
.single-product button.single_add_to_cart_button.disabled,
.single-product button.single_add_to_cart_button.wc-variation-selection-needed {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}


.single-product button.single_add_to_cart_button:hover {
  background-color: var(--secondary-brown);
}
.custom-qty-input {
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}

.custom-qty-input input.qty {
  width: 60px;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  outline: none;
}

.custom-qty-input .qty-btn {
  background: var(--sm-primary);
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  transition: background 0.2s;
}

.custom-qty-input .qty-btn:hover {
  background: #333;
}




/* Tabs (optional) */
.woocommerce-tabs {
  margin-top: 3rem;
}

.woocommerce-tabs h2 {
  color: #8b3e11;
}

#main-container .checkout-button{background-color:var(--warm-orange);}
#main-container .checkout-button:hover{background-color:var(--secondary-brown);}



/* WooCommerce Breadcrumbs */
.woocommerce-breadcrumb {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 0 24px !important;
    padding: 20px 0 !important;
    line-height: 1.5;
}

/* Breadcrumb links */
.woocommerce-breadcrumb a {
    color: #222 !important;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-breadcrumb a:hover {
    color: #0073aa !important;
    text-decoration: underline;
}

/* Separator */
.woocommerce-breadcrumb span.delimiter {
    margin: 0 8px;
    color: #aaa;
}


.xzoom-gallery {
  border: 2px solid transparent;
  cursor: pointer;
}

.xzoom-gallery.active,
.xzoom-gallery:hover {
  border-color: #00aaff;
  box-shadow: 0 0 4px rgba(0, 170, 255, 0.6);
}

.hidden-gallery {
  display: none;
}


ins{
	text-decoration:none;
}


	
	  /* Scope all styles to #contact-section only */
  #contact-section input[type="text"],
#contact-section input[type="email"],
#contact-section input[type="tel"],
#contact-section input[type="url"],
#contact-section textarea,
#contact-section select {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;

    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}


    #contact-section button[type="submit"],
   #contact-section input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #ff6600; /* example */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    #contact-section input[type="submit"]:hover,
    #contact-section button[type="submit"]:hover,
 {
        opacity: 0.85;
    }
	
.footer-content{
	
}
.footer-content li{
	list-style-type:disc;
}
.footer-content li a{
	text-decoration:none;
	color:#fff;
}

 .my-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.my-gallery .main-image {
  position: relative;
}

.my-gallery .main-image img {
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.my-gallery .thumbnails {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.my-gallery .thumbnails a img {
  width: 80px;
  height: 60px;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.my-gallery .thumbnails a img:hover {
  border-color: #333;
}

.my-gallery .my-lens {
  position: absolute;
  background: rgba(255,255,255,0.3);
  border: 1px solid #aaa;
  display: none;
}

.my-gallery .zoom-result {
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  display: none;
  z-index:999;
}


.woocommerce-product-search {
          display: flex;
    border: 1px solid turquoise;
    border-radius: 50px;
    padding: 3px 10px;
    background: #fff;
}

.woocommerce-product-search button{
    background: transparent;
    border: 0;
}
.search-field {
  flex: 1;
  outline: none;
  padding: 8px;
  border: 0;
  background: inherit;
}

.variations td{
	padding:10px 0;
}

.custom-variation-group {
   
}

.custom-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.custom-variation-btn {
   /*  padding: 8px 14px; */
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
}

.custom-variation-btn:hover {
    background: #eee;
}

.custom-variation-btn.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}
.variations_form .variations select {
    display: none !important;
}

.hidden-variation-select {
    display: none !important;
}

.product-container .quick-view-button {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-container:hover .quick-view-button {
  opacity: 1;
}

.dynamic-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 !important;
	opacity:0;
	transition: opacity 0.3s ease-in-out;
}

.dynamic-carousel:hover .owl-nav{
	opacity:1;
}

.dynamic-carousel .owl-nav button.owl-prev, .dynamic-carousel .owl-nav button.owl-next {
    background: rgb(243 140 52) !important;
    color: #fff !important;
    border: 1px solid #fbfbfb !important;
    width: 30px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    margin: 0;
    border-radius: 0;
}

.dynamic-carousel .owl-nav button:hover {
  background: rgba(255, 102, 0, 0.8);
}

.top-header{
	    font-size: small;
    font-weight: 500;
}

.top-header-menu .menu-item{
	    padding: 5px 15px;
}
.top-header-menu a{
	text-decoration:none;
	color:#333333;
}

#ajax-search-results {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	max-height: 250px;
    overflow: auto;
}

.ajax-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ajax-search-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.ajax-search-item a{
   display: flex;
    text-decoration: none;
    font-family: system-ui;
}

.ajax-search-item:last-child {
    border-bottom: none;
}

.ajax-search-thumb {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
}

.ajax-search-info {
    display: flex;
    flex-direction: column;
}

.ajax-search-title {
    font-weight: 600;
    color: #333;
}

.ajax-search-price {
    color: #888;
    font-size: 0.9em;
}
.woocommerce-account .woocommerce-MyAccount-navigation
 {
    float: none;
    width: 100%;
}

.home-slider{
	position: relative;
}

.home-slider .owl-dots{
	position: absolute;
    bottom: 0;
    left: 50%;
	opacity:0;
	transition: opacity .3s ease;
}

.home-slider:hover .owl-dots{
	opacity:1;
	
}

.home-slider .owl-dots span{
	border:4px solid #ffffff;
	padding:5px;
}
.home-slider .owl-dots .owl-dot.active span, .home-slider .owl-dots .owl-dot:hover span {
	background:#00c5d5 !important;
}

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin:0 20px;
  transition: opacity 0.3s ease;
  opacity:0;
}

.home-slider .owl-nav button.owl-prev,
.home-slider .owl-nav button.owl-next {
  color: #fff;
  border: none;
  font-size: 2rem !important; 
  line-height: 40px;
  pointer-events: all;

}

.home-slider .owl-nav button:hover{
	  background:none !important;
}

.home-slider:hover .owl-nav {
  opacity:1;

}
.footer-widget-products {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget-products .product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-widget-products .product:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.footer-widget-products .product-title {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
}

.footer-widget-products .price {
    font-size: 0.8rem;
}

.footer-widget-products a:hover {
    color: #ffc107; /* gold accent for hover */
    text-decoration: none;
}

#ajax-product-search .form-control{
	outline: 0 !important;
    border: 0 !important;
    background: transparent;
}
#ajax-product-search .form-control:focus{
	box-shadow:none !important;
}

.owl-carousel .item {
    height: 100% !important;
}

.product-info{
	flex:1 1 auto;
}

.product-info .amount{
	
}
.price{
	font-weight:bold;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: orange !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.category-card{
	
}
.product_meta{
	display: flex;
    flex-direction: column;
    gap: 10px;
	font-weight:bold;
	font-size: small;
}
.sku_wrapper, .posted_in, .tagged_as{
	
}

.product_meta span span, .product_meta a{
	font-weight: 400;
    color: #777;
	text-decoration:none;
}

.custom-orders-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.custom-orders-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.custom-orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.custom-orders-table th {
    text-align: left;
    padding: 12px 10px;
    color: #777;
    font-weight: 600;
    border-bottom: 2px solid #eee;
}

.custom-orders-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #f1f1f1;
}

.custom-orders-table tr:hover {
    background: #fafafa;
}

.custom-view-btn {
    background: #4a4a4a;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.custom-view-btn:hover {
    background: #000;
}

/* --- GLOBAL ACCOUNT LAYOUT --- */
/* .woocommerce-account {
    display: flex;
    gap: 30px;
} */

/* SIDEBAR */
.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 14px;
    background: #f7f7f7;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #e7e7e7;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #242424;
    color: #fff;
}

/* CONTENT AREA */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
/* Simple styles - move to your theme stylesheet if preferred */
.custom-dashboard {
    max-width: 980px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
}

.dash-title { font-size: 1.6rem; margin-bottom: 4px; }
.dash-subtitle { color: #666; margin-bottom: 18px; }

.dash-user-info { margin-bottom: 20px; color: #444; }

.dash-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.dash-stat-card {
    background: #f7f7f7;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(16,24,40,0.04);
    text-align: center;
}

.dash-stat-card h3 { font-size: 1.4rem; margin: 0 0 6px; }
.dash-stat-card p { margin: 0; color: #666; }

.dash-user-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(16,24,40,0.04);
}

.section-title { font-size: 1.1rem; margin-bottom: 12px; }

.user-info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.user-info-row:last-child { border-bottom: none; }

.user-info-row strong { font-weight: 600; color: #333; }
.user-info-row span { color: #444; text-align: right; max-width: 65%; word-wrap: break-word; }

/* Responsive */
@media (max-width: 820px) {
    .dash-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .dash-stats-grid { grid-template-columns: 1fr; }
    .user-info-row { flex-direction: column; align-items: flex-start; }
    .user-info-row span { text-align: left; }
}

.woocommerce-Addresses {
    display: block !important;
}

.woocommerce-Address {
    width: 100% !important;
    margin-bottom: 25px;
}

.woocommerce-Address-title h3 i {
    margin-right: 8px;
    color: #444;
    font-size: 18px;
}

.woocommerce-Address-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-Addresses .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-Addresses .edit {
    margin-left: auto;
    font-size: 14px;
	text-decoration:none; font-weight:bold;
}


/* ===== Header Mini Cart ===== */
.header-mini-cart {
    position: relative;
}

.cart-trigger {
    position: relative;
    color: #000;
}

.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 120%;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    z-index: 9999;
}

.header-mini-cart:hover .mini-cart-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mini-cart-items {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.mini-cart-item {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.mini-cart-item img {
    width: 60px;
    border-radius: 6px;
	height:auto;
}

.mini-cart-item-info {
    flex: 1;
}

.mini-cart-title {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.mini-cart-qty-price {
    font-size: 13px;
    color: #666;
}

.mini-cart-remove-item {
    color: #dc3545;
    font-size: 18px;
    text-decoration: none;
}

.mini-cart-footer {
    border-top: 1px solid #eee;
    padding: 15px;
}

.mini-cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mini-cart-actions {
    display: flex;
    gap: 10px;
}

.mini-cart-actions a {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
}

.mini-cart-checkout {
    background: #000;
    color: #fff;
}
.mini-cart-empty-message{
	    padding: 10px 0;
    text-align: center;
    margin: 0;
}

.mega-menu {
  left: 0;
  right: 0;
}

.mega-column h6 {
  font-size: 0.85rem;
}

.menu-link {
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.header-menu {
  position: relative;
  overflow: visible !important;
}

.header-menu .nav {
  position: static;
}

.header-menu .dropdown {
  position: static;
}

.header-menu .dropdown-menu.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.woocommerce-Input, .woocommerce-Input--text, .input-text{
	border-color:#c9c9c9cc !important; 
	outline:0;
}