.gopt-active form.variations_form .gopt-size-row{display:none!important}.gopt-active form.variations_form .single_variation_wrap{display:none!important}.gopt-order{clear:both;display:block;flex:0 0 100%;width:100%;max-width:100%;margin:18px 0;padding:18px;border:1px solid #e2e2e2;border-radius:8px;background:#fff;box-sizing:border-box}.gopt-heading{margin:0 0 14px;font-size:1.05em}.gopt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;width:100%}.gopt-cell{display:flex;flex-direction:column;align-items:center;gap:7px;padding:10px;border:1px solid #ddd;border-radius:6px;background:#fafafa;box-sizing:border-box}.gopt-size{font-weight:700}.gopt-qty{width:70px!important;min-height:40px;text-align:center}.gopt-price{font-size:.82em;line-height:1.2;text-align:center}.gopt-cell.is-disabled{opacity:.48}.gopt-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px;padding-top:14px;border-top:1px solid #eee}.gopt-submit{white-space:normal}.gopt-notice{margin-top:10px}.gopt-notice.is-error{color:#b42318}.gopt-notice.is-success{color:#18794e}.gopt-order.is-loading{opacity:.65;pointer-events:none}@media(max-width:560px){.gopt-order{width:100%;max-width:100%;padding:12px}.gopt-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.gopt-cell{min-width:0;padding:8px 4px}.gopt-qty{max-width:100%;width:58px!important}.gopt-footer{align-items:stretch;flex-direction:column}.gopt-submit{width:100%}}

/* TuDTF: selector de zonas de planchado. */
.gopt-active .gopt-zone-field .wapf-image-swatch-wrapper {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 14px !important;
	width: 100% !important;
}

.gopt-active .gopt-zone-field .wapf-swatch--image {
	width: 100% !important;
	min-width: 0 !important;
	flex: none !important;
	margin: 0 !important;
}

.gopt-active .gopt-zone-field .wapf-swatch--image > label {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
}

.gopt-active .gopt-zone-field .wapf-swatch--image > label > div:first-of-type {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	padding: 6px !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

.gopt-active .gopt-zone-field .wapf-swatch--image > label > div:first-of-type img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	object-fit: contain !important;
}

.gopt-active .gopt-zone-field .gopt-zone-caption {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	justify-content: center !important;
	gap: 3px !important;
	padding: 9px 7px 10px !important;
	text-align: center !important;
	line-height: 1.2 !important;
	box-sizing: border-box !important;
}

.gopt-active .gopt-zone-field .gopt-zone-caption strong {
	display: block !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}

.gopt-active .gopt-zone-field .gopt-zone-limit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 3px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #555 !important;
	white-space: nowrap !important;
}

.gopt-active .gopt-zone-field .gopt-zone-help {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 16px !important;
	height: 16px !important;
	margin-left: 0 !important;
	border-radius: 50% !important;
	cursor: help !important;
	font-size: 13px !important;
	color: #333 !important;
}

@media (max-width: 1024px) {
	.gopt-active .gopt-zone-field .wapf-image-swatch-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
}

@media (max-width: 420px) {
	.gopt-active .gopt-zone-field .wapf-image-swatch-wrapper {
		gap: 9px !important;
	}
}

.gopt-pricing-summary {
	display: none;
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid #dedede;
	border-radius: 7px;
	background: #f8f8f8;
	box-sizing: border-box;
}

.gopt-pricing-summary--cart {
	width: 100%;
	margin: 20px 0;
}

.gopt-active .gopt-native-quantity-readonly input.qty {
	pointer-events: none !important;
	cursor: default !important;
	user-select: none !important;
	-moz-appearance: textfield !important;
}

.gopt-active .gopt-native-quantity-readonly input.qty::-webkit-inner-spin-button,
.gopt-active .gopt-native-quantity-readonly input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

.gopt-active .gopt-native-quantity-readonly .plus,
.gopt-active .gopt-native-quantity-readonly .minus {
	display: none !important;
}

.gopt-pricing-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 5px 0;
}

.gopt-pricing-row strong {
	white-space: nowrap;
	text-align: right;
}

.gopt-pricing-note {
	font-size: .85em;
	opacity: .72;
}

.gopt-pricing-total {
	margin-top: 7px;
	padding-top: 11px;
	border-top: 1px solid #d8d8d8;
	font-size: 1.08em;
}

.gopt-pricing-enabled .ochoa-unit-price-box:not(.go-gc-product-price-box) {
	display: none !important;
}

@media (max-width: 560px) {
	.gopt-pricing-summary {
		padding: 12px;
	}

	.gopt-pricing-row {
		gap: 10px;
	}
}

/* Presentación del ahorro por volumen en carrito y checkout. */
.gopt-discounted-price,
.gopt-discounted-order-total {
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
}

.gopt-discounted-price del,
.gopt-discounted-order-total del {
	color: #777 !important;
	font-weight: 500;
	opacity: .82;
}

.gopt-discounted-price ins,
.gopt-discounted-order-total ins {
	color: #16803c !important;
	font-weight: 700;
	text-decoration: none !important;
}

.gopt-discounted-order-total del {
	font-size: .78em;
	margin-right: 8px;
}

.gopt-discounted-order-total ins strong {
	color: inherit !important;
}

.gopt-volume-savings th,
.gopt-volume-savings td {
	background: transparent !important;
	font-weight: inherit !important;
}

.gopt-volume-savings th {
	color: inherit !important;
}

.gopt-volume-savings td {
	color: #24ae4e !important;
}

@media (max-width: 560px) {
	.gopt-discounted-price,
	.gopt-discounted-order-total {
		gap: 5px;
	}
}

/* Camisetas recomendadas en las fichas de transfer DTF. */
.gopt-dtf-upsell {
	clear: both;
	width: 100%;
	margin: 46px 0 38px;
	padding: 36px;
	border-radius: 18px;
	background: #f5f5f5;
	box-sizing: border-box;
}

.gopt-dtf-upsell__head {
	max-width: 780px;
	margin: 0 auto 26px;
	text-align: center;
}

.gopt-dtf-upsell__eyebrow {
	display: inline-block;
	margin-bottom: 8px;
	color: #e00000;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gopt-dtf-upsell__head h2 {
	margin: 0 0 10px;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.12;
}

.gopt-dtf-upsell__head p {
	margin: 0;
	color: #5d5d5d;
	font-size: 17px;
}

.gopt-dtf-upsell__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.gopt-dtf-upsell__card {
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .045);
}

.gopt-dtf-upsell__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.gopt-dtf-upsell__image {
	display: block;
	aspect-ratio: 1 / 1;
	padding: 12px;
	background: #dedede;
}

.gopt-dtf-upsell__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
}

.gopt-dtf-upsell__content {
	display: flex;
	min-height: 275px;
	padding: 18px;
	flex-direction: column;
	box-sizing: border-box;
}

.gopt-dtf-upsell__content h3 {
	margin: 0 0 6px;
	font-size: 19px;
	line-height: 1.25;
}

.gopt-dtf-upsell__content h3 a {
	color: inherit;
	text-decoration: none;
}

.gopt-dtf-upsell__price {
	margin: 0 0 10px;
	color: #e00000;
	font-weight: 800;
}

.gopt-dtf-upsell__description {
	margin: 0 0 16px;
	color: #666;
	font-size: 14px;
	line-height: 1.45;
}

.gopt-dtf-upsell__actions {
	display: grid;
	gap: 9px;
	margin-top: auto;
}

.gopt-dtf-upsell__button {
	display: flex;
	min-height: 44px;
	padding: 9px 12px;
	align-items: center;
	justify-content: center;
	border: 2px solid #e00000;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
}

.gopt-dtf-upsell__button--plain {
	background: #fff;
	color: #d60000 !important;
}

.gopt-dtf-upsell__button--personalized {
	background: #e00000;
	color: #fff !important;
}

.gopt-dtf-upsell__button:hover {
	border-color: #b80000;
	background: #b80000;
	color: #fff !important;
}

.gopt-dtf-upsell__cart-note {
	margin: 20px 0 0;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

#gopt-order {
	scroll-margin-top: 120px;
}

.gopt-delivery-times {
	display: grid;
	width: 100%;
	gap: 5px;
}

.gopt-delivery-times__title {
	display: block;
	margin-bottom: 2px;
}

.gopt-delivery-times__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 5px 9px;
	border: 1px solid transparent;
	border-radius: 6px;
	transition: opacity .18s ease, background .18s ease, border-color .18s ease;
}

.gopt-delivery-times__row b {
	white-space: nowrap;
}

.gopt-delivery-times__row.is-selected {
	border-color: #8ac8ea;
	background: rgba(255, 255, 255, .62);
}

.gopt-delivery-times__row.is-muted {
	opacity: .58;
}

@media (max-width: 1024px) {
	.gopt-dtf-upsell__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gopt-dtf-upsell__content { min-height: 245px; }
}

@media (max-width: 600px) {
	.gopt-dtf-upsell {
		margin: 30px 0 24px;
		padding: 22px 14px;
		border-radius: 12px;
	}
	.gopt-dtf-upsell__grid { grid-template-columns: 1fr; }
	.gopt-dtf-upsell__head p { font-size: 15px; }
	.gopt-dtf-upsell__content { min-height: 0; }
	.gopt-delivery-times__row {
		gap: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
}
