/* Single product page (SanMar variable products) */

.hec-product,
.hec-product :where(p, span, a, li, label, button, input, select, textarea, h1, h2, h3, h4, h5, h6) {
	font-family: "Manrope", sans-serif !important;
}

body.single-product .site-main,
body.single-product main {
	max-width: 1520px !important;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

body.single-product .woocommerce-breadcrumb {
	display: none !important;
}

.hec-product {
	max-width: 1520px !important;
	margin: 0 auto;
	padding: 24px 20px 64px;
	box-sizing: border-box;
}

.hec-product__crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #6b756e;
	margin-bottom: 40px;
}

.hec-product__crumbs a {
	color: #6b756e;
	text-decoration: none;
}

.hec-product__crumbs a:hover {
	color: #1f5c3d;
}

.hec-product__crumb-sep {
	color: #c5cbc7;
}

.hec-product__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	margin-bottom: 48px;
}

.hec-product__gallery-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.hec-product__gallery {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 16px;
}

.hec-product__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 32px;
}

.hec-product__trust-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.hec-product__trust-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}

.hec-product__trust-text {
	font-size: 14px;
	line-height: 1.35;
	color: #1c1c1b;
}

.hec-product__trust-title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #1C1C1B;
}

.hec-product__trust-sub {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #6b756e;
	margin-top: 2px;
}

.hec-product__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hec-product__thumb {
	width: 88px;
	height: 88px;
	overflow: hidden;
	cursor: pointer;
}

.hec-product__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hec-product__main-image {
	background: #f5f7f5;
	border-radius: 16px;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hec-product__main-image img {
	width: 100%;
	height: auto;
	display: block;
}

.hec-product__buybox {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hec-product__style {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #6b756e;
}

.hec-product__title {
	margin: 0;
	font-size: clamp(28px, 2.8vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	color: #1c1c1b;
}

.hec-product__price {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f5c3d;
}

.hec-product__price .woocommerce-Price-amount {
	color: #1f5c3d;
}

.hec-product__price del {
	font-size: 18px;
	font-weight: 500;
	color: #9aa49d;
}

.hec-product__colors {
	margin-top: 4px;
}

.hec-product__colors-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.hec-product__colors-label {
	font-weight: 600;
	color: #1c1c1b;
}

.hec-product__colors-selected {
	color: #6b756e;
}

.hec-product__colors-selected strong {
	color: #1c1c1b;
	font-weight: 600;
}

.hec-product__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hec-product__swatch {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.hec-product__swatch.is-active::after {
	content: "✓";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.hec-product__swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hec-product__field-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #1c1c1b;
}

.hec-product__qty-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.hec-product__qty-head .hec-product__field-label {
	margin-bottom: 0;
}

.hec-product__qty-controls {
	width: 100%;
}

.hec-product__qty-block--matrix .hec-product__qty-controls {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
	gap: 8px;
}

.hec-product__qty-block--single .hec-product__qty-controls {
	display: block;
}

.hec-product__qty-block--single .hec-product__size-field {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: fit-content;
	max-width: 100%;
}

.hec-product__qty-block--single .hec-product__size-row,
.hec-product__qty-block--single .hec-product__qty-row {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
}

.hec-product__qty-block--single .hec-product__one-size {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1c1b;
	text-align: center;
	width: 100%;
}

.hec-product__size-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	min-width: 0;
}

.hec-product__qty-input {
	width: 80px!important;
	max-width: 80px!important;
	flex: 0 0 80px!important;
	height: 52px!important;
	padding: 10px 12px!important;
	font-size: 18px!important;
	line-height: 28px!important;
	text-align: center!important;
	border: 1px solid #d7dcd7!important;
	border-radius: 4px!important;
	box-sizing: border-box!important;
	background: #fff!important;
	color: #1c1c1b!important;
}

.hec-product__size-label {
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1b;
	text-align: center;
	line-height: 1.2;
}

.hec-product__size-qty {
	width: 100%;
	max-width: none;
	min-height: 52px;
	height: 52px;
	border: 1px solid #d7dcd7;
	border-radius: 4px;
	padding: 8px 4px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	color: #1c1c1b;
}

.hec-product__size-qty:focus {
	outline: none;
	border-color: #1c1c1b;
}

.hec-product__size-qty:not(:placeholder-shown),
.hec-product__size-qty.hec-has-qty {
	border-color: #1c1c1b;
}

.hec-product__size-qty::-webkit-outer-spin-button,
.hec-product__size-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.hec-product__size-qty {
	-moz-appearance: textfield;
}

.hec-product__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.hec-product__actions:not(:has(.hec-product__design-btn)) {
	grid-template-columns: 1fr;
}

.hec-product__actions .hec-product__design-btn,
.hec-product__actions .hec-product__buy-btn {
	width: 100% !important;
	max-width: none !important;
	padding: 14px 20px !important;
}

/* -------------------------------------------------------------------------
 * Buttons — !important beats Elementor / WooCommerce global button CSS
 * ---------------------------------------------------------------------- */

.hec-product .primary-button,
.hec-product a.primary-button,
.hec-product button.primary-button,
.hec-product input.primary-button[type="submit"],
.hec-product input.primary-button[type="button"],
.hec-product .hec-product__design-btn,
.hec-product .hec-product__cart-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	background-color: var(--e-global-color-accent, #1f5c3d) !important;
	color: #fff !important;
	font-family: "Manrope", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 14px 32px !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
	min-height: auto !important;
	width: auto !important;
	max-width: none !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.hec-product .primary-button:hover,
.hec-product a.primary-button:hover,
.hec-product button.primary-button:hover,
.hec-product .hec-product__design-btn:hover,
.hec-product .hec-product__cart-btn:hover {
	background-color: var(--e-global-color-8de613d, #174a30) !important;
	color: #fff !important;
}

.hec-product .secondary-button,
.hec-product a.secondary-button,
.hec-product button.secondary-button,
.hec-product .hec-product__buy-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--e-global-color-secondary, #f5a623) !important;
	color: #1c1c1b !important;
	font-family: "Manrope", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
	border: 1px solid var(--e-global-color-3454fb5, #e8c04a) !important;
	border-radius: 12px !important;
	padding: 14px 32px !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
	min-height: auto !important;
	width: auto !important;
	max-width: none !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.hec-product .secondary-button:hover,
.hec-product button.secondary-button:hover,
.hec-product .hec-product__buy-btn:hover {
	background-color: var(--e-global-color-secondary, #f5a623) !important;
	color: #1c1c1b !important;
	opacity: 0.92 !important;
}

/* Tab buttons — NOT primary/secondary blocks */
.hec-product button.hec-product__tab,
.hec-product .hec-product__tab {
	display: inline-block !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #A9A9A3 !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	padding: 0 0 14px !important;
	font-size: 20px !important;
	line-height: 1.4 !important;
	min-height: auto !important;
	max-width: 50% !important;
	width: 100% !important;
	box-shadow: none !important;
	text-transform: none !important;
}

.hec-product button.hec-product__tab:hover,
.hec-product .hec-product__tab:hover {
	background: transparent !important;
	color: #1f5c3d !important;
}

.hec-product button.hec-product__tab.is-active,
.hec-product .hec-product__tab.is-active {
	color: #1C1C1B !important;
	border-bottom: 2px solid #1f5c3d !important;
	background: transparent !important;
	font-weight: 600 !important;
}

/* Thumbnail + color swatch buttons */
.hec-product button.hec-product__thumb,
.hec-product .hec-product__thumb {
	display: block !important;
	width: 88px !important;
	height: 88px !important;
	padding: 0 !important;
	border: 2px solid transparent !important;
	border-radius: 12px !important;
	background: #f5f7f5 !important;
	background-color: #f5f7f5 !important;
	min-height: auto !important;
	box-shadow: none !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: normal !important;
	line-height: normal !important;
}

.hec-product button.hec-product__thumb.is-active,
.hec-product .hec-product__thumb.is-active {
	border-color: #1f5c3d !important;
}

.hec-product button.hec-product__swatch,
.hec-product .hec-product__swatch {
	display: block !important;
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	border: 2px solid #d7dcd7 !important;
	border-radius: 8px !important;
	background: #fff !important;
	background-color: #fff !important;
	min-height: auto !important;
	box-shadow: none !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: normal !important;
	line-height: normal !important;
}

.hec-product button.hec-product__swatch.is-active,
.hec-product .hec-product__swatch.is-active {
	border-color: #1f5c3d !important;
	box-shadow: 0 0 0 1px #1f5c3d !important;
}

/* Hidden WooCommerce variation form buttons */
.hec-product .hec-product__wc-form button,
.hec-product .hec-product__wc-form .single_add_to_cart_button {
	display: none !important;
}

/* Reviews tab submit */
.hec-product #hec-tab-reviews button,
.hec-product #hec-tab-reviews input[type="submit"],
.hec-product #hec-tab-reviews .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--e-global-color-accent, #1f5c3d) !important;
	color: #fff !important;
	font-family: "Manrope", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 12px 24px !important;
	cursor: pointer !important;
	width: auto !important;
	min-height: auto !important;
	box-shadow: none !important;
}

.hec-product__form-msg {
	min-height: 1.2em;
	font-size: 14px;
	color: #d63638;
}

.hec-product__form-msg.is-success {
	color: #1f5c3d;
}

.hec-cart-debug {
	margin-top: 12px;
	padding: 12px 14px;
	border: 1px solid #f0c36d;
	border-radius: 8px;
	background: #fff8e5;
	font-size: 12px;
	color: #3c434a;
}

.hec-cart-debug--page {
	border-color: #d63638;
	background: #fcf0f1;
}

.hec-cart-debug summary {
	cursor: pointer;
	font-weight: 600;
	font-size: 13px;
	color: #1d2327;
}

.hec-cart-debug__id {
	font-weight: 400;
	color: #646970;
}

.hec-cart-debug__body {
	margin: 10px 0 0;
	padding: 10px;
	max-height: 320px;
	overflow: auto;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 11px;
	line-height: 1.45;
	white-space: pre-wrap;
	word-break: break-word;
}

.hec-cart-debug__list {
	margin: 8px 0 0 18px;
	padding: 0;
}

.hec-cart-debug__list li {
	margin-bottom: 4px;
}

.hec-product__body {
	margin-top: 8px;
}

.hec-product__tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e3e7e3;
	margin-bottom: 0;
}

.hec-product__tab-panels {
	padding-top: 24px;
}

.hec-product__tab-panel[hidden] {
	display: none !important;
}

.hec-product__details-layout {
	display: grid;
	grid-template-columns: minmax(0, 740px) minmax(0, 560px);
	gap: 32px;
	align-items: start;
	width: 100%;
    justify-content: space-between;
}

.hec-product__details-main {
	min-width: 0;
	max-width: 740px;
}

.hec-product__description {
	max-width: 740px;
	color: #3d4540;
	line-height: 1.6;
	margin-bottom: 16px;
}

.hec-product__specs {
	margin: 0;
	padding-left: 20px;
	color: #3d4540;
	line-height: 1.7;
}

.hec-product__calculator,
.hec-calc {
	max-width: 560px;
	width: 100%;
	background: #fff !important;
	border: 1px solid #e3e7e3 !important;
	border-radius: 16px !important;
	padding: 24px !important;
	box-sizing: border-box !important;
}

.hec-calc__title {
	margin: 0 0 20px !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #1c1c1b !important;
}

.hec-calc__label {
	margin: 0 0 10px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #1c1c1b !important;
}

.hec-calc__tiers {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
	border: 1px solid #e3e7e3 !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	margin-bottom: 20px !important;
}

.hec-calc__tier {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	padding: 12px 6px !important;
	border-right: 1px solid #e3e7e3 !important;
	background: #fff !important;
	text-align: center !important;
}

.hec-calc__tier:last-child {
	border-right: 0 !important;
}

.hec-calc__tier.is-active {
	background: #f5f7f5 !important;
}

.hec-calc__tier-qty {
	font-size: 13px !important;
	color: #6b756e !important;
	line-height: 1.2 !important;
}

.hec-calc__tier-price {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1c1c1b !important;
	line-height: 1.2 !important;
}

.hec-calc__qty-row {
	display: grid !important;
	grid-template-columns: 120px minmax(0, 1fr) !important;
	gap: 16px !important;
	align-items: center !important;
	margin-bottom: 20px !important;
}

.hec-calc__qty-box {
	display: flex !important;
	align-items: baseline !important;
	gap: 6px !important;
	border: 1px solid #e3e7e3 !important;
	border-radius: 12px !important;
	padding: 12px 14px !important;
	background: #fff !important;
	min-height: 52px !important;
	box-sizing: border-box !important;
}

.hec-calc__qty-input {
	width: 48px !important;
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: #1c1c1b !important;
	-moz-appearance: textfield !important;
}

.hec-calc__qty-input::-webkit-outer-spin-button,
.hec-calc__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

.hec-calc__qty-suffix {
	font-size: 14px !important;
	color: #6b756e !important;
	white-space: nowrap !important;
}

.hec-calc__range {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 100% !important;
	height: 6px !important;
	border-radius: 999px !important;
	background: linear-gradient(
		to right,
		#1f5c3d 0%,
		#1f5c3d var(--hec-range-pct, 0%),
		#e3e7e3 var(--hec-range-pct, 0%),
		#e3e7e3 100%
	) !important;
	outline: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.hec-calc__range::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	background: #fff !important;
	border: 1px solid #d7dcd7 !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12) !important;
	cursor: pointer !important;
}

.hec-calc__range::-moz-range-thumb {
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	background: #fff !important;
	border: 1px solid #d7dcd7 !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12) !important;
	cursor: pointer !important;
}

.hec-calc__range::-moz-range-track {
	height: 6px !important;
	border-radius: 999px !important;
	background: transparent !important;
}

.hec-calc__decoration {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 12px !important;
	margin-bottom: 20px !important;
}

.hec-calc__select-wrap {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	margin: 0 !important;
}

.hec-calc__select-label {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #1c1c1b !important;
}

.hec-calc__select {
	width: 100% !important;
	border: 1px solid #e3e7e3 !important;
	border-radius: 12px !important;
	padding: 12px 36px 12px 14px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #1c1c1b !important;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b756e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
	min-height: auto !important;
}

.hec-calc__summary {
	border-top: 1px solid #e3e7e3 !important;
	padding-top: 16px !important;
}

.hec-calc__summary-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 10px 0 !important;
}

.hec-calc__summary-row--total {
	border-top: 1px solid #e3e7e3 !important;
	margin-top: 4px !important;
	padding-top: 16px !important;
}

.hec-calc__summary-label {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #1c1c1b !important;
}

.hec-calc__summary-values {
	display: flex !important;
	align-items: baseline !important;
	gap: 8px !important;
}

.hec-calc__unit-price {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #1f5c3d !important;
	line-height: 1 !important;
}

.hec-calc__compare-price {
	font-size: 14px !important;
	color: #9aa39c !important;
	text-decoration: line-through !important;
}

.hec-calc__compare-price:empty {
	display: none !important;
}

.hec-calc__total-price {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #1c1c1b !important;
}

.hec-product__related {
	margin-top: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.hec-product__related h2,
.hec-product__carousel-title {
	margin: 0;
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	color: #1c1c1b;
	text-align: center;
}

.hec-product__carousel {
	margin-top: 56px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.hec-product__carousel-slider {
	width: 100%;
	max-width: 100%;
}

.hec-product__carousel-slider.hec-slider {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.hec-product__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.hec-product__brand-logo {
	max-width: 160px;
	height: auto;
	margin-bottom: 12px;
}

/* About brand tab */
.hec-brand-tab {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.hec-brand-tab__heading {
	margin: 0 0 20px;
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	color: #1c1c1b;
}

.hec-brand-tab__about {
	color: #3d4540;
	line-height: 1.7;
	font-size: 15px;
}

.hec-brand-tab__about p {
	margin: 0 0 14px;
}

.hec-brand-tab__trusted {
	margin-top: 24px;
	background: #f3efe6;
	border-radius: 12px;
	padding: 24px 28px;
}

.hec-brand-tab__trusted-title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: #1c1c1b;
}

.hec-brand-tab__trusted-body {
	color: #3d4540;
	line-height: 1.7;
	font-size: 15px;
}

.hec-brand-tab__trusted-body p {
	margin: 0 0 12px;
}

.hec-brand-tab__trusted-body p:last-child {
	margin-bottom: 0;
}

.hec-brand-tab__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.hec-brand-tab__feature {
	background: #fff;
	border: 1px solid #e3e7e3;
	border-radius: 12px;
	padding: 20px;
}

.hec-brand-tab__feature-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #1f5c3d;
	line-height: 1.3;
}

.hec-brand-tab__feature-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #3d4540;
}

.hec-brand-tab__empty {
	color: #6b756e;
	font-size: 15px;
}

@media (max-width: 900px) {
	.hec-brand-tab {
		grid-template-columns: 1fr;
	}

	.hec-brand-tab__features {
		grid-template-columns: 1fr;
	}
}

.hec-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.hec-product__hero {
		grid-template-columns: 1fr;
	}

	.hec-product__details-layout {
		grid-template-columns: 1fr;
	}

	.hec-product__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.hec-product__trust {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 640px) {
	.hec-product__gallery {
		grid-template-columns: 1fr;
	}

	.hec-product__thumbs {
		flex-direction: row;
		order: 2;
	}

	.hec-product__qty-block--matrix .hec-product__qty-controls {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
	}

	.hec-product__qty-block--matrix .hec-product__size-col {
		flex: 0 0 56px;
	}

	.hec-product__grid {
		grid-template-columns: 1fr;
	}

	.hec-calc__qty-row,
	.hec-calc__decoration {
		grid-template-columns: 1fr !important;
	}

	.hec-calc__tiers {
		overflow-x: auto !important;
		grid-template-columns: repeat(6, minmax(72px, 1fr)) !important;
	}
}
