@media (max-width: 1100px) {
  #android_smartbanner ~ .elementor-location-header{
    top: 108px;
	position: sticky;
	z-index: 100;
  }
}
 
.audials_product_color_one {
    color: var(--e-global-color-58f559e);
}
.audials_product_color_music {
    color: var(--e-global-color-3742a7e);
}
.audials_product_color_movie {
    color: var(--e-global-color-ef54cc7);
}
.audials_product_color_vision {
    color: var(--e-global-color-e57e91d);
}
.audials_product_color_radio {
    color: var(--e-global-color-917bbfe);
}
.audials_product_color_apps {
    color: var(--e-global-color-4c863c3);
}
.audials_product_identifier_text_styling {
    font-weight: 700;
}

.ultralabel-inline {
	background-color: var(--e-global-color-9b4386b);
    color: var(--e-global-color-5d06850);
    padding: 0 8px;
    border-radius: 8px;
}

.ultralabel-inline_large {
    padding: 0 16px;
    border-radius: 20px;
}
 
.elementor-widget-text-editor {
	h2 {
		margin-top: 6rem;
		margin-bottom: 1rem;
	}
	h3 {
		margin-top: 42px;
	}
	p {
		margin-top: 6px;
		
		&:last-child {
			margin-bottom: 0px;
		}
		&:first-child {
			margin-top: 0px;
		}
		a {
			font-weight: 700;
			text-decoration: underline;
		}		
	}
}

/* Top bar and top bar menu START */
.audials_topbar-parent {
	.elementor-widget-n-menu {
		.e-n-menu-dropdown-icon-closed, selector .e-n-menu-dropdown-icon-opened {
			position: relative;
			top: 2px;
			left: 2px;
		}
		.e-n-menu-toggle {
			background-color: transparent;
		}
	}
}
@media screen and (max-width: 1100px) {
	.audials_topbar-parent {
		.elementor-widget-n-menu {
			.e-n-menu-title:not(:first-child) {
				border-style: solid;
				border-width: 0;
				border-top-width: 1px;
				border-color: #555252;
			}
		}
	}
}
.audials_topbar-submenu {
	a:hover {
		text-decoration: underline;
		text-decoration-color: var(--e-global-color-210740b);
	}
}
.audials_topbar-software_product_list {

	a[href*="/one"] {
		text-decoration-color: var(--e-global-color-58f559e);
	}
	a[href*="music"] {
		text-decoration-color: var(--e-global-color-3742a7e);
	}
	a[href*="movie"] {
		text-decoration-color: var(--e-global-color-ef54cc7);
	}
	a[href*="vision"] {
		text-decoration-color: var(--e-global-color-e57e91d);
	}
	a[href*="radio"] {
		text-decoration-color: var(--e-global-color-917bbfe);
	}
	
}
.topbar_subheader_products {	
    backdrop-filter: blur(10px); /* Blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
	height: 50px;
	min-height: 50px;
	
	.topbar_subheader_products-menu {
		.elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title.e-current, .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title, .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title:hover {
			border-top-color: transparent;
		}	
	}
	
	/* Temporary font size fix: can be removed as soon as the number of subheader templates was reduced */
	.topbar_subheader_products-menu .e-n-menu-item a span{
		font-size: 16px;
	}	
	.topbar_subheader_products-auxiliary_controls .elementor-element.elementor-widget-button a.elementor-button {
		padding-left: 12px;
		padding-right: 12px;
	}
	
}
.topbar_subheader_products p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Top bar and top bar menu END */

/* Page content styling START */
/* A more generic approach to website styling, following BEM */
.content-sections {
	--gap: 100px 100px;
	--padding-top: 100px;
	--padding-bottom: 100px;
	--padding-left: 20px;
	--padding-right: 20px;
	&--borderless {
		--padding-left: 0px;
		--padding-right: 0px;
	}
}
.content-section {
	&--narrow {
		max-width: 1100px;
	}
}
/* Page content styling END */

/* Product page type styling START */
.products_header_container .elementor-button {
    padding: 17px 24px;
}
.products_topic_content_wrapper {
	--gap: 75px 75px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}
.products_topic_container {
	--gap: 75px 75px;
	padding: 0;
}
.products_section_topic > .e-con-inner {
    margin-top: 5rem;
}
.products_section_topic > .e-con-inner {
    margin-bottom: 5rem;
}
/* Disable any margin that content may bring into text editor widget */
.products_section_topic .elementor-widget-text-editor .elementor-widget-container > :first-child {
    margin-top: 0;
}
.products_section_anchor {
	padding: 0;
}
.ultra_label_headline_after::after,.ultra_label_headline_before::before {
	content: "ultra";
	font-size: 1.4rem;
	font-weight: bold;
	color: #E35FEC;
	border-radius: 1rem;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(34,35,98,0.9);
	display: inline;
	position: relative;
	top: -15px;
	margin-left: 0.7rem;
	margin-right: 0.7rem;
}
.ultra_label_container::after {
	content: "ultra";
	font-size: 1.4rem;
	font-weight: bold;
	color: #E35FEC;
	border-radius: 1rem;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(34,35,98,0.9);
	display: inline;
	position: absolute;
	top: -15px;
	right: -20px;
}
.products_header_product_name {
    font-size: 61px;
    font-weight: 700;
}

.products_header_product_name span {
    font-size: 315px;
    font-weight: 300;
    margin-left: -16px;
    line-height: 120px;
}
.products_header_buttons_container .elementor-widget-button.secondary_button .elementor-button {
    background-color: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.e-con .elementor-widget.header_button {
    min-width: 248px;
}

.a25prod_headline_large {
    padding-left: 40px;
}
/* Product page type styling END */

/* Product flexible page type START */
.shop_card_item-free_trial_button {
    height: 52px;
}
.shop_card_item-free_trial_button .elementor-button {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.shop_card_item-description a {
    color: var(--e-global-color-633239a);
}
/* Product flexible page type END */

/* Usescases page type START */
.usecases_toc_container {
    padding: 25px;
    --border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-color: #dddddd;
    border-width: 3px
}
.usecases_toc_container a {
    color: #000;
}
.usecases_toc_container a:hover {
    color: #888888;
}
.usecase_content_with_sidebar_container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/* Usescases page type END */

/* Footer */
.footer_parent_boxed {
	.footer_content_container {
		.e-con .elementor-widget-icon-list {
			margin-bottom: 20px;
			a:hover {
				text-decoration: underline;
				text-decoration-color: var(--e-global-color-b41b1fa);
			}
		}
		.e-con .elementor-widget-heading h4 a {
			font-weight: 700;
		}
		.e-con .elementor-widget-heading h4 a:hover {
			text-decoration: underline;
			text-decoration-color: var(--e-global-color-b41b1fa);
		}
	}
}
 
/* Widescreen */
@media screen and (min-width: 1700px) {

}

/* Desktop with narrow browser windwow */
@media screen and (max-width: 1600px) {
    .elementor.swiper-slide .streaming_icons_ribbon .e-con-inner {
        flex-direction: column;
    }
}

/* Tablet */
@media screen and (max-width: 1100px) {		
	.products_section_topic > .e-con-inner {
		margin-top: 3rem;
	}
	.products_section_topic > .e-con-inner {
		margin-bottom: 3rem;
	}
	.topbar_subheader_products {
		height: auto;
		
		.topbar_subheader_products-menu {
			ul.e-n-menu-heading li.e-n-menu-item:first-child {
				margin-left:20px;
			}
			ul.e-n-menu-heading li.e-n-menu-item:last-child {
				margin-right:20px;
			}
		}
		
		.topbar_subheader_products-auxiliary_controls {
		
			margin-top: 5px;
			margin-bottom: 5px;
		
		}
	}
}

/* Phone */
@media screen and (max-width: 767px) {
	.elementor-widget-text-editor h2 {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	.elementor-widget-text-editor h3 {
		margin-top: 2rem;
	}
	.ultra_label_headline_after::after,.ultra_label_headline_before::before {
		top: 0px;
	}
	.elementor-widget-container p a{
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
	}
    .a25prod_headline_large {
        padding-left: 20px;
    }	
}

/* Product generation 2025 START*/
body.product-generation-2025 .products_topic_container {
	border-radius: 33px;
	box-shadow: inset 0px 0px 30px var(--e-global-color-6413057);
	border: 1px solid var(--e-global-color-6b37217);
	padding: 36px;
}
body.product-generation-2025 .products_topic_container.products_topic_container-noborder {
	box-shadow: none;
	border: none;
	padding: 37px;
}
body.product-generation-2025.hide-ultra .hide-ultra{
	display: none;
}
body.product-generation-2025.show-ultra .show-ultra{
	display: none;
}
/* Phone */
@media screen and (max-width: 767px) {
	body.product-generation-2025 .products_topic_container {
		padding: 20px;
	}	
	body.product-generation-2025 .products_topic_container.products_topic_container-noborder {
		padding: 21px;
	}
}
/* Product generation 2025 END */

/* Product generation 2026 START*/
.product-generation-2026 {
    /* Custom colors */
    /* "PrimaryBackground" Main background color */
    --e-global-color-a877cf4: #0a0e17;
    /* "PrimaryBackground02" Main background color variant: use it when differentiating sections by background is desired */
    --e-global-color-13d6475: #000000;
    /* "OnPrimaryBackground01" Text foreground color on main background */
    --e-global-color-9f91618: #cccccc;
    /* "OnPrimaryBackground02" Headline foreground color on main background */
    --e-global-color-221c2d8: #ffffff;
    /* "AccentColorUltra" Accent color "Ultra" */
    --e-global-color-3764cce: #e6279a;
    /* "AccentColorOne" Accent color "One" */
    --e-global-color-58f559e: #ffeb3b;
    /* "AccentColorVision" Accent color "Vision" */
    --e-global-color-e57e91d: #E6279A;
    /* "AccentColorMovie" Accent color "Movie" */
    --e-global-color-ef54cc7: #FF9933;
    /* "AccentColorMusic" Accent color "Music" */
    --e-global-color-3742a7e: #FF3366;
    /* "AccentColorRadio" Accent color "Radio" */
    --e-global-color-917bbfe: #33CCFF;
    /* "AccentColorApps" Accent color "Apps" */
    --e-global-color-4c863c3: #0AB3EB;
    /* "ContentDropShadow" Content drop shadow */
    /* --e-global-color-cee390f: #00000040; */
    /* "ActionColor" Action color */
    --e-global-color-c5bf5a9: #0083D4;
    /* "OnActionColor" Content on action color */
    --e-global-color-740ea81: #FFFFFF;
    /* "ActionColorHover01" Action color hovered variant 01 */
    /* --e-global-color-d570aed: #1a1a1a;*/
    /* "OnActionColorHover01" Content on action color hovered variant 01 */
    /* --e-global-color-d05d414: #ffffff;*/
    /* "ActionColorHover02" Action color hovered variant 02 - Same for dark  &  light */
    /* --e-global-color-e367792: #ffffff; */
    /* "OnActionColorHover02" Content on action color hovered variant 02 - Same for dark  &  light */
    /* --e-global-color-949c15d: #1a1a1a; */
    /* "FooterBackgroundColor" Footer background color */
    /* --e-global-color-f99318a: #CCCCCC; */
    /* "OnFooterBackgroundColor" Content on footer background */
    /* --e-global-color-b41b1fa: #000000; */
    /* "HeaderBackground" Header backround color */
    /* --e-global-color-67f246e: #000000; */
    /* "OnHeaderBackground01" Headline on header background color */
    /* --e-global-color-8aca551: #FFFFFF; */
    /* "OnHeaderBackground02" Text on header background color */
    /* --e-global-color-a328907: #FFFFFF; */
    /* "NavbarBackground" Main navbar header background */
    /* --e-global-color-a972089: #010326; */
    /* "NavbarBackgroundHover" Main navbar header background hover */
    /* --e-global-color-bd1437b: #0D0259; */
    /* "NavbarSubmenuBackgroundHover" Navbar Submenu background hover */
    /* --e-global-color-b9b21be: #21185B; */
    /* "NavbarBackgroundSubheader" Sub navbar background */
    /* --e-global-color-e4b846b: #080245; */
    /* "OnNavbarBackground" Primary navbar foreground color */
    /* --e-global-color-e02cfad: #FFFFFF; */
    /* "OnNavbarBackground02" Secondary navbar foreground color */
    /* --e-global-color-210740b: #CCCCCC; */
	/* "NavbarSubheaderBackground" Navbar subheader background color */
	/* --e-global-color-b8fc6e3: #0D025999; */
	/* "OnNavbarSubheaderBackground" Navbar subheader foreground color */
	/* --e-global-color-ca830cb: #FFFFFF; */
    /* "2020ActionColor" Legacy action color */
    /* --e-global-color-f10cc92: #F24130; */
    /* "On2020ActionColor" Content on legacy action color */
    /* --e-global-color-855a7a4: #FFFFFF; */
	/* "InfoBoxBackgroundColor" Infobox background color */
	--e-global-color-6e3ea56: #373948;
	/* "OnInfoBoxBackgroundColor" Content on Infobox background */
	/* --e-global-color-e790016: #000000; */
	/* "InterludeSectionBackground */
	/* --e-global-color-a55c525: #EFF4F0; */
	/* "OnInterludeSectionBackground*/
	/* --e-global-color-0801522: #000000; */
	/* "CardBackground" */
	/* --e-global-color-1842cde: #0D1A42; */
	/* "CardBackgroundHoverGeneric" */
	--e-global-color-01094d7: #ffffff1A;
	/* "CardBackgroundHoverMusic" */
	/* --e-global-color-eaed0f0: #680C35; */
	/* "CardBackgroundHoverRadio" */
	/* --e-global-color-2dc1725: #014C6C; */
	/* "CardBackgroundHoverMovie" */
	/* --e-global-color-383189a: #7B5840; */
	/* "CardBackgroundHoverVision" */
	/* --e-global-color-5b6b67c: #A14C61; */
	/* ShopPageBackgroundColor */
	/* --e-global-color-ef9ed32: #F2F2F2; */
	/* "ShopProductCardBackground" */
	/* --e-global-color-aee0e90: #FFFFFF; */
	/* "OnShopProductCardBackground" */
	/* --e-global-color-633239a: #062136; */
	/* "OnShopProductCardBackground_StrikePrize" */
	/* --e-global-color-32a5e5f: #FF0000; */
	/* "InlineUltraLabelBackground" */
	/* --e-global-color-9b4386b: #222362E6; */
	/* "OnInlineUltraLabelBackground" */
	/* --e-global-color-5d06850: #E35FEC; */
	/* "Bestseller" */
	/* --e-global-color-7073a92: #00B050; */
	/* "A25 overview tiles background" (parent of tiles container background) */
	/* --e-global-color-e41c757: #032248; */
	/* "A25 overview tiles color" (tiles background) */
    /* --e-global-color-24332bf: #ffffff; */
	/* "A25 overview header button background" */
    /* --e-global-color-1e0f4d9: #3B393D; */
	/* "ActionColor02" */
    /* --e-global-color-fdb404b: #21185B; */
	/* "OnActionColor02" */
	/* --e-global-color-dfd44e4: #FFFFFF; */
	/* "ProductsTopicContainerBorder" */
    /* --e-global-color-6b37217: #76b4ff; */
	/* "ProductsTopicContainerInnerGlow" */
	/* --e-global-color-6413057: #a9d0ff; */
	/* SecondaryActionColor */
    --e-global-color-d014a26: #5A657E;
	/* OnSecondaryActionColor */
    --e-global-color-0d7e249: #FFFFFF;
	/* ContentCardVariant01_Top */
    --e-global-color-afe36c0: #072340;
	/* ContentCardVariant01_Bottom */
    --e-global-color-a5416df: #0B1622;
	/* ContentCardStroke_Regular */
    --e-global-color-9cbee12: #DDDDDD;	
}

.product-generation-2026 {
    /* Background blur reset */
    .topbar_subheader_products {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    }
    
    .elementor-widget-image-text-widget {
        .audials-widget-image-text_text_headline {
            font-family: var(--e-global-typography-f5838f4-font-family), Sans-serif;
            font-size: var(--e-global-typography-f5838f4-font-size);
            line-height: var(--e-global-typography-f5838f4-line-height);
            font-weight: var(--e-global-typography-f5838f4-font-weight);
        }
        .audials-widget-image-text_text_body {
            font-size: var(--e-global-typography-9fb3de3-font-size);
            line-height: var(--e-global-typography-9fb3de3-line-height);
            font-family: var(--e-global-typography-9fb3de3-font-family), Sans-serif;
            font-weight: var(--e-global-typography-9fb3de3-font-weight);
        }
    }
}
/* Product generation 2026 END */
