/* Grancos Store 1.2 */
.gc-store-intro{max-width:920px;margin:0 0 38px}.gc-store-intro h2{margin:0 0 14px}
.gc-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:28px 0 42px}
.gc-store-card{overflow:hidden;background:var(--gc-paper,#fffaf2);border:1px solid var(--gc-line,#d9d0c2);border-radius:24px;box-shadow:0 16px 42px rgba(24,20,16,.08);display:flex;flex-direction:column;min-width:0}
.gc-store-media{position:relative;aspect-ratio:4/3;background:#f4eee5;overflow:hidden;display:block}.gc-store-image{display:block;width:100%;height:100%;object-fit:contain;background:#f4eee5;transition:transform .25s ease}.gc-store-card:hover .gc-store-image{transform:scale(1.015)}
.gc-store-soldout{position:absolute;top:16px;right:16px;background:var(--gc-dark,#11231b);color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:900;letter-spacing:.13em;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.gc-store-body{padding:25px;display:flex;flex-direction:column;flex:1}.gc-store-status{margin:0 0 8px;color:var(--gc-copper,#a96542);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.gc-store-card h3{margin:0 0 12px;font-size:27px;line-height:1.08}.gc-store-short{margin:0 0 18px;color:var(--gc-soft,#746d63);font-size:15px;line-height:1.58}
.gc-store-price{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--gc-line,#d9d0c2);border-bottom:1px solid var(--gc-line,#d9d0c2);margin-top:auto}.gc-store-price span{font-size:12px;color:var(--gc-soft,#746d63);text-transform:uppercase;letter-spacing:.1em}.gc-store-price strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;color:var(--gc-dark,#11231b)}.gc-store-price .woocommerce-Price-amount{font:inherit;color:inherit}
.gc-store-variants-label{margin:18px 0 9px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--gc-green,#2f6b32)}.gc-store-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}.gc-store-chips span{border:1px solid var(--gc-line,#d9d0c2);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;line-height:1.25;color:#555049}.gc-store-link{align-self:flex-start;margin-top:auto}.gc-store-note{margin-top:34px!important}

/* WooCommerce archive and product detail pages */
.gc-store-woo{padding:58px 0 100px;background:var(--gc-bg,#f6f0e6);min-height:70vh}.gc-store-woo .woocommerce-breadcrumb{font-size:12px;color:var(--gc-soft,#746d63);margin:0 0 28px}.gc-store-woo .woocommerce-notices-wrapper{margin-bottom:16px}
.woocommerce div.product{background:var(--gc-paper,#fffaf2);border:1px solid var(--gc-line,#d9d0c2);border-radius:26px;padding:30px;box-shadow:0 18px 50px rgba(24,20,16,.07)}.woocommerce div.product .product_title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,54px);line-height:1.05;margin-bottom:12px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--gc-dark,#11231b);font-family:Georgia,"Times New Roman",serif;font-size:28px}.woocommerce div.product p.stock.out-of-stock{display:inline-flex;background:var(--gc-dark,#11231b);color:#fff;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin:5px 0 18px}.woocommerce div.product .woocommerce-product-details__short-description{color:var(--gc-soft,#746d63);font-size:16px}.woocommerce div.product form.cart{display:none!important}.woocommerce div.product .product_meta{font-size:12px;color:var(--gc-soft,#746d63);border-top:1px solid var(--gc-line,#d9d0c2);padding-top:16px}.woocommerce div.product .woocommerce-tabs{margin-top:38px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-bottom:1px solid var(--gc-line,#d9d0c2)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;padding:0 18px 8px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{color:var(--gc-green,#2f6b32)!important}.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 .panel{font-size:16px}.woocommerce div.product .woocommerce-tabs .panel h2{font-size:32px}

/* Direct product gallery: independent of WooCommerce media rendering. */
.woocommerce div.product .gc-product-gallery.images{width:48%;float:left;margin:0 0 2em}.gc-product-main{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:#f4eee5;border:1px solid var(--gc-line,#d9d0c2);border-radius:20px;overflow:hidden}.gc-product-main img{display:block;width:100%;height:100%;object-fit:contain}.gc-product-sold{position:absolute;top:16px;right:16px;background:var(--gc-dark,#11231b);color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:900;letter-spacing:.13em;box-shadow:0 8px 24px rgba(0,0,0,.18)}.gc-product-caption{min-height:38px;margin:10px 2px 8px;color:var(--gc-soft,#746d63);font-size:12px;line-height:1.4}.gc-product-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.gc-product-thumb{appearance:none;border:1px solid var(--gc-line,#d9d0c2);background:#f4eee5;border-radius:11px;padding:3px;aspect-ratio:1/1;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.gc-product-thumb img{display:block;width:100%;height:100%;object-fit:contain}.gc-product-thumb.is-active{border-color:var(--gc-green,#2f6b32);box-shadow:0 0 0 2px rgba(47,107,50,.14)}
.gc-single-options{margin:18px 0 10px;padding:16px 0;border-top:1px solid var(--gc-line,#d9d0c2);border-bottom:1px solid var(--gc-line,#d9d0c2)}.gc-single-option-row+.gc-single-option-row{margin-top:14px}.gc-single-options-label{margin:0 0 8px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--gc-green,#2f6b32)}.gc-single-options .gc-store-chips{margin:0}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:var(--gc-paper,#fffaf2);border:1px solid var(--gc-line,#d9d0c2);border-radius:18px;padding:15px}.woocommerce ul.products li.product img{border-radius:14px}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--gc-dark,#11231b)!important;color:#fff!important;border-radius:999px!important}.woocommerce span.onsale{background:var(--gc-green,#2f6b32)!important}

@media(max-width:1100px){.gc-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{padding:22px}.woocommerce div.product .gc-product-gallery.images{width:100%;float:none;margin-bottom:28px}.woocommerce div.product div.summary{width:100%!important;float:none!important}}
@media(max-width:700px){.gc-store-grid{grid-template-columns:1fr}}
@media(max-width:640px){.gc-store-card h3{font-size:26px}.gc-store-media{aspect-ratio:1/1}.woocommerce ul.products{grid-template-columns:1fr}.gc-store-woo{padding:34px 0 70px}.gc-product-thumbs{grid-template-columns:repeat(4,1fr)}.woocommerce div.product{padding:16px}}
