/* APTO Gift Card customizer */

.apto-gc-page,
.apto-gc-page * {
	box-sizing: border-box;
}

.apto-gc-page {
	--apto-gc-bottom-bg: #191919;
	--apto-gc-bottom-text: #ffffff;
	--apto-gc-message-text: #333333;
	max-width: 1280px;
	margin: 0 auto;
	padding: 24px 20px 64px;
}

body.single-product .product_title.entry-title.mwb_cgc_title {
	max-width: 1280px;
	margin: 24px auto 14px !important;
	padding: 0 20px;
	text-align: center !important;
	text-transform: none !important;
}

.apto-gc-page form.cart {
	margin: 0;
}

.apto-gc-wrapper-row {
	display: grid;
	grid-template-columns: minmax(220px, 240px) minmax(420px, 1fr) minmax(280px, 292px);
	gap: 20px;
	align-items: start;
}

.apto-gc-column {
	min-width: 0;
}

.apto-gc-product-image,
.apto-gc-preview,
.apto-gc-gift-details {
	padding: 14px;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	background: #fff;
}

.apto-gc-heading {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	padding-bottom: 9px;
	border-bottom: 2px solid #1a1a1a;
	color: #111;
}

.apto-gc-field-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin: 16px 0 7px;
	color: #5f5f5f;
}

/* Design picker */
.apto-gc-product-image {
	padding-top: 14px;
}

.apto-gc-category-control {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	margin: 0 0 10px;
}

.apto-gc-category-control label {
	margin: 0;
	color: #666;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

body.single-product .apto-gc-page select.apto-gc-category-select {
	width: 100%;
	min-height: 34px;
	padding: 7px 28px 7px 10px;
	border: 1px solid #dcdcdc;
	border-radius: 9px;
	background: #fff;
	color: #111;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.apto-gc-design-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	max-height: 424px;
	overflow-y: auto;
	padding-right: 3px;
	align-content: start;
	scrollbar-width: thin;
	scrollbar-color: #cfcfcf transparent;
}

.apto-gc-design-grid::-webkit-scrollbar {
	width: 4px;
}

.apto-gc-design-grid::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #cfcfcf;
}

body.single-product .apto-gc-page .apto-gc-design-grid .apto-gc-design-item {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	border-radius: 9px;
	background: #f6f6f6;
	transition: border-color 0.2s ease;
}

	body.single-product .apto-gc-page .apto-gc-design-grid .apto-gc-design-item:hover {
	border-color: #000;
}

body.single-product .apto-gc-page .apto-gc-design-grid .apto-gc-design-item.mwb_active {
	border-color: #000;
}

body.single-product .apto-gc-page .apto-gc-design-grid .apto-gc-design-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.single-product .apto-gc-page .apto-gc-design-grid .apto-gc-design-item.apto-gc-upload-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-style: dashed;
	border-color: #d8d8d8;
	background: #fafafa;
	background-position: center;
	background-size: cover;
}

.apto-gc-upload-btn {
	font-size: 28px;
	line-height: 1;
	color: #9b9b9b;
}

.apto-gc-upload-has-image .apto-gc-upload-btn {
	display: none;
}

.mwb-cgc-text-upload {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

/* Preview */
.apto-gc-preview-image {
	overflow: hidden;
	border: 1px solid #ece6df;
	border-radius: 12px;
	background: #fff;
}

.apto-gc-preview-image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	height: auto;
	object-fit: contain;
}

.apto-gc-coupon-code-preview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 114px;
	margin-top: 10px;
	padding: 18px;
	border-radius: 12px;
	background: var(--apto-gc-bottom-bg);
	color: var(--apto-gc-bottom-text);
}

.apto-gc-coupon {
	order: 2;
	flex: 0 1 auto;
	margin: 0;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 800;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
}

.apto-gc-coupon > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 188px;
	padding: 9px 24px 8px;
	border-radius: 7px;
	background: #fff;
	color: #111;
}

.apto-gc-code-card {
	flex-direction: column;
}

.apto-gc-barcode {
	display: block;
	width: 142px;
	max-width: 100%;
	height: 30px;
	background: repeating-linear-gradient(
		90deg,
		#111 0 2px,
		transparent 2px 4px,
		#111 4px 5px,
		transparent 5px 8px,
		#111 8px 11px,
		transparent 11px 14px
	);
}

.apto-gc-coupon-meta {
	display: contents;
}

.apto-gc-coupon-meta .apto-gc-expiry,
.apto-gc-coupon-meta .apto-gc-coupon-price {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
}

.apto-gc-coupon-meta .apto-gc-expiry {
	order: 1;
	flex: 1 1 0;
	align-self: center;
	min-width: 0;
}

.apto-gc-coupon-meta .apto-gc-expiry label {
	margin-right: 4px;
}

.apto-gc-coupon-meta .apto-gc-coupon-price {
	order: 3;
	flex: 1 1 0;
	align-self: center;
	min-width: 0;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.92;
	font-variant-numeric: tabular-nums;
	text-align: right;
	white-space: nowrap;
}

.apto-gc-from-name {
	padding: 14px 8px 12px;
	text-align: center;
}

.apto-gc-gift-content {
	max-width: 680px;
	margin: 0 auto 8px;
	color: var(--apto-gc-message-text);
	font-size: 14px;
	line-height: 1.45;
}

.apto-gc-name {
	font-size: 15px;
	line-height: 1.4;
	color: #666;
}

.apto-gc-name .mwb_cgc_from_name {
	font-weight: 800;
	color: var(--apto-gc-message-text);
}

.apto-gc-terms {
	margin-top: 12px;
	padding: 12px 13px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fafafa;
	color: #747474;
	font-size: 12px;
	line-height: 1.48;
}

/* Details form */
.apto-gc-gift-details {
	padding: 14px;
}

.apto-gc-gift-details .apto-gc-heading {
	margin-bottom: 14px;
}

body.single-product .apto-gc-page input.apto-gc-text,
body.single-product .apto-gc-page textarea.apto-gc-text,
body.single-product .apto-gc-page .mwb-cgc-text {
	display: block;
	width: 100% !important;
	min-height: 44px;
	margin: 0;
	padding: 10px 13px !important;
	border: 1px solid #dcdcdc !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #111 !important;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.35;
	outline: 2px solid transparent;
	outline-offset: 2px;
	appearance: none;
}

body.single-product .apto-gc-page input.apto-gc-text::placeholder,
body.single-product .apto-gc-page textarea.apto-gc-text::placeholder,
body.single-product .apto-gc-page .mwb-cgc-text::placeholder {
	color: #8c8c8c;
}

body.single-product .apto-gc-page input.apto-gc-text:focus,
body.single-product .apto-gc-page textarea.apto-gc-text:focus,
body.single-product .apto-gc-page .mwb-cgc-text:focus {
	border-color: #dcdcdc !important;
	outline-color: #e7ded2;
	box-shadow: none !important;
}

body.single-product .apto-gc-page textarea.apto-gc-textarea {
	min-height: 96px;
	resize: vertical;
}

.apto-gc-datepicker {
	cursor: pointer;
}

/* Price buttons */
.apto-gc-prices {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 10px;
}

body.single-product .apto-gc-page .apto-gc-prices button.apto-gc-price-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 42px;
	padding: 9px 8px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	background: #fff;
	color: #111;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	transition: border-color 0.2s ease;
}

body.single-product .apto-gc-page .apto-gc-prices button.apto-gc-price-btn:hover {
	border-color: #000;
	background: #fff;
	box-shadow: none;
	color: #000;
}

body.single-product .apto-gc-page .apto-gc-prices button.apto-gc-price-btn.apto-gc-price-active {
	border-color: #000;
	background: #fff;
	box-shadow: none;
	color: #000;
}

body.single-product .apto-gc-page .apto-gc-prices button.apto-gc-price-btn .woocommerce-Price-currencySymbol {
	margin-right: 1px;
	font-size: 12px;
	vertical-align: top;
}

body.single-product .apto-gc-page .apto-gc-custom-amount {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 42px;
	margin: 0;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	background: #fff;
	cursor: text;
	transition: border-color 0.2s ease;
	white-space: nowrap;
}

.apto-gc-custom-amount:hover,
.apto-gc-custom-amount.apto-gc-custom-amount-active {
	border-color: #000;
}

.apto-gc-custom-amount:has(.mwb_wgm_error) {
	border-color: #cc1818;
}

body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input {
	position: relative;
	z-index: 1;
	width: 100% !important;
	box-sizing: border-box;
	min-height: 40px;
	padding: 8px 28px 8px 8px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #111 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	-moz-appearance: textfield;
}

body.single-product .apto-gc-page .apto-gc-custom-amount.apto-gc-custom-amount-active input.apto-gc-custom-amount-input {
	padding-right: 28px !important;
}

body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input::placeholder {
	color: #111;
	opacity: 1;
}

body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input:focus::placeholder {
	color: transparent;
	opacity: 0;
}

body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input:focus {
	outline: none;
}

body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input::-webkit-outer-spin-button,
body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.single-product .apto-gc-page .apto-gc-custom-amount .apto-gc-custom-amount-symbol {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	color: #666;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	transform: translateY(-50%);
}

.apto-gc-custom-amount:not(.apto-gc-custom-amount-active) .apto-gc-custom-amount-symbol {
	display: none;
}

.apto-gc-color-controls {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 12px 0 4px;
	overflow: visible;
}

.apto-gc-color-field {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(138px, 158px);
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.apto-gc-color-field label {
	display: block;
	min-height: 0;
	margin: 0;
	color: #5f5f5f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.apto-gc-color-row {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
}

body.single-product .apto-gc-page .apto-gc-color-row button.apto-gc-color-trigger,
body.single-product .apto-gc-page .apto-gc-color-row input.apto-gc-color-hex,
body.single-product .apto-gc-page .apto-gc-color-info {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 36px;
	padding: 7px 9px;
	border: 1px solid #dcdcdc;
	border-radius: 9px;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: border-color 0.2s ease;
}

body.single-product .apto-gc-page .apto-gc-color-row button.apto-gc-color-trigger {
	justify-content: center;
	padding: 7px;
	cursor: pointer;
	gap: 0;
	font-size: 0;
}

body.single-product .apto-gc-page .apto-gc-color-row input.apto-gc-color-hex {
	min-width: 0;
	font-family: "SF Mono", "Fira Code", "Roboto Mono", monospace;
	appearance: none;
}

body.single-product .apto-gc-page .apto-gc-color-row button.apto-gc-color-trigger:hover {
	border-color: #000;
	background: #fff;
	box-shadow: none;
}

body.single-product .apto-gc-page .apto-gc-color-row button.apto-gc-color-trigger:focus,
body.single-product .apto-gc-page .apto-gc-color-row input.apto-gc-color-hex:focus {
	border-color: #000;
	background: #fff;
	box-shadow: none;
	outline: none;
}

.apto-gc-color-swatch {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	background: var(--apto-picker-color);
}

.apto-gc-color-value {
	overflow: hidden;
	font-family: "SF Mono", "Fira Code", "Roboto Mono", monospace;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.apto-gc-color-popover {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: auto;
	z-index: 30;
	width: 286px;
	max-width: calc(100vw - 32px);
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 16px;
	background: #fff;
}

.apto-gc-color-field:nth-child(3n) .apto-gc-color-popover {
	right: 0;
	left: auto;
}

.apto-gc-color-popover[hidden] {
	display: none;
}

.apto-gc-picker-panel {
	display: grid;
	gap: 10px;
}

.apto-gc-picker-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22px;
	gap: 12px;
	align-items: center;
}

.apto-gc-wheel-wrap {
	position: relative;
	width: 220px;
	max-width: 100%;
	aspect-ratio: 1;
	margin: 0 auto;
}

.apto-gc-color-wheel {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	cursor: crosshair;
	touch-action: none;
}

.apto-gc-picker-pointer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	outline: 1px solid rgba(0, 0, 0, 0.45);
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.apto-gc-value-slider {
	position: relative;
	width: 20px;
	height: 220px;
	border: 1px solid #e2e2e2;
	border-radius: 999px;
	cursor: ns-resize;
	touch-action: none;
}

.apto-gc-value-slider span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 28px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #fff;
	outline: 1px solid rgba(0, 0, 0, 0.45);
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.apto-gc-palette {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 6px;
}

body.single-product .apto-gc-page .apto-gc-palette button.apto-gc-palette-color {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	min-height: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-radius: 7px;
	background: var(--apto-palette-color);
	cursor: pointer;
	transition: border-color 0.2s ease;
}

body.single-product .apto-gc-page .apto-gc-palette button.apto-gc-palette-color:hover,
body.single-product .apto-gc-page .apto-gc-palette button.apto-gc-palette-color:focus {
	border-color: #000;
	background: var(--apto-palette-color);
	box-shadow: none;
	outline: none;
}

body.single-product .apto-gc-page .apto-gc-palette button.apto-gc-palette-color.apto-gc-palette-active {
	border-color: #000;
	background: var(--apto-palette-color);
	box-shadow: none;
}

body.single-product .apto-gc-page .apto-gc-color-info {
	gap: 8px;
	font-family: "SF Mono", "Fira Code", "Roboto Mono", monospace;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.single-product .apto-gc-page .apto-gc-color-info {
	min-height: 38px;
	margin-top: 10px;
	cursor: default;
}

body.single-product .apto-gc-page .apto-gc-color-popover .apto-gc-color-info {
	margin-top: 0;
	border-color: #dcdcdc;
	background: #fff;
	color: #111;
}

.apto-gc-color-popover .apto-gc-color-swatch {
	border-color: rgba(0, 0, 0, 0.16);
}

/* Delivery radios */
.apto-gc-gift-details .mwb-cgc-radio {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 8px 8px;
	align-items: center;
	margin: 0 0 10px;
}

body.single-product .apto-gc-page .apto-gc-gift-details .mwb-cgc-radio input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #1a1a1a;
}

.apto-gc-gift-details .mwb-cgc-radio label {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.apto-gc-gift-details .mwb-cgc-radio .mwb-cgc-text {
	grid-column: 1 / -1;
}

/* Buy button */
body.single-product .apto-gc-page form.cart button.apto-gc-buy-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 18px;
	padding: 13px 18px;
	border: 0;
	border-radius: 12px;
	background: #1a1a1a;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

body.single-product .apto-gc-page form.cart button.apto-gc-buy-btn:hover,
body.single-product .apto-gc-page form.cart button.apto-gc-buy-btn:focus {
	background: #000;
	box-shadow: none;
	color: #fff;
	outline: none;
}

@media screen and (max-width: 1180px) {
	.apto-gc-wrapper-row {
		grid-template-columns: minmax(212px, 228px) minmax(0, 1fr) minmax(270px, 286px);
		gap: 18px;
	}

	.apto-gc-page {
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.apto-gc-wrapper-row {
		grid-template-columns: minmax(212px, 228px) minmax(0, 1fr);
	}

	.apto-gc-gift-details {
		grid-column: 1 / -1;
		max-width: 680px;
		margin: 0 auto;
	}

	.apto-gc-prices {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	body.single-product .product_title.entry-title.mwb_cgc_title {
		margin-top: 20px !important;
		font-size: 24px;
		line-height: 1.2;
	}

	.apto-gc-page {
		padding: 18px 14px 48px;
	}

	.apto-gc-wrapper-row {
		display: flex;
		flex-direction: column;
		gap: 22px;
	}

	.apto-gc-product-image {
		order: 1;
		width: 100%;
		padding: 14px;
	}

	.apto-gc-preview {
		order: 2;
		width: 100%;
		padding: 14px;
	}

	.apto-gc-gift-details {
		order: 3;
		width: 100%;
		max-width: none;
		padding: 16px;
	}

	.apto-gc-category-control {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.apto-gc-category-control label {
		font-size: 11px;
	}

	.apto-gc-design-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		overflow-y: visible;
		max-height: none;
		padding: 0 14% 8px;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 14%;
		scrollbar-width: thin;
		scrollbar-color: #ccc transparent;
		-webkit-overflow-scrolling: touch;
	}

	.apto-gc-design-grid::-webkit-scrollbar {
		height: 4px;
	}

	.apto-gc-design-grid::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: #ccc;
	}

	body.single-product .apto-gc-page .apto-gc-design-grid .apto-gc-design-item {
		flex: 0 0 72%;
		max-width: 260px;
		scroll-snap-align: center;
	}

	.apto-gc-coupon-code-preview {
		align-items: center;
		justify-content: space-between;
		gap: 5px;
		min-height: 92px;
		padding: 14px 10px;
	}

	.apto-gc-coupon-meta .apto-gc-expiry,
	.apto-gc-coupon-meta .apto-gc-coupon-price {
		flex-basis: 0;
	}

	.apto-gc-coupon > span {
		min-width: 96px;
		padding: 6px 7px;
	}

	.apto-gc-barcode {
		width: 82px;
		height: 23px;
	}

	.apto-gc-coupon-meta .apto-gc-expiry {
		font-size: 12px;
		line-height: 1.25;
	}

	.apto-gc-coupon-meta .apto-gc-coupon-price {
		font-size: clamp(24px, 6.8vw, 28px);
	}

	.apto-gc-prices {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.apto-gc-color-controls {
		grid-template-columns: 1fr;
	}

	.apto-gc-color-field {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(138px, 158px);
		gap: 10px;
		align-items: center;
	}

	.apto-gc-color-field label {
		min-height: 0;
		margin: 0;
	}

	.apto-gc-color-popover {
		grid-column: 1 / -1;
		position: static;
		width: 100%;
	}

	.apto-gc-color-wheel {
		width: min(220px, 100%);
		height: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 380px) {
	body.single-product .apto-gc-page .apto-gc-prices button.apto-gc-price-btn {
		font-size: 13px;
		padding-right: 5px;
		padding-left: 5px;
	}

	body.single-product .apto-gc-page .apto-gc-custom-amount input.apto-gc-custom-amount-input {
		font-size: 12px;
		padding-right: 20px !important;
		padding-left: 4px !important;
	}

	.apto-gc-coupon > span {
		min-width: 0;
		width: 100%;
	}
}
