/* WooCommerce Product Detail Page Styling */

/* Remove list decorations */
.woocommerce ul,
.woocommerce ol,
.woocommerce li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Main product layout - two columns */
.woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

/* Left column - product images */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background:#fff;
  border:none;
  box-sizing:content-box;
  border-radius:100%;
  cursor:pointer;
  font-size:2em;
  height:36px;
  padding:0;
  position:absolute;
  right:.5em;
  text-indent:-9999px;
  top:.5em;
  width:36px;
  z-index:99
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border:2px solid #000;
  border-radius:100%;
  box-sizing:content-box;
  content:"";
  display:block;
  height:10px;
  left:9px;
  top:9px;
  position:absolute;
  width:10px
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background:#000;
  border-radius:6px;
  box-sizing:content-box;
  content:"";
  display:block;
  height:8px;
  left:22px;
  position:absolute;
  top:19px;
  transform:rotate(-45deg);
  width:2px
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
  border:0;
  clip-path:inset(50%);
  height:1px;
  left:50%;
  margin:-1px;
  overflow:hidden;
  position:absolute;
  top:50%;
  width:1px
}

.woocommerce div.product div.images {
    width: 100%;
    float: none;
    margin-bottom: 0;
	position: relative;
}

.woocommerce div.product div.images img {
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 8px);
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}

/* Right column - product summary */
.woocommerce div.product div.summary {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

/* Product title */
.woocommerce div.product .product_title {
    font-size: 3em;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: navajowhite;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
    font-weight: bold;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 0.6;
    margin-right: 10px;
}

/* Short description */
.woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 25px;
    color: #ffffff;
}

/* Add to cart section */
.woocommerce div.product form.cart {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Quantity input */
.woocommerce div.product form.cart div.quantity {
    margin-right: 15px;
}

.woocommerce .quantity .qty {
    width: 70px;
    height: 42px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #555;
    color: #ffffff;
    border-radius: 4px;
}

/* Add to cart button */
.woocommerce div.product form.cart .button {
    height: 42px;
    padding: 0 25px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product meta */
.woocommerce div.product .product_meta {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

.woocommerce div.product .product_meta > span {
    display: block;
    margin-bottom: 8px;
}

.woocommerce div.product .product_meta a {
    color: navajowhite;
}

.woocommerce div.product .product_meta a:hover {
    color: #fff0d7;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs {
    grid-column: 1 / -1;
    margin-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 20px;
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: rgba(255, 255, 255, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: navajowhite;
}

.woocommerce div.product .woocommerce-tabs .panel {
    color: #ffffff;
    padding: 20px 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.5em;
    margin-bottom: 20px;
}

/* Related products */
.woocommerce .related.products {
    grid-column: 1 / -1;
    margin-top: 50px;
}

.woocommerce .related.products > h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.woocommerce .related.products ul.products li.product {
    width: 100%;
    margin: 0;
    float: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100%;
    }

    .woocommerce .related.products ul.products {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 20px;
    }
}

/* WooCommerce Shop Listing Styles */

/* Main shop container */
.woocommerce .content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Shop page layout - main content and sidebar */


/* Main shop content area */
.woocommerce .woocommerce-products-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce .woocommerce-products-header h1 {
    color: #ffffff;
    font-size: 2.2em;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-products-header .woocommerce-archive-description {
    color: rgba(255, 255, 255, 0.8);
}

/* Shop toolbar */
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
}

.woocommerce .woocommerce-ordering select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #555;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    color: navajowhite;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: rgba(222, 184, 135, 0.2);
    color: #fff0d7;
}

/* Products grid */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0;
    width: 100%;
    float: none;
}

.woocommerce ul.products li.product:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(222, 184, 135, 0.3);
    /*transform: translateY(-2px);*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Product images */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
    /*transition: opacity 0.3s ease;*/
}

.woocommerce ul.products li.product a:hover img {
    /*opacity: 0.8;*/
}

/* Product titles */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #ffffff;
    /*font-size: 1.1em;*/
    margin-bottom: 10px;
	margin-top: 10px;
    line-height: 1.3;
    /*min-height: 2.6em;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product h2 a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
    color: #ffffff;
    text-decoration: none;
}

.woocommerce ul.products li.product h2 a:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover {
    color: navajowhite;
}

/* Product link */
.woocommerce-LoopProduct-link, .woocommerce-loop-product__link {
	text-decoration: none;
}

/* Product prices */
.woocommerce ul.products li.product .price {
    color: navajowhite;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .price del {
    opacity: 0.6;
    margin-right: 8px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

/* Add to cart buttons */
.woocommerce ul.products li.product .button {
    width: 100%;
    margin-top: auto;
    font-size: 0.9em;
    padding: 10px 15px;
}

/* Sale badge */
.woocommerce span.onsale {
    background: linear-gradient(to bottom right, #28a80d, #063e01);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.woocommerce ul.products li.product {
    position: relative;
}

/* Sidebar styling */
.woocommerce-sidebar,
.widget-area {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 25px;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.woocommerce-sidebar .widget,
.widget-area .widget {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-sidebar .widget:last-child,
.widget-area .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.woocommerce-sidebar .widget-title,
.widget-area .widget-title {
    color: navajowhite;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
}

.woocommerce-sidebar .widget ul,
.widget-area .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-sidebar .widget ul li,
.widget-area .widget ul li {
    margin-bottom: 8px;
    padding-left: 0;
}

.woocommerce-sidebar .widget ul li a,
.widget-area .widget ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-sidebar .widget ul li a:hover,
.widget-area .widget ul li a:hover {
    color: navajowhite;
}

/* Widget forms */
.woocommerce-sidebar .widget input[type="text"],
.woocommerce-sidebar .widget input[type="search"],
.woocommerce-sidebar .widget select,
.widget-area .widget input[type="text"],
.widget-area .widget input[type="search"],
.widget-area .widget select {
    width: 100%;
    margin-bottom: 10px;
}

/* Price filter widget */
.woocommerce .widget_price_filter .price_slider_wrapper {
    margin-bottom: 15px;
}

.woocommerce .widget_price_filter .ui-slider {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: 4px;
    border-radius: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: navajowhite;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: -6px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
}

/* No sidebar layout */
.woocommerce-page:not(.woocommerce-shop):not(.woocommerce-product-archive) .site-content {
    display: block;
}

/* Mobile responsive */
@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }

    .woocommerce-page .site-content {
        grid-template-columns: 1fr 250px;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .woocommerce-page .site-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .woocommerce-sidebar,
    .widget-area {
        position: static;
        margin-top: 30px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }

    .woocommerce ul.products li.product {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .woocommerce .content-area {
        padding: 0 10px;
    }

    .woocommerce-sidebar,
    .widget-area {
        padding: 20px;
    }
}

/* Toastr-like styling for WooCommerce notices */
.woocommerce-notices-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 700px;
  width: 100%;
}

.woocommerce-notices-wrapper a {
	padding: 10px 20px;
	font-size: 21px;
	
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  position: relative;
  padding: 15px 20px 15px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
  color: #fff;
  opacity: 0.95;
  transition: all 0.3s ease;
  animation: toastr-fadein 0.5s;
  font-size: 21px;
  line-height: 1.5;
  border: none;
}

/* Success message (green) */
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #51a351;
}

/* Error message (red) */
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #bd362f;
}

/* Info message (blue) */
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: #2f96b4;
}

/* Icon styling */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: WooCommerce;
  font-size: 20px;
}

/* Close button */
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-notices-wrapper .woocommerce-info .button {
  position: absolute;
  right: 10px;
  top: 8px;
  background: transparent;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce-notices-wrapper .woocommerce-info .button:hover {
  opacity: 1;
  background: transparent;
  color: white;
}

/* Animations */
@keyframes toastr-fadein {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 0.95;
    transform: translateY(0);
  }
}

/* Optional: Add auto-hide animation */
.woocommerce-notices-wrapper .woocommerce-message.hide,
.woocommerce-notices-wrapper .woocommerce-error.hide,
.woocommerce-notices-wrapper .woocommerce-info.hide {
  animation: toastr-fadeout 0.5s forwards;
}

@keyframes toastr-fadeout {
  from {
    opacity: 0.95;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}







.cart .quantity {
	float: left;
}

.woocommerce-shop_loop_wrapper {
	display: flex;
	justify-content: space-between;
}


.wc-block-components-validation-error > p {
	font-size: 18px;
}
.woocommerce .related.products img {
	max-height: 300px;
	object-fit: none;
}
ul.tabs.wc-tabs {
	display: flex;
	font-size: 21px;
}

.product .price {
	text-align: center;
}

.span.woocommerce-Price-amount {
	padding-left: 21px;
}

.product .summary .quantity {
	display: none;
}

.product .summary form.cart {
	display: flex;
	justify-content: center;
}

.product .woocommerce-LoopProduct-link {
	filter: grayscale(90%);
	transition: filter 0.5s ease;
}


.product .woocommerce-LoopProduct-link:hover {
	filter: grayscale(0%);
}


