.ssc-product-detail,
.ssc-product-extra {
	max-width: 1120px;
	margin: 0 auto 22px;
}

.ssc-back-link-wrap {
	margin-bottom: 14px;
}

.ssc-back-link {
	text-decoration: none;
	font-weight: 600;
}

.ssc-product-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	gap: 28px;
	align-items: start;
}

.ssc-primary-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

.ssc-gallery-strip {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 2px;
	flex: 1;
}

.ssc-gallery-item {
	width: calc(25% - 6px);
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	opacity: 0.8;
	flex: 0 0 calc(25% - 6px);
}

.ssc-gallery-item img {
	border-radius: 0;
	width: 100%;
	display: block;
}

.ssc-gallery-item.is-active {
	opacity: 1;
	outline: 2px solid #2f4650;
	outline-offset: 0;
}

.ssc-primary-image-el {
	width: 100%;
	height: auto;
	display: block;
	-webkit-user-drag: none;
	user-select: none;
}

.ssc-product-carousel,
.ssc-primary-image,
.ssc-gallery-strip {
	touch-action: pan-y;
}

.ssc-gallery-strip {
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.ssc-gallery-nav {
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
	margin-top: 10px;
}

.ssc-gallery-nav-btn {
	width: 28px;
	height: 100%;
	min-height: 92px;
	border: 0;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	transition: background-color 0.2s ease;
}

.ssc-gallery-nav-btn.is-prev {
	left: 0;
}

.ssc-gallery-nav-btn.is-next {
	right: 0;
}

.ssc-gallery-nav-btn:hover {
	background: rgba(0, 0, 0, 0.5);
}

.ssc-gallery-nav .ssc-gallery-strip {
	margin-top: 0;
	padding: 0 34px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.ssc-gallery-nav .ssc-gallery-strip::-webkit-scrollbar {
	display: none;
}

.ssc-product-title {
	margin: 0 0 4px;
	font-size: 42px;
	line-height: 1.12;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #2d2d2d;
}

.ssc-product-excerpt {
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 1.45;
	color: #3f3f46;
}

.ssc-product-price {
	font-size: 42px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 16px;
	color: #c89ca5;
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.ssc-product-price-label {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.2;
	color: #3a3a39;
}

.ssc-price-gst-note {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #9b8e8f;
}

.ssc-stock-badge {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 6px;
	font-weight: 600;
	margin-bottom: 14px;
}

.ssc-stock-out {
	background: #fee2e2;
	color: #991b1b;
}

.ssc-stock-backorder {
	background: #fff7ed;
	color: #9a3412;
}

.ssc-in-cart-box {
	padding: 14px;
	border: 1px solid #d4d4d8;
	border-radius: 8px;
	background: #fafafa;
}

.ssc-product-extra {
	background: #f6f6f4;
	padding: 0 6px;
	border: 0;
	border-radius: 0;
}

.ssc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ssc-btn,
.ssc-btn-secondary {
	display: inline-block;
	border: 0;
	border-radius: 999px;
	text-decoration: none;
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.ssc-btn {
	background: #2f4650;
	color: #fff;
}

.ssc-btn-alt {
	display: inline-block;
	border: 0;
	border-radius: 999px;
	text-decoration: none;
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background: #c9a3aa;
	color: #fff;
}

.ssc-btn-secondary {
	background: #eef2f3;
	color: #2f4650;
}

.ssc-accordion-group {
	display: grid;
	gap: 0;
	margin-top: 16px;
}

.ssc-accordion-item {
	border-bottom: 1px solid #dededd;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
}

.ssc-accordion-toggle {
	width: 100%;
	text-align: left; 
	padding: 13px 34px 13px 0;
	background: transparent;
	border: 0;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	gap: 22px;
}

.ssc-accordion-toggle::after {
	content: "\2304";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #9a9a98;
	font-size: 16px;
}

.ssc-toggle-title {
	min-width: 148px;
	font-size: 20px;
	color: #2f2f2f;
}

.ssc-toggle-subtitle {
	font-size: 18px;
	color: #6a6a68;
}

.ssc-accordion-content {
	padding: 6px 0 16px 0;
	display: none;
}

.ssc-accordion-item.is-open .ssc-accordion-content {
	display: block;
}

.ssc-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 10px;
}

.ssc-tab-nav button {
	border: 0;
	background: transparent;
	padding: 0 8px 0 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 15px;
	color: #7a7a78;
	position: relative;
	line-height: 1.2;
}

.ssc-tab-nav button::after {
	content: "|";
	margin-left: 8px;
	color: #9ca3af;
}

.ssc-tab-nav button:last-child::after {
	content: "";
	margin: 0;
}

.ssc-tab-nav button.is-active {
	color: #3d3d3d;
	font-weight: 700;
	text-decoration: none;
}

.ssc-tab-panel {
	display: none;
}

.ssc-tab-panel.is-active {
	display: block;
}

.ssc-shipping-intro {
	margin: 0 0 10px;
	font-size: 16px;
	color: #666665;
}

.ssc-shipping-rate-line {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 24px;
	color: #a7707b;
}

.ssc-shipping-note {
	margin: 0;
	font-size: 14px;
	color: #7b7b79;
}

.ssc-promo-banner {
	margin: 0 0 10px;
	padding: 8px 10px;
	border-radius: 6px;
	background: #ecfeff;
	color: #0f172a;
	font-weight: 600;
}

.ssc-attributes-grid {
	display: grid;
	gap: 8px;
}

.ssc-attribute-row {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.ssc-attribute-label {
	font-weight: 600;
}

.ssc-spec-footer {
	margin-top: 18px;
}

.ssc-spec-brochure-row {
	border-top: 1px dotted #c5c5c3;
	border-bottom: 1px dotted #c5c5c3;
	padding: 14px 0;
	margin-bottom: 16px;
}

.ssc-spec-brochure-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #a7707b;
	font-size: 18px;
	line-height: 1.4;
}

.ssc-spec-brochure-link:hover,
.ssc-spec-brochure-link:focus {
	color: #8f5f68;
	text-decoration: underline;
}

.ssc-spec-brochure-text {
	flex: 1;
}

.ssc-spec-structure {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ssc-spec-structure-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #4c4c4b;
}

.ssc-spec-structure-text strong {
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-spec-icon {
	flex: 0 0 auto;
	font-size: 1.35em;
	font-weight: 900;
	line-height: 1;
	color: #2f2f2f;
	-webkit-font-smoothing: antialiased;
}

.ssc-spec-brochure-link .ssc-spec-icon {
	color: #a7707b;
}

.ssc-feature-list {
	margin: 0;
	padding-left: 20px;
}

.ssc-inclusions-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ssc-inclusion-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #e3e3e1;
}

.ssc-inclusion-item:first-child {
	padding-top: 4px;
}

.ssc-inclusion-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.ssc-inclusion-media {
	flex: 0 0 72px;
}

.ssc-inclusion-thumb {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #d5d5d3;
	display: block;
	background: #f3f3f1;
}

.ssc-inclusion-body {
	flex: 1;
	min-width: 0;
}

.ssc-inclusion-title {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-inclusion-description {
	font-size: 16px;
	line-height: 1.5;
	color: #6a6a68;
}

.ssc-inclusion-description p {
	margin: 0 0 8px;
}

.ssc-inclusion-description p:last-child {
	margin-bottom: 0;
}

.ssc-warranty-content {
	padding-top: 4px;
}

.ssc-warranty-heading {
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-five-star-mark {
	font-weight: 800;
	color: #2f2f2f;
	letter-spacing: 0.01em;
}

.ssc-warranty-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ssc-warranty-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	line-height: 1.45;
	color: #4c4c4b;
}

.ssc-warranty-star {
	flex: 0 0 auto;
	margin-top: 2px;
	font-size: 1.05em;
	font-weight: 900;
	color: #2f2f2f;
}

.ssc-warranty-terms-link {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.ssc-warranty-terms-link a {
	color: #a7707b;
	text-decoration: none;
	font-weight: 600;
}

.ssc-warranty-terms-link a:hover,
.ssc-warranty-terms-link a:focus {
	color: #8f5f68;
	text-decoration: underline;
}

.ssc-build-info-list {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
	display: grid;
	gap: 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #4c4c4b;
}

.ssc-build-info-list strong {
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-build-info-cta {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #a68b77;
	text-decoration: none;
	cursor: pointer;
}

.ssc-build-info-cta:hover,
.ssc-build-info-cta:focus {
	color: #8f7562;
	text-decoration: underline;
}

.ssc-payment-options {
	padding-top: 4px;
}

.ssc-payment-options-list {
	display: grid;
}

.ssc-payment-option {
	display: grid;
	grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
	gap: 16px 24px;
	padding: 14px 0;
	border-top: 1px dotted #c5c5c3;
}

.ssc-payment-option:first-child {
	border-top: 0;
	padding-top: 0;
}

.ssc-payment-option-label {
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	font-style: italic;
	font-weight: 400;
	color: #2f2f2f;
}

.ssc-payment-option-body {
	font-size: 16px;
	line-height: 1.55;
	color: #4c4c4b;
}

.ssc-payment-option-body p {
	margin: 0;
}

.ssc-payment-option-body em {
	font-style: italic;
}

.ssc-payment-finance-link {
	display: inline;
	font-weight: 700;
	color: #a7707b;
	text-decoration: none;
}

.ssc-payment-finance-link:hover,
.ssc-payment-finance-link:focus {
	color: #8f5f68;
	text-decoration: underline;
}

.ssc-payment-checkout {
	margin-top: 18px;
	padding: 16px 0 4px;
	border-top: 1px dotted #c5c5c3;
	border-bottom: 1px dotted #c5c5c3;
}

.ssc-payment-checkout-heading {
	margin: 0 0 16px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-payment-checkout-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 32px;
}

.ssc-payment-checkout-column-title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-payment-checkout-column p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.55;
	color: #4c4c4b;
}

.ssc-payment-checkout-column p:last-child {
	margin-bottom: 0;
}

.ssc-payment-secured {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
}

.ssc-payment-secured strong {
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-payment-logos {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.ssc-payment-logo-nab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 4px 8px;
	border-radius: 3px;
	background: #c8102e;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.04em;
	line-height: 1;
}

.ssc-payment-logo-card {
	display: block;
	height: 28px;
	width: auto;
}

.ssc-tools-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
}

.ssc-tools-modal.is-open {
	display: flex;
}

body.ssc-tools-modal-open {
	overflow: hidden;
}

.ssc-tools-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.ssc-tools-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	padding: 28px 30px 24px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.ssc-tools-modal-title {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
	color: #2f2f2f;
}

.ssc-tools-modal-intro {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.5;
	color: #4c4c4b;
}

.ssc-tools-modal-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 22px;
}

.ssc-tools-modal-column-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-tools-modal-list {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
	font-size: 16px;
	line-height: 1.45;
	color: #4c4c4b;
}

.ssc-tools-modal-list li {
	margin-bottom: 4px;
}

.ssc-tools-modal-close {
	margin-top: 4px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 700;
}

.ssc-addon-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 6px;
	align-items: start;
}

.ssc-addon-column-title {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-addon-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ssc-addon-list-item {
	border-bottom: 1px solid #e3e3e1;
}

.ssc-addon-list-item:last-child {
	border-bottom: 0;
}

.ssc-addon-card {
	display: block;
}

.ssc-addon-header {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 12px 28px 12px 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	color: inherit;
	position: relative;
}

.ssc-addon-media {
	flex: 0 0 72px;
}

.ssc-addon-thumb {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #d5d5d3;
	display: block;
	background: #f3f3f1;
}

.ssc-addon-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ssc-addon-title {
	display: block;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 500;
	color: #2f2f2f;
	text-decoration: none;
}

.ssc-addon-title a {
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}

.ssc-addon-price a {
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}

.ssc-addon-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
	font-size: 14px;
	line-height: 1.3;
}

.ssc-addon-sku {
	color: #7a7a78;
	font-weight: 400;
}

.ssc-addon-price {
	color: #2f2f2f;
	font-weight: 700;
	font-size: 15px;
}

.ssc-addon-price .amount,
.ssc-addon-price bdi {
	font-weight: 700;
	color: #2f2f2f;
}

.ssc-addon-chevron-wrap {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	pointer-events: none;
}

.ssc-addon-chevron {
	font-size: 12px;
	color: #9a9a98;
	transition: transform 0.2s ease;
}

.ssc-addon-list-item.is-open .ssc-addon-chevron {
	transform: rotate(180deg);
}

.ssc-addon-panel {
	padding: 0 0 14px 86px;
}

.ssc-addon-description {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #6a6a68;
}

.ssc-addon-added-notice {
	margin: 0 0 12px;
	padding: 12px 14px;
	background: #efefed;
	font-size: 15px;
	line-height: 1.45;
	color: #4c4c4b;
}

.ssc-addon-added-notice[hidden] {
	display: none !important;
}

.ssc-addon-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ssc-addon-list-item.is-added-to-cart .ssc-addon-actions [data-ssc-ajax-add],
.ssc-addon-actions [data-ssc-ajax-add][hidden] {
	display: none !important;
}

.ssc-addon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	min-width: 130px;
	position: relative;
}

.ssc-addon-btn.is-info {
	background: #fff;
	color: #2f2f2f;
	border: 1px solid #2f2f2f;
}

.ssc-addon-btn.is-info:hover,
.ssc-addon-btn.is-info:focus {
	background: #f5f5f4;
}

.ssc-addon-btn.is-cart {
	background: #c9a3aa;
	color: #fff;
	border: 1px solid #c9a3aa;
}

.ssc-addon-btn.is-cart:hover,
.ssc-addon-btn.is-cart:focus {
	background: #b89299;
	border-color: #b89299;
}

.ssc-addon-btn.is-cart .ssc-addon-btn-spinner {
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
}

.ssc-addon-btn.is-cart.is-loading {
	pointer-events: none;
	cursor: wait;
}

.ssc-addon-btn.is-cart.is-loading .ssc-addon-btn-label {
	opacity: 0;
}

.ssc-addon-btn.is-cart.is-loading .ssc-addon-btn-spinner {
	display: inline-flex;
	position: absolute;
	inset: 0;
}

.ssc-addon-btn.is-view-order {
	background: #2f4650;
	color: #fff;
	border: 1px solid #2f4650;
	gap: 10px;
}

.ssc-addon-btn.is-view-order:hover,
.ssc-addon-btn.is-view-order:focus {
	background: #243a42;
	border-color: #243a42;
	color: #fff;
}

.ssc-addon-btn.is-view-order i {
	font-size: 14px;
	line-height: 1;
}

.ssc-special-upgrade {
	margin-top: 20px;
	padding: 14px;
	border-radius: 8px;
	background: #fffbeb;
	border: 1px solid #fcd34d;
}

.ssc-video-section {
	margin-top: 16px;
}

.ssc-video-embed iframe {
	width: 100%;
	min-height: 340px;
	border: 0;
	border-radius: 0;
}

.ssc-actions-top {
	margin-bottom: 14px;
}

.ssc-variation-form-wrap {
	margin-bottom: 14px;
}

.ssc-variation-form-wrap .variations {
	margin: 0 0 12px;
}

.ssc-variation-form-wrap .variations td,
.ssc-variation-form-wrap .variations th {
	padding: 6px 8px 6px 0;
	vertical-align: middle;
}

.ssc-variation-form-wrap .variations label {
	font-weight: 600;
	color: #3f3f46;
}

.ssc-variation-form-wrap .single_add_to_cart_button.button {
	display: inline-block;
	border: 0;
	border-radius: 999px;
	text-decoration: none;
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background: #2f4650;
	color: #fff;
}

.ssc-top-shipping {
	margin-top: 2px;
}

.ssc-brochure-btn {
	margin-top: 12px;
	min-width: 290px;
	padding: 12px 24px 11px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	text-transform: none;
	background: #2f4650;
	line-height: 1;
}

.ssc-brochure-btn-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
}

.ssc-brochure-btn-subtitle {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

.ssc-shed .ssc-long-description {
	margin: 16px 0;
	font-size: 18px;
	line-height: 1.55;
	color: #4c4c4b;
}

.ssc-bottom-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 16px 0 4px;
	justify-content: center;
}

.ssc-bottom-cta-row .ssc-bottom-cta-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 13px 22px 12px;
	border-radius: 999px;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
}

.ssc-bottom-cta-row .ssc-bottom-cta-btn.is-brochure {
	min-width: 340px;
}

.ssc-bottom-cta-row .ssc-bottom-cta-btn.is-deposit {
	min-width: 190px;
}

.ssc-bottom-cta-row .ssc-bottom-cta-btn.is-buy {
	min-width: 170px;
}

.ssc-bottom-cta-title {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
}

.ssc-bottom-cta-subtitle {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.ssc-product-detail-grid,
	.ssc-addon-sections,
	.ssc-tools-modal-columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.ssc-product-title {
		font-size: 34px;
	}

	.ssc-product-price {
		font-size: 34px;
	}

	.ssc-accordion-toggle {
		display: block;
		padding-right: 28px;
	}

	.ssc-toggle-title {
		display: block;
		margin-bottom: 4px;
	}

	.ssc-bottom-cta-row {
		justify-content: center;
	}

	.ssc-bottom-cta-row .ssc-bottom-cta-btn {
		min-width: min(100%, 340px);
	}

	.ssc-addon-panel {
		padding-left: 0;
	}

	.ssc-addon-actions {
		flex-direction: column;
	}

	.ssc-addon-btn {
		width: 100%;
	}

	.ssc-payment-option,
	.ssc-payment-checkout-columns {
		grid-template-columns: minmax(0, 1fr);
	}
}

