/*
Theme Name: Goldish-Child
Theme URI: https://parkofideas.com/goldish/
Text Domain: goldish-child
Description: Jewelry Store WooCommerce Theme - Child
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: goldish
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/* ==========================================================================
   Goldish - Custom Tabs  (product page layout-4)
   --------------------------------------------------------------------------
   layout-4 renders using Goldish (layout-2) as its base: on the front-end the
   child theme aliases layout-4 -> layout-2 (see functions.php), so the product
   page ALREADY looks exactly like Goldish. In addition, the product wrapper
   also receives the class  .c-product--layout-4 .

   => To make "Goldish - Custom Tabs" diverge from Goldish, write your own rules
      below, scoped to .c-product--layout-4 . They load after the parent theme,
      so equal-specificity rules win. Where a base rule uses !important, repeat
      !important here to override it.

   Nothing below changes the look yet — it is your blank canvas. Examples are
   commented out to show the pattern.
   ========================================================================== */

/* Example: give the tabs area more breathing room only on Custom Tabs
.c-product--layout-4 .c-product__tabs {
	margin-top: 60px;
}
*/

/* Example: restyle the tab headers only on Custom Tabs
.c-product--layout-4 .c-product__tabs-item-header {
	font-weight: 500;
	letter-spacing: 0.06em;
}
*/


/* ==========================================================================
   Handle tab: HANDLE description + INDEX / PACKAGING measurements
   (rendered by inc/product-handle-tab.php)
   ========================================================================== */
.esash-specs-block {
	max-width: 720px;
}
.esash-specs-block__title {
	margin: 0 0 12px;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--text-color-extra-light, #e6e6e6);
	padding-bottom: 12px;
}
.esash-specs-block__desc {
	margin: 0 0 28px;
	line-height: 1.6;
}

/* sub-tabs */
.esash-specs__tabs {
	display: inline-flex;
	border: 1px solid var(--text-color-extra-light, #e0e0e0);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 22px;
}
.esash-specs__tab {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 9px 22px;
	font: inherit;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text-color-light, #8a8a8a);
	transition: color .2s ease, background-color .2s ease;
}
.esash-specs__tab + .esash-specs__tab {
	border-left: 1px solid var(--text-color-extra-light, #e0e0e0);
}
.esash-specs__tab.is-active {
	color: var(--text-color, #111);
	background: var(--text-color-extra-light, #f3f0ea);
}

/* panels */
.esash-specs__panel {
	display: none;
}
.esash-specs__panel.is-active {
	display: block;
}

/* table */
.esash-specs__table {
	width: 100%;
	max-width: 520px;
	border-collapse: collapse;
	table-layout: fixed;
}
.esash-specs__table th,
.esash-specs__table td {
	text-align: center;
	padding: 16px 10px;
	border-bottom: 1px solid var(--text-color-extra-light, #e6e6e6);
}
.esash-specs__table thead th {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-color, #111);
}
.esash-specs__table thead th span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-color-light, #9a9a9a);
}
.esash-specs__table tbody td {
	font-size: 18px;
	border-bottom: 0;
}
.esash-specs__note {
	margin: 16px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: var(--text-color-light, #9a9a9a);
}

