/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████    JOMMLA*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.0.0 - Global variables*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
:root {
/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.1.0.0.0 - Number of columns for @Media variables*/
/*████████████████████████████████████████████████████████████████████████████████*/
    --columns-6: calc(100% /6);
    --columns-5: calc(100% /5);
    --columns-4: calc(100% /4);
    --columns-3: calc(100% /3);
    --columns-2: calc(100% /2);
    --columns-1: calc(100% /1);

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.0.0.0 - Global variables*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.1.0.0 - Font variables*/
/*████████████████████████████████████████████████████████████*/
	--Font--Titles: rinstoniaregular;
	--Font--Para: bougan_ssiregular;

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.2.0.0 - Drop shadows*/
/*████████████████████████████████████████████████████████████*/
	--Box-drop-shadow:3px 3px 6px 2px #1E5986;
	--Image-drop-shadow:3px 3px 6px #1E5986;
	--Box-drop-shadow-inset:inset 2px 2px 5px #94979A;

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.3.0.0 - Text shadows*/
/*████████████████████████████████████████████████████████████*/
	--Text-shadow-large:1px 1px 3px #535962;
	--Text-shadow-small:1px 1px 1px #535962;
	--Text-shadow-blue-small:1px 1px 1px #0D5D82;

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.4.0.0 - Button variables*/
/*████████████████████████████████████████████████████████████*/
	--Button--background-colour:rgba(124, 124, 124, 0.5);
	--Button--box-shadow:0px 0px 4px rgba(30, 89, 133, 0.5), 3px 3px 9px rgba(30, 89, 133, 0.6);
	--Button--box-shadow-hover:0 0 2px #FFFFFF, 0px 0px 4px #1E5986, 0 0 2px #FFFFFF, 0px 0px 4px #1E5986;
	--Button--box-shadow-active:inset 0 0 2px transparent;
	--Button--border:3px outset #E3E2E2;
	--Button--border-active:2px inset #A2A0A0;
	--Button--border-radius:13px;
	--Button--text-colour:#000000;
	--Button--text-colour-hover:#057BD7;

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.9.0.0 - Misc*/
/*████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.9.1.0 - Faint line - divider etc*/
/*████████████████████████████████████████*/
	--Faint-line:1px solid rgba(9, 13, 31, 0.150);

/*████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.9.2.0 - Blue blur shadow*/
/*████████████████████████████████████████*/
	--Blue-blur:0 0 10px #006ABD, 0 0 10px #006ABD, 0 0;

/*████████████████████████████████████████*/
/*█████ JOMMLA - Section 1.2.9.3.0 - Border between items in listings*/
/*████████████████████████████████████████*/
	--Product-Border:20px;
}

/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 2.0.0 - Global changes*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 2.1.0.0.0 - Column adjustments*/
/*████████████████████████████████████████████████████████████████████████████████*/
#left {
	width:clamp(200px, 25%,250px);
}

#main {
	/*background-color: #B46FE3;*/
	width: calc(100% - clamp(200px, 25%,250px));
}

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 2.2.0.0.0 - Text adjustments*/
/*████████████████████████████████████████████████████████████████████████████████*/
H1,
H2,
H3,
H4,
H5,
H6 {
	font-weight: normal;
	text-shadow:var(--Text-shadow-large);
	font-size: ;
}

A {
	text-decoration: none;
	font-weight: normal;
	color: #0D5D82;
	font-family:var(--Font--Para);
	text-shadow: none;
}

A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #5FC5F9;
}

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 2.3.0.0.0 - @media adjustments*/
/*████████████████████████████████████████████████████████████████████████████████*/
@media screen and (min-width: 2561px) and (max-width: 5000px){
    DIV#search-results OL#search-result-list LI {
	width: var(--columns-6);
}
}

@media screen and (min-width: 1025px) and (max-width: 2560px){
   DIV#search-results OL#search-result-list LI {
	width: var(--columns-5);
}
}

@media screen and (min-width: 951px) and (max-width: 1920px){
    DIV#search-results OL#search-result-list LI {
	width: var(--columns-4);
}
}

@media screen and (min-width: 951px) and (max-width: 1024px){
    DIV#search-results OL#search-result-list LI {
	width: var(--columns-4);
}
}

@media screen and (min-width: 769px) and (max-width: 950px){
    DIV#search-results OL#search-result-list LI {
	width: var(--columns-3);
}
}

@media screen and (min-width: 641px) and (max-width: 768px){
    DIV#search-results OL#search-result-list LI {
	width: var(--columns-2);
}
}

@media screen and (min-width: 100px) and (max-width: 640px){
    DIV#search-results OL#search-result-list LI {
	width: var(--columns-1);
}
}

/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 3.0.0.0.0 - Home page*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 3.1.0.0.0 - Home page*/
/*████████████████████████████████████████████████████████████████████████████████*/
DIV.homepage-featured-container H1 {
	text-align: center;
	padding: 12px;
	font-size:clamp(30px, 2vw,38px);
}

DIV.homepage-latest-container H2 {
	text-align: center;
	padding: 12px;
}

P.front-page-welcome-text {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 4.0.0.0.0 - Left Menu*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 4.1.0.0.0 - Menu changes*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 4.1.1.0.0 -  menu level 1*/
/*████████████████████████████████████████████████████████████*/
UL#main-menu > LI {
	padding-top: 10px;
}

UL#main-menu > LI > A {
	font-size: 23px;
}

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 4.1.2.0.0 -  menu level 2*/
/*████████████████████████████████████████████████████████████*/
UL#main-menu > LI > UL > LI {
	padding-left: 20px;
	padding-top: 10px;
	line-height: 0.5;
}

UL#main-menu > LI > UL > LI:first-child {
	padding-top: 10px;
	padding-bottom: 10px;
}

UL#main-menu > LI > UL > LI > A {
	font-size:clamp(12px, 2vw,19px);
}

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 4.1.3.1.0 -  menu level 3*/
/*████████████████████████████████████████████████████████████*/
UL#main-menu > LI > UL > LI > UL > LI {
	line-height: 1.5;
	padding-left: 5px;
}

UL#main-menu > LI > UL > LI > UL > LI > A {
	font-size: 13px;
}

/*████████████████████████████████████████████████████████████*/
/*█████ JOMMLA - Section 4.1.3.2.0 -  menu level 3 - Private commissions  adjustments*/
/*████████████████████████████████████████████████████████████*/
UL#main-menu > LI:last-child UL LI {
	line-height: 1.5;
	padding-left: 45px;
	padding-bottom: 0;
	padding-top: 0;
}

UL#main-menu > LI:last-child > UL > LI > A {
	font-size: 13px;
}

/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 1.0.0.0.0 - Global changes*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
H2.hikashop_product_name {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.0.0.0.0 - Product Listings*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.1.0.0.0 - Product Listings - Full width contaners*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.1.1.0.0 - Product Listings - Full width contaners - Homepage - Level 1*/
/*█████ Note: Outer containers set in Homepage*/
/*████████████████████████████████████████████████████████████*/
DIV.homepage-featured-container {
	/*background-color: #F2DEDE;*/
	margin-bottom: 40px;
	padding: calc(var(--Product-Border) *2) 0px 0;
	/*+box-shadow:var(--Box-drop-shadow);*/
	-moz-box-shadow: var(--Box-drop-shadow);
	-webkit-box-shadow: var(--Box-drop-shadow);
	box-shadow:var(--Box-drop-shadow);
}

DIV.homepage-latest-container {
	/*background-color: #F2DEDE;*/
	/*+box-shadow:var(--Box-drop-shadow);*/
	-moz-box-shadow: var(--Box-drop-shadow);
	-webkit-box-shadow: var(--Box-drop-shadow);
	box-shadow:var(--Box-drop-shadow);
	/*padding: 15px;*/
	/*margin-bottom: 10px;*/
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.1.2.0.0 - Product Listings - Full width contaners - Homepage - Level end*/
/*█████ Note: Container for flexing columns*/
/*████████████████████████████████████████████████████████████*/
DIV.hk-row-fluid {
	display: flex;
	/*border: 10px solid black;*/
	/*background-color: #E3A2A2;*/
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
	padding:var(--Product-Border) calc(var(--Product-Border) /2) calc(var(--Product-Border) /2);
}

/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.1.2.1.0 - Other listings adjustments*/
/*████████████████████████████████████████*/
/*████████████████████*/
/*█████ HIKASHOP - Section 2.1.2.1.1 - Category listings adjustemnts*/
/*████████████████████*/
DIV.hk-row-fluid {
	display: flex;
	/*border: 10px solid black;*/
	/*background-color: #E3A2A2;*/
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px;
	padding:var(--Product-Border) calc(var(--Product-Border) /2) calc(var(--Product-Border) /2);
}

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.0.0.0 - Product Listings - Column containers*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.1.0.0 - Product Listings - Column containers - Level 1*/
/*█████ Note: Sets number of columns*/
/*████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.1.1.0 - Homepage*/
/*████████████████████████████████████████*/
DIV.hk-row-fluid > DIV {
	/*border: 1px solid #3149F3;*/
	width: calc(100% /4);
	margin: 0;
	padding: calc(var(--Product-Border) /2);
}

DIV.homepage-featured-container DIV.hk-row-fluid > DIV {
	/*border: 11px solid #3149F3;*/
	width: calc(100% / 4);
	/*margin: 0px;*/
	/*padding: 11px;*/
}

DIV.homepage-latest-container DIV.hk-row-fluid > DIV {
	/*border: 11px solid #3149F3;*/
	width: calc(100% / 6);
	/*margin: 0;*/
	/*padding: 0px;*/
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.2.0.0 - Product Listings - Column containers - Level 2*/
/*█████ Note: Sets uniform height*/
/*████████████████████████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container {
	/*display: none;*/
	/*border: 1px solid #45B6F2;*/
	/*+box-shadow:var(--Box-drop-shadow-inset);*/
	-moz-box-shadow: var(--Box-drop-shadow-inset);
	-webkit-box-shadow: var(--Box-drop-shadow-inset);
	box-shadow:var(--Box-drop-shadow-inset);
	margin: 0px;
	padding:var(--Product-Border);
	height: 100%;
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.3.0.0 - Product Listings - Column containers - Level 3*/
/*█████ Note: Sets uniform height*/
/*████████████████████████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer {
	/*display: none;*/
	/*border: 15px solid #827FD0;*/
	height: 100%;
	padding: 0;
	margin: 0;
}

/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.3.1.0 - Other listings adjustments*/
/*████████████████████████████████████████*/
/*████████████████████*/
/*█████ HIKASHOP - Section 2.2.3.1.1 - Category listings adjustemnts*/
/*████████████████████*/
DIV.hikashop_subcategories_listing DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer {
	/*display: none;*/
	/*border: 15px solid #827FD0;*/
	height: auto;
	padding: 0;
	margin: 0;
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.2.4.0.0 - Product Listings - Column containers - Level End*/
/*█████ Note: Product details container*/
/*████████████████████████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV {
	/*display: none;*/
	/*border: 19px solid #D81111;*/
	height: 100%;
	margin: 0;
	padding: 0;
}

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.0.0.0 - Product Listings - Image and details*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.1.0.0 - Product Listings - Image containers*/
/*████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.1.1.0 - Image containers - Level 1*/
/*█████ Note: Note: sets aspect ration on outer image container*/
/*████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > DIV.hikashop_product_image {
	/*display: none;*/
	/*border: 18px solid #B3E3C2;*/
	padding: 5px 5px 15px 5px;
	margin: 0;
}

/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.1.2.0 - Image containers - Level End*/
/*█████ Note: sets aspect ration on outer image container*/
/*████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > DIV.hikashop_product_image > DIV.hikashop_product_image_subdiv {
	/*display: none;*/
	/*border: 17px solid #43DF84;*/
	margin: 0px;
	padding: 0;
}

/*████████████████████*/
/*█████ HIKASHOP - Section 2.3.1.2.1 - Image link and image*/
/*████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > DIV.hikashop_product_image > DIV.hikashop_product_image_subdiv > A {
	/*display: none;*/
	padding: 0px;
	margin: 0px;
}

DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > DIV.hikashop_product_image > DIV.hikashop_product_image_subdiv > A > IMG {
	/*display: none;*/
	/*border: 9px solid #6668E4;*/
	filter: drop-shadow(var(--Image-drop-shadow));
	aspect-ratio:1/1.2;
	object-fit: contain;
	object-position: top center;
	padding: 0px;
	margin: 0px;
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.2.0.0 - Product Listings - Product name*/
/*█████ Note: See global settings*/
/*████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.2.0.0 - Product Listings - Subtitle*/
/*████████████████████████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > P.hikashop_product_custom_product_custom_subtitle_line {
	/*display: none;*/
	/*border: 19px solid #D81111;*/
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.2.0.0 - Product Listings - SKU*/
/*████████████████████████████████████████████████████████████*/
DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > P.hikashop_product_code_list {
	/*display: none;*/
	margin: 10px 0 0;
	padding: 0;
	font-size: 14px;
}

DIV.hk-row-fluid > DIV > DIV.hikashop_container > DIV.hikashop_subcontainer > DIV > P.hikashop_product_code_list > A::before {
	/*display: none;*/
	content: "Code: ";
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.3.0.0 - Product Listings - Custom fields*/
/*████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.3.1.0 - Product Listings - Custom fields  - Quick Info*/
/*████████████████████████████████████████*/
DL.hikashop_product_custom_product_custom_quick_info_line {
	float: left;
	clear: both;
	width: 100%;
	font-size: 13px;
	line-height: normal;
	margin: 20px 0 0;
	padding: 0 10px;
}

DL.hikashop_product_custom_product_custom_quick_info_line DT {
	float: left;
	text-align: left;
	/*width: auto;*/
	margin-right: 8px;
	font-weight: bold;
}

DL.hikashop_product_custom_product_custom_quick_info_line DD {
	text-align: left;
	width: auto;
}

/*████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.3.2.0 - Product Listings - Custom fields  - Media Styles*/
/*████████████████████████████████████████*/
DL.hikashop_product_custom_product_custom_media_style_line {
	float: left;
	clear: both;
	width: 100%;
	font-size: 13px;
	line-height: normal;
	margin: 10px 0 30px;
	padding: 0 10px;
}

DL.hikashop_product_custom_product_custom_media_style_line DT {
	float: left;
	text-align: left;
	/*width: auto;*/
	margin-right: 8px;
	font-weight: bold;
}

DL.hikashop_product_custom_product_custom_media_style_line DD {
	text-align: left;
	width: auto;
}

/*████████████████████████████████████████████████████████████*/
/*█████ HIKASHOP - Section 2.3.3.0.0 - Product Listings - Button*/
/*████████████████████████████████████████████████████████████*/
DIV.homepage-featured-container DIV.hikashop_subcontainer DIV {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

DIV.homepage-featured-container A.hikabtn {
	/*background-color: #D61717;*/
	width: auto;
	text-align: center;
	margin: auto auto 0 auto;
}

DIV.homepage-latest-container DIV.hikashop_subcontainer DIV {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

DIV.homepage-latest-container A.hikabtn {
	/*background-color: #D61717;*/
	width: auto;
	text-align: center;
	margin: auto auto 0 auto;
}


/*█#######################################################################################################################*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████  WORKING*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█#######################################################################################################################*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.0.0.0.0 - Search Listings*/
/*████████████████████████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.1.0.0.0 - Search Listings - Full width contaners*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.1.1.0.0 - Search Listings - Full width contaners - Search - Level 1*/
/*████████████████████████████████████████████████████████████*/
DIV#search-results {
    margin: 0px;
    padding: 0px
}

/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.1.2.0.0 - Search Listings - Full width contaners - Search - Level end*/
/*█████ Note: OL caintainer flexed*/
/*████████████████████████████████████████████████████████████*/
DIV#search-results OL#search-result-list {
	display: flex;
	/* border: 10px solid black;*/
	/*background-color: #E3A2A2;*/
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
}

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.2.0.0.0 - Search Listings - Column containers*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.2.1.0.0 - Search Listings - Column containers - Level 1*/
/*█████ Note: Sets number of columns*/
/*████████████████████████████████████████████████████████████*/
DIV#search-results OL#search-result-list LI {
	border: 0px solid #3149F3;
	margin: 0;
	padding: calc(var(--Product-Border) /2);
	margin: 0px;
	max-height: 100%;
}

/*████████████████████████████████████████*/
/*█████ Joomla - Section 3.2.1.1.0 - Image containers - @medias*/
/*████████████████████████████████████████*/



/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.2.1.0.0 - Search Listings - Column containers - Level end*/
/*█████ Note: Sets number of columns*/
/*████████████████████████████████████████████████████████████*/
DIV#search-results OL#search-result-list LI div.searchinner1 {
	border: 0px solid #3149F3;
	padding: calc(var(--Product-Border) /1);
    box-shadow:var(--Box-drop-shadow-inset);
	margin: 0px;
height: 100%;
}

/*████████████████████████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.4.0.0.0 - Search Listings - Image and details*/
/*████████████████████████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.4.1.0.0 - Search Listings - Image containers*/
/*████████████████████████████████████████████████████████████*/
/*████████████████████████████████████████*/
/*█████ Joomla - Section 3.4.1.1.0 - Image containers - Level 1*/
/*████████████████████████████████████████*/
DIV#search-results OL#search-result-list LI A {
	/*display: none;*/
	padding: 0px;
	margin: 0px;
}

/*████████████████████████████████████████*/
/*█████ Joomla - Section 3.4.1.1.0 - Image containers - Level end*/
/*█████ Note: Note: sets aspect ration on outer image container*/
/*████████████████████████████████████████*/
DIV#search-results OL#search-result-list LI div.searchinner1 A IMG {
	/*display: none;*/
	/*border: 9px solid #6668E4;*/
	filter: drop-shadow(var(--Image-drop-shadow));
	aspect-ratio:1/1.2;
	object-fit: contain;
	object-position: top center;
	padding: 0px;
	margin: 00px;
}

/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.4.1.0.0 - Search Listings - Title*/
/*████████████████████████████████████████████████████████████*/
#search-results OL#search-result-list LI.result__item DIV.searchinner1 P.result__title {
	/*display: none;*/
	padding: 0px;
	margin: 0px;
}

#search-results OL#search-result-list LI.result__item DIV.searchinner1 P.result__title A.result__title-link {
	/*display: none;*/
	padding: 0px;
	margin: 0px;
}

#search-results OL#search-result-list LI.result__item DIV.searchinner1 P.result__title A.result__title-link SPAN.result__title-text {
	/*display: none;*/
	padding: 0px;
	margin: 0px;
    
}

/*████████████████████████████████████████████████████████████*/
/*█████ Joomla - Section 3.4.1.0.0 - Search Listings - Description*/
/*████████████████████████████████████████████████████████████*/
#search-results OL#search-result-list LI.result__item DIV.searchinner1 P.result__description    {
	/*display: none;*/
	padding: 0px;
	margin: 0px;
}


