@import url('https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@75,200,300,300i,400,400i,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@font-face {
    font-family: 'Stfn';
    font-weight: 900;
    font-style: bold;
    src: url('CGR.ttf') format('truetype');
}

:root {
    --primary-bg: #212529;
    --primary-bg-tl: #212529;
    --secondary-bg: #14191F;
    --card-bg: #111827;
    --box-bg: #0f172a;
    --card-border: #1e3a5f;
    --accent-primary: #3b82f6;
    --accent-light: #60a5fa;
    --accent-dark: #1d4ed8;
    --accent-glow: rgba(59, 130, 246, 0.5);
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --success: #22c55e;
    --danger: #ef4444;
    --warning: #f59e0b;
    --discord-color: #5865F2;
    --gradient-accent: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 50%, #3b82f6 100%);
    --gradient-header: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
}

html[data-theme="light"] {
    --primary-bg: #f3f6fb;
    --primary-bg-tl: #E6E6E6;
    --secondary-bg: #d4d4d4;
    --card-bg: #ffffff;
    --box-bg: #eef4ff;
    --card-border: #c7d8f3;
    --accent-primary: #2563eb;
    --accent-light: #3b82f6;
    --accent-dark: #1d4ed8;
    --accent-glow: rgba(37,99,235,.25);
    --text-primary: #1e293b;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --gradient-accent: linear-gradient(135deg,#3b82f6,#2563eb);
    --gradient-header: linear-gradient(135deg,#dbeafe,#ffffff);
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family:'Stfn', sans-serif;
    font-size: 12.5px;
    background:var(--primary-bg);
    color:var(--text-primary);
    overflow-x: hidden;
    cursor: url('Pointer.cur'), auto;
}

body::before {
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background: radial-gradient(circle at top, rgba(59,130,246,.08), transparent 45%), radial-gradient(circle at bottom right, rgba(29,78,216,.05), transparent 45%);
    z-index:-1;
}

body,
.navbar,
.content-box,
.box-body,
.box-header,
.footer-section,
.footer-box,
.footer-box-body,
.list-group-item,
.btn-accent{
    -webkit-transition: background .35s, color .35s, border-color .35s, box-shadow .35s;
    -o-transition: background .35s, color .35s, border-color .35s, box-shadow .35s;
    transition: background .35s, color .35s, border-color .35s, box-shadow .35s;
}

a {
    color: var(--text-primary);
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: url('Pointer.cur'), auto;
}

a:hover {
     color: var(--text-secondary);
     text-decoration: none;
     cursor: url('Link.cur'), auto;
}

.text-accent { color: var(--accent-primary) !important; font-weight: bold; text-decoration: none; }
.bg-accent { background-color: var(--accent-primary) !important; }
.border-accent { border-color: var(--accent-primary) !important; }

#scrollToTop {
    position: fixed;
    right: 2.5%;
    bottom: 50px;
    border-radius: 50%;
    opacity: 0;
    padding: 5;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 9999;
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollToTop:hover {
    transform: translateY(-2px);
}

.navbar {
    background: linear-gradient(180deg, rgba(50,5 0, 80, 0.98) 0%, rgba(50, 50, 70, 0.95) 100%) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--accent-primary);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.15);
}

.navbar .nav-link {
    font-family:'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;
    padding: 0.75rem 1rem;
    color: var(--text-secondary);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 6px;
    margin: 0 2px;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--accent-light) !important;
    background: rgba(59, 130, 246, 0.15);
}

.hero-section {
    background: url('../images/trucklogo.png') center center no-repeat;
    background-size: cover;
    min-height: 450px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 14, 23, 0.4) 0%, rgba(10, 14, 23, 0.7) 60%, rgba(10, 14, 23, 1) 100%);
}

.logo-slider{
    overflow:hidden;
    width:100%;
    position:relative;
}

.logo-track{
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
    will-change: transform;
}

.logo-track img{
    width: 220px;
    margin: 0 5px;
    flex-shrink: 0;
    border-radius: 8px;
}

.logo-track a{
    flex-shrink: 0;
}

@keyframes scroll{
    from{
    transform: translateX(0);
    }
    to{
    transform: translateX(-50%);
    }
}

.logo-slider:hover .logo-track{
    animation-play-state: paused;
}

/*.carousel-fade .carousel-item {
    -webkit-transition: opacity 2.5s ease-in-out;
    -o-transition: opacity 2.5s ease-in-out;
    transition: opacity 2.5s ease-in-out;
}*/

.carousel-control-prev,
.carousel-control-next {
    width: 10px;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

div {
    scroll-margin-top: 80px;
}

.logo {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.logo:hover {
    filter: drop-shadow(0 0 15px var(--accent-glow));
}

.logo-img {
    max-width: 330px;
    filter: drop-shadow(0 0 30px var(--accent-glow));
}

.site-title {
    background: linear-gradient(135deg, #fbfbfb 0%, #fbfbfb 50%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0px;
    filter: drop-shadow(0 0 10px var(--accent-glow));
}

.site-tagline {
    color: var(--text-secondary);
    letter-spacing: 0px;
    font-size: 1.5rem;
    font-weight: 500;
    filter: drop-shadow(0 0 10px var(--accent-glow));
}

.welcome-banner {
    background: linear-gradient(90deg, var(--box-bg) 0%, rgba(59, 130, 246, 0.1) 50%, var(--box-bg) 100%);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
}

.btn-accent {
    background: var(--gradient-accent);
    color: white;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--accent-glow);
    color: white;
    cursor: url('Link.cur'), auto;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    width: 225px;
    background: var(--primary-bg);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.7);
    flex-direction: column;
    overflow: hidden;
    z-index: 9000;
    animation: gtDropUp .15s ease;
    will-change: transform;
    max-height: 300px;
    overflow-y: auto;
}

.stfn-dropdown-item {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 8px 12px;
    cursor: url('Pointer.cur'), auto;
    -webkit-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
    font-size: 13px;
    color: var(--text-primary);
    will-change: transform;
}

.stfn-dropdown-item-active {
    background: var(--secondary-bg);
    color: var(--text-secondary);
}

@media (min-width: 992px) {
.online-dropdown {
    position: relative;
}
.online-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px !important;
}
.online-dropdown:hover .dropdown-menu {
    display: block;
}
.online-dropdown .dropdown-menu.show {
    display: block;
}
}

.you-badge {
    background: var(--gradient-accent);
    color: white;
    padding: 0px 5px;
    border-radius: 5px;
    margin-left: auto;
}

.text-link {
    font-family:'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;
    padding: 0.75rem 1rem;
    color: var(--text-secondary);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 6px;
    margin: 0 2px;
}

.bg-alldark {
    background: var(--primary-bg);
}

.bg-alldark-tl {
    background: var(--primary-bg-tl);
}

.text-alldark {
    color: var(--text-primary);
}

.text-accent-light {
    color: var(--text-secondary) !important;
}

.text-purple {
    color: #6C00A3;
}

.content-box {
    background: var(--box-bg);
    border: 1px solid var(--card-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.box-header {
    background: var(--gradient-header);
    border-bottom: 2px solid var(--accent-primary);
    padding: 12px 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--accent-light);
    letter-spacing: 0px;
    *display: flex;
    align-items: center;
    text-align: center;
}

.box-header i {
    color: var(--accent-primary);
}

.box-body {
    padding: 20px;
    background: var(--card-bg);
}

.box-footer {
    background: var(--box-bg);
    border-top: 1px solid var(--card-border);
    padding: 12px 20px;
    color: var(--text-secondary);
}

.box-footer-btn {
    display: block;
    background: var(--discord-color);
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.box-footer-btn:hover {
    background: #4752c4;
    color: white;
}

.list-group-item {
    background-color: transparent !important;
    border-color: var(--card-border) !important;
    color: var(--text-primary);
    padding: 12px 15px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.list-group-item:hover {
    background-color: rgba(59, 130, 246, 0.1) !important;
}

.footer-section {
    background: linear-gradient(180deg, rgba(50,5 0, 70, 0.98) 0%, rgba(50, 50, 80, 0.95) 100%) !important;
    border-top: 2px solid var(--accent-primary);
}

.footer-box {
    background: var(--box-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.footer-box-header {
    background: var(--gradient-header);
    border-bottom: 2px solid var(--accent-primary);
    padding: 10px 15px;
    font-family:'Roboto', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--accent-light);
    letter-spacing: 0px;
}

.footer-box-body {
    padding: 15px;
    background: var(--card-bg);
}

.footer-box-body a {
    color: var(--text-secondary);
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: block;
}

.footer-box-body a:hover {
    color: var(--accent-light);
    padding-left: 5px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--primary-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-light);
}

.content-box {
    will-change: transform;
}

@media (max-width: 991.98px) {
    .navbar .nav-link {
    padding: 0.5rem 1rem;
    }
    div {
    scroll-margin-top: 280px;
    }
}

@media (max-width: 767.98px) {
    .site-title {
    font-size: 2rem;
    }
    .hero-section {
    min-height: 200px;
    }
    .box-header {
    font-size: 12px;
    padding: 10px 15px;
    }
    div {
    scroll-margin-top: 280px;
    }
    img.europe-map {
    transform: scale(1.2);
    z-index: -5;
    }
#scrollToTop {
    right: 20px;
}
}

@media (max-width: 575.98px) {
    .site-title {
    font-size: 1.5rem;
    }
    .box-header {
    font-size: 11px;
    letter-spacing: 0px;
    }
    .box-body {
    padding: 15px;
    }
    div {
    scroll-margin-top: 280px;
    }
    img.europe-map {
    transform: scale(1.3);
    z-index: -5;
    }
}

.map-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
 
.europe-map {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.06);
}
 
.pin {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: url('Link.cur'), auto;
    box-shadow: 0 0 0 rgba(255,0,0,0.4);
    animation: pulse 1.6s infinite;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out, z-index 0.2;
    -o-transition: opacity .5s ease-in-out, z-index 0.2;
    transition: opacity .5s ease-in-out, z-index 0.2;
    z-index: 5;
    will-change: transform;
}
 
.pin:hover {
    z-index: 20;
}
 
.pin::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #ff0000;
}
 
.pin-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #212121;
    color: var(--text-primary);
    font-size: 12px;
    font-weight: bold;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff000;
    z-index: 20;
}
 
@keyframes pulse {
    0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }
    70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}
 
@keyframes popup {
    0% {
    transform: translate(-50%, -50%) scale(0);
    }
    60% {
    transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
    transform: translate(-50%, -50%) scale(1);
    }
}
 
.popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 25;
    margin-bottom: 15px;
}
 
.popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--text-primary);
}

.popup.below {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 15px;
}
 
.popup.below::after {
    top: auto;
    bottom: 100%;
    border-top: none;
    border-bottom: 8px solid var(--primary-bg);
}
 
.popup-header {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 12px;
}
 
.pin.visible {
    opacity: 1;
    animation: popup 0.5s forwards, pulse 2s infinite 0.5s;
    will-change: transform;
}
 
.pin:hover .popup {
    display: block;
}

#google_translate_element, .goog-te-banner-frame, .goog-te-gadget, body > .skiptranslate {
     display: none !important;
}

.gt-lang-wrap {
    position: block;
    top: 0;
    right: 5px;
    z-index: 9999;
}

.gt-flag-img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
}

.gt-lang-code-lbl {
}

.gt-lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 5px;
    width: 260px;
    background: var(--primary-bg);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.7);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 9000;
    animation: gtDropUp .15s ease;
    will-change: transform;
}

@keyframes gtDropUp {
    from {
    opacity: 0;
    transform: translateY(8px);
    } to {
    opacity: 1;
    transform: none;
    }
}

.gt-lang-dropdown.open {
    display: flex;
}

.gt-lang-search-wrap {
    padding: 10px 10px 6px;
    flex-shrink: 0;
}

.gt-lang-search {
    width: 100%;
    background: var(--secondary-bg);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 7px 10px;
    color: var(--text-primary);
    font-size: 12px;
    outline: none;
    transition: border-color .15s;
    -webkit-transition: border-color .15s;
    -o-transition: border-color .15s;
    transition: border-color .15s;
    box-sizing: border-box;
    cursor: url('Pointer.cur'), auto;
}

.gt-lang-search:focus {
    border-color: rgba(10,10,20);
    cursor: url('Pointer.cur'), auto;
}

.gt-lang-search::placeholder {
    color: var(--text-primary);
}

.gt-lang-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 4px 0;
}

.gt-lang-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    cursor: url('Link.cur'), auto;
    -webkit-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
    font-size: 13px;
    color: var(--text-primary);
}

.gt-lang-item:hover {
    background: var(--secondary-bg);
}

.gt-lang-item.gt-active {
    background: var(--secondary-bg);
    color: var(--text-secondary);
}

.gt-lang-item img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
}

.stfn-beat {
    animation: heartbeat 0.8s infinite;
    will-change: transform;
}

@keyframes heartbeat {
    0% {
    transform: scale(1);
    }
    25% {
    transform: scale(1.15);
    }
    50% {
    transform: scale(1);
    }
    75% {
    transform: scale(1.15);
    }
    100% {
    transform: scale(1);
    }
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: -144px;
    top: -144px;
    width: 0px;
    height: 0px;
    display: none;
}

.cd-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.cd-container::after {
    content: "";
    display: table;
    clear: both;
}

#cd-timeline {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    height: 270%;
    max-height: 270%;
    width: 4px;
    background: var(--primary-bg-tl);
}

@media only screen and (min-width: 1170px) {
#cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
}

#cd-timeline::before {
    left: 50%;
    margin-left: -2px;
}
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
.cd-timeline-block {
    margin: 4em 0;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}
}
.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #005fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
    background: var(--primary-bg-tl);
}

@media only screen and (min-width: 1170px) {
.cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    border-radius: 12px;
    padding: 1em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: var(--accent-primary);
    margin-top: 0;
    margin-bottom: 5px;
}

.cd-timeline-content p {
    font-size: 14.5px;
}

.cd-timeline-content p {
    margin: 0.1em 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid var(--primary-bg-tl);
}

@media only screen and (min-width:768px) {
.cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
}

.cd-timeline-content p {
    font-size: 16px;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%;
}

.cd-timeline-content::before {
    top: 30px;
    left: 100%;
    border-color: transparent;
    border-left-color: var(--primary-bg-tl);
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: var(--primary-bg-tl);
}
}

#card-container{
    box-shadow: 0 15px 30px 1px rgba(0, 0, 0, 0.35);
    background: var(--primary-bg-tl);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 1em auto;
    height: 265px;
}

.product-details {
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    float: left;
    width: 40%;
}

#card-container .product-details h1 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--accent-primary);
    margin: 0;
	
}

#card-container .product-details > p {
    font-size: 12px;
    color: var(--text-primary);
	
}

.product-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    float: right;
    width: 50%;
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#card-container img {
    width: 100%;height: 100%;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;}

.info {
    background: rgba(0, 0, 0, 0.7);
    transform: translateX(-100%);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: absolute;
    line-height: 1.9;
    text-align: left;
    font-size: 13px;
    color: #fbfbfb;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#card-container:hover .product-image .info {transform: translateX(0);}

.info ul li {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.product-image:hover img {transition: all 0.3s ease-out;}

#card-container:hover .product-image img {transform: scale(1.2);}

.info{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.info ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.info p{
    margin: 0;
}

@media (max-width: 768px) {
#card-container{
    height: 420px;
    display: flex;
    flex-direction: column;
    margin: 1em auto;
}

.product-details{
    order: 1;
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
}

.product-image{
    order: 2;
    float: none;
    width: 100%;
    height: 200px;
}

#card-container img{
    height: 100%;
    object-fit: cover;
}
}

@media (max-width: 992px) {
#card-container{
    height: 360px;
    display: flex;
    flex-direction: column;
}

.product-details{
    order: 1;
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
}

.product-image{
    order: 2;
    float: none;
    width: 100%;
    height: 200px;
}

#card-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

@media (max-width:992px){
.product-details,
.product-image{
    clear: both;
}
}