/* === PRODUCT DETAIL PAGE === */
.widget-area,.sidebar{display:none!important}
.content-area,.right-sidebar .site-content .content-area{width:100%!important;max-width:100%!important}
.featured-image.page-header-image-single{display:none!important}
.inside-article{background:transparent!important;padding:0!important}
div.product{display:flex!important;flex-wrap:wrap;gap:40px;padding:32px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.04);margin-bottom:32px}
.woocommerce div.product div.images{float:none!important;width:auto!important;margin-bottom:0!important}
.woocommerce div.product div.summary{float:none!important;width:auto!important;margin-bottom:0!important}
div.product .woocommerce-product-gallery{flex:0 0 56%!important;max-width:56%!important;margin:0!important}
div.product .summary{flex:0 0 calc(44% - 40px)!important;max-width:calc(44% - 40px)!important}
div.product .woocommerce-tabs{flex:0 0 100%!important;max-width:100%!important;margin-top:8px}

/* Gallery - simple layout */
.woocommerce-product-gallery{opacity:1!important;display:block!important}
.woocommerce-product-gallery__wrapper{font-size:0;text-align:left}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{display:block!important;float:none!important}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{width:100%!important;margin-bottom:8px!important}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a{display:block;pointer-events:none}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img{display:block!important;width:100%!important;height:auto!important;max-height:500px!important;object-fit:contain!important;border-radius:10px;border:1px solid #f3f4f6;cursor:default!important}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child){display:inline-block!important;width:25%!important;padding:2px;box-sizing:border-box;vertical-align:top;cursor:pointer;float:none!important;margin:0!important}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a{display:block;pointer-events:none}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) img{display:block!important;width:100%!important;height:auto!important;opacity:.55;transition:opacity .2s,border-color .2s;border:2px solid transparent;border-radius:6px}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child):hover img{opacity:.85;border-color:#d4b87a}
.woocommerce-product-gallery__image.bt-active-thumb img{opacity:1!important;border-color:#8B6914!important}

/* Summary */
.product_title{font-size:26px;font-weight:700;color:#111827;margin:0 0 8px;line-height:1.3}
.summary .price{font-size:24px;color:#8B6914;font-weight:700;margin:0 0 16px}
.woocommerce-product-details__short-description{font-size:15px;line-height:1.75;color:#4b5563;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}
.product_meta{font-size:13px;color:#9ca3af;margin-bottom:20px}
.product_meta>span{display:block;padding:4px 0}
.product_meta a{color:#6b7280;text-decoration:none}
.summary a[href*="/contact/"]{display:inline-flex!important;align-items:center;gap:8px;background:#8B6914!important;color:#fff!important;padding:14px 36px!important;border-radius:8px!important;text-decoration:none!important;font-weight:700!important;font-size:15px!important;box-shadow:0 2px 8px rgba(139,105,20,.25)!important}
.summary a[href*="/contact/"]:hover{background:#a07824!important;box-shadow:0 4px 16px rgba(139,105,20,.35)!important;transform:translateY(-1px)}

/* Tabs */
.woocommerce-tabs{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,0.04)}
.woocommerce-tabs .tabs{border-bottom:2px solid #f3f4f6;padding:0!important;margin:0 0 28px!important;list-style:none!important;display:flex;overflow-x:auto}
.woocommerce-tabs .tabs::before{display:none!important}
.woocommerce-tabs .tabs li{margin:0!important;padding:0!important;border:none!important;background:none!important}
.woocommerce-tabs .tabs li a{display:block!important;padding:12px 28px!important;font-size:14px!important;font-weight:600!important;color:#6b7280!important;text-decoration:none!important;border-bottom:2px solid transparent!important;margin-bottom:-2px!important;background:none!important}
.woocommerce-tabs .tabs li.active a{color:#111827!important;border-bottom-color:#8B6914!important}
.woocommerce-tabs .tabs li a:hover{color:#8B6914!important}
.woocommerce-Tabs-panel{font-size:15px;line-height:1.8;color:#4b5563;padding:0!important;margin:0!important;background:none!important}
.woocommerce-Tabs-panel h2{font-size:20px;color:#111827;margin:0 0 16px}
.related.products{margin-top:40px;padding:32px;background:#fff;border-radius:12px}
.related.products h2{font-size:20px;color:#111827;margin:0 0 24px;font-weight:700}
@media(max-width:768px){div.product{padding:20px;gap:24px}div.product .woocommerce-product-gallery,div.product .summary{flex:0 0 100%!important;max-width:100%!important}.product_title{font-size:20px}.woocommerce-tabs{padding:20px}.related.products{padding:20px}}
