.cart-dropdown-card,
.overlay {
    pointer-events: auto;
}
.cta-button,
.item-name,
.sr-only,
.subcategory-name {
    white-space: nowrap;
}
body {
    background-color: #fff9f9;
    color: #fff;
}
#view360Button,
.cta-button {
    font-weight: 700;
    color: #fff;
}
.ui-icon,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle;
}
.cta-button {
    background: linear-gradient(45deg, #f76365, #fa7073);
    border-radius: 20px;
    font-size: 32px;
    padding: 24px 64px;
    box-shadow: 0 0 0 4px #fff, 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 2;
    top: 55%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.cta-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.5s ease-in-out;
}
.cta-button:hover {
    transform: translateX(-50%) scale(1.08);
    box-shadow: 0 0 0 6px #fff, 0 12px 30px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #fa7073, #f76365);
}
.cta-button:hover::after {
    left: 125%;
}
@media (max-width: 480px) {
    .cta-button {
        top: 75%;
        font-size: 16px;
        padding: 10px 24px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .cta-button {
        font-size: 18px;
        padding: 12px 32px;
    }
}
@media (min-width: 769px) and (max-width: 1095px) {
    .cta-button {
        top: 47%;
        font-size: 18px;
        padding: 8px 20px;
    }
}
@media (min-width: 1096px) and (max-width: 1451px) {
    .cta-button {
        top: 48%;
        font-size: 22px;
        padding: 14px 40px;
    }
}
@media (min-width: 1452px) {
    .cta-button {
        top: 52%;
        font-size: 24px;
        padding: 16px 48px;
    }
}
@media (max-width: 373px) and (min-width: 301px) {
    .cta-button {
        top: 73%;
        font-size: 14px;
        padding: 8px 20px;
    }
}
@media (max-width: 300px) and (min-width: 211px) {
    .cta-button {
        top: 74%;
        font-size: 12px;
        padding: 6px 16px;
    }
}
@media (max-width: 210px) {
    .cta-button {
        top: 80%;
        font-size: 10px;
        padding: 4px 12px;
    }
}

.ff-contact-item,
.ff-logo-container,
.ff-newsletter {
    backdrop-filter: blur(8px);
}

.ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}
.ig-overlay,
.ui-button-icon-only {
    box-sizing: border-box;
}
.font-quicksand,
.product-info,
body {
    font-family: Quicksand, sans-serif;
}
.ig-overlay .caption,
.item-name,
.line-clamp-2 {
    -webkit-box-orient: vertical;
}
.spinner-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}
.spinner-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    border-radius: 50%;
    animation: 1s linear infinite spin;
}
.bb-header-btn:after,
.filter-option input[type="checkbox"],
.hidden,
.select-options li[rel="hide"],
input[type="radio"] {
    display: none;
}
.float-animation {
    animation: 3.5s ease-in-out infinite float;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.fade-content {
    opacity: 0;
    transition: opacity 0.1s;
}
.fade-content.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.drop-shadow-pink {
    filter: drop-shadow(0 4px 12px #fde) drop-shadow(0 1px 1px #ffb4d6);
}
.btn.btn-secondary {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #f57171;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.3s;
}
.btn.btn-secondary:hover {
    background-color: #e68cb0;
}
.favorite-btn i {
    transition: color 0.3s;
    color: #f57171 !important;
}
.favorite-btn:hover i {
    color: #d44e72 !important;
}
.custom-tab {
    color: #f57171;
    border: 2px solid #f57171;
    padding: 0.75rem 1.5rem;
    transition: 0.3s;
    border-radius: 90px;
}
.custom-tab:hover {
    background-color: #f57171;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#custom-file-upload {
    background-color: #f57171 !important;
}
#custom-file-upload:hover {
    background-color: #d44e72 !important;
}
.alert-custom-pwd {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #e6f5ea;
    border-left: 5px solid #34a853;
    color: #2f6627;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.alert-custom-pwd:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.alert-custom-pwd::before {
    content: "✔️";
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.alert-custom-pwd-content {
    margin-left: 30px;
}
.empty-favorites {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #555;
}
.product-gallery-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#view360Button {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.2;
    padding: 0.5rem;
    background: linear-gradient(135deg, #f77272 0, #f44336 100%);
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(247, 113, 113, 0.3);
    cursor: pointer;
    transition: 0.2s;
    word-break: break-word;
}
#view360Button:hover {
    background: linear-gradient(135deg, #e05555 0, #d32f2f 100%);
    transform: scale(1.05);
}
#view360Button:active {
    background: #c62828;
    transform: scale(0.95);
}
.cloudimage-360 {
    transform-origin: center center;
}
.account-dropdown-card,
.cart-dropdown-card {
    transform: translateX(-50%);
    z-index: 10002;
    left: 50%;
}
@media (max-width: 991px) {
    .bb-header {
        position: static !important;
    }
    body {
        padding-top: 0 !important;
    }
    .product-gallery-container {
        flex-direction: column;
        max-width: 100%;
        padding: 15px;
        border-radius: 15px;
    }
    .gallery-main-image {
        flex: none;
    }
}
.empty-cart {
    padding: 40px 0;
}
.bb-description-section {
    position: relative;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 2rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    width: 100%;
}
.bb-description-section .bb-description-content {
    font-family: Poppins, sans-serif;
    color: #3d4750;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
}
.subcategories-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}
.subcategory-name {
    font-weight: 600;
    font-size: 1.1rem;
}
.subcategory-count {
    font-size: 1rem;
    color: #777;
}
.custom-select {
    color: #f57171;
    border-color: #f57171;
}
.custom-select:focus {
    border-color: #f57171;
    box-shadow: 0 0 0 0.2rem rgba(0, 127, 163, 0.25);
}

.account-dropdown-card::-webkit-scrollbar {
    width: 6px;
}
.account-dropdown-card::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
}
.account-dropdown-card::-webkit-scrollbar-thumb {
    background: #f8c8dc;
    border-radius: 10px;
}
.account-dropdown-card::-webkit-scrollbar-thumb:hover {
    background: #f77272;
}
.checkout-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.form-section {
    flex: 2;
    background: #fff;
    border: 1px solid #ffe0e7;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(255, 107, 139, 0.15);
}
.form-label {
    font-size: 14px;
    margin-bottom: 8px;
}
.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ffc1d0;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
}
.form-input:focus {
    border-color: #f57171;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 107, 139, 0.2);
}
.hidden-field {
    display: none;
    opacity: 0;
}
.fade-in {
    display: block;
    animation: 0.3s ease-in forwards fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.checkout-items .pro-items:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 107, 139, 0.15);
}
.checkout-summary,
.ff-link i {
    font-size: 16px;
}
.checkbox-group {
    display: flex;
    gap: 6px;
}
.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f57171;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(255, 107, 139, 0.1);
}
.custom-checkbox:hover {
    border-color: #ff4a73;
    box-shadow: 0 2px 6px rgba(255, 107, 139, 0.25);
}
.custom-checkbox:checked {
    background-color: #f57171;
    border-color: #f57171;
    animation: 0.4s pulse;
}
.custom-checkbox:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.checkbox-label {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 500;
    user-select: none;
    transition: color 0.3s;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.method-detail {
    transition: height 1s;
    height: 0;
    line-height: 40px;
    background: #eee;
    margin: 0.5em 0;
    padding: 0 0.5em;
}
.carrier-option,
.payment-option {
    margin-bottom: 1rem;
}
.option-box {
    display: flex;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.option-box:hover {
    background-color: #f9fafb;
}
.option-radio {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: #f76f74;
    border: 1px solid #d1d5db;
    cursor: pointer;
}
.option-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.option-text {
    font-weight: 500;
    margin-right: 1rem;
}
.option-icon {
    object-fit: contain;
}
.carrier-selection input[type="radio"]:checked ~ .option-content .option-icon,
.carrier-selection input[type="radio"]:checked ~ .option-content .option-text {
    filter: brightness(0.9);
}
.highlight-carrier .option-box,
.highlight-payment .option-box {
    background-color: #e6f4f7 !important;
    border-color: #f76f74 !important;
    color: #f76f74 !important;
}
.payment-option-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.payment-option-disabled .option-radio-disabled {
    cursor: not-allowed;
    accent-color: #d1d5db;
}
.search-results {
    transform-origin: top;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-results.active {
    animation: 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards slideDown;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.loader {
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-top: 4px solid #f57171;
    border-radius: 50%;
    animation: 0.8s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 5px;
    width: 100%;
    padding: 0 16px;
}
@media (max-width: 2156px) {
    .instagram-gallery {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 10px;
        padding: 0 16px;
    }
    .ig-item {
        flex: 0 0 350px;
        scroll-snap-align: start;
    }
}
.ig-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.ig-item:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.media-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
}
.media-wrapper img,
.media-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ig-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(247, 114, 116, 0.95), rgba(247, 114, 116, 0.5));
    padding: 10px 14px;
    font-family: sans-serif;
}
.btn-load-more,
.section-divider {
    background-color: #f77274;
}
.ig-overlay .caption {
    font-size: 0.75rem;
    color: #fff;
    margin-top: 4px;
    max-height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ff-col-title i,
.ff-link:hover,
.ff-newsletter-title i,
.ff-trust i,
.section-title {
    color: #f77274;
}
.btn-load-more {
    transition: background-color 0.3s;
}
.delivery-info {
    display: flex;
    align-items: center;
    color: #4b5563;
    background-color: #eff6ff;
    padding: 1rem;
    border-radius: 0.75rem;
}
.delivery-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    color: #2563eb;
    flex-shrink: 0;
}
.delivery-text {
    font-size: 0.875rem;
    font-weight: 500;
}
.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-item {
    display: flex;
    align-items: center;
}
.breadcrumb-separator {
    margin: 0 0.3em;
}
.cloudimage-360 {
    transform-origin: center center;
    max-width: 600px;
    margin: 0 auto;
}
.cart-modal-backdrop {
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.suggested-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
}
.cart-progress-buttons,
.suggested-scroll {
    display: flex;
    gap: 1rem;
}
.cart-modal-wrapper {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 1140px;
    margin-top: 4rem;
    padding: 3rem 3.5rem;
    position: relative;
    font-family: Quicksand, sans-serif;
}
.cart-modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: #9ca3af;
    transition: color 0.2s;
    background: 0 0;
    border: none;
}
.cart-modal-close:hover {
    color: #4b5563;
}
.cart-success-box {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
}
.cart-btn-primary,
.cart-btn-secondary {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.2s;
}
.cart-progress-box {
    margin-top: 2rem;
}
.cart-progress-top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
}
.cart-btn-primary {
    background-color: #f77274;
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem;
}
.cart-btn-primary:hover {
    background-color: #e55959;
}
.cart-btn-secondary {
    border: 1px solid #e5e7eb;
    background-color: #fff;
    color: #374151;
    font-weight: 500;
    border-radius: 0.5rem;
}
.cart-btn-secondary:hover {
    background-color: #f3f4f6;
}
.cart-progress-bar {
    background-color: #e5e7eb;
    height: 0.5rem;
    border-radius: 9999px;
    overflow: hidden;
    margin-top: 1rem;
}
.cart-progress-fill {
    background-color: #f77274;
    height: 100%;
    border-radius: 9999px;
    width: 0%;
}





























.suggested-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .product-card {
        max-width: 220px;
    }
    .cart-progress-top {
        flex-direction: row;
        align-items: center;
    }
    .suggested-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}





.suggested-grid a {
    display: block;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background-color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}
.suggested-grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.suggested-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
}

.custom-nav {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 9999px;
    display: flex;
    gap: 12px;
    bottom: 16px;
    z-index: 10;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.custom-nav label {
    width: 26px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 9999px;
    transition: all 0.35s ease;
    cursor: pointer;
}

.custom-nav label:hover {
    transform: scale(1.1);
    background: #fff;
}

.custom-nav label.active {
    width: 44px; /* delší pilulka */
    background: #fff;
}


.suggested-grid .text-sm {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}
.suggested-grid .text-pink-600 {
    color: #ec4899;
    font-weight: 700;
    margin-top: 0.5rem;
}
.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
}

.scrollbar-thin {
    scrollbar-width: thin;
    scrollbar-color: #f9a8d4 #ffe5ec;
}
.scrollbar-thumb-pink-300::-webkit-scrollbar {
    width: 6px;
}
.scrollbar-thumb-pink-300::-webkit-scrollbar-thumb {
    background-color: #f9a8d4;
    border-radius: 10px;
}
.gallery-main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    border-radius: 24px;
    background-color: #f9fafb;
    margin-bottom: 20px;
}
.gallery-main-image .cloudimage-360,
.gallery-main-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: inherit;
}
@media (max-width: 600px) {
    .cloudimage-360,
    .gallery-main-image img {
        height: auto;
    }
    .product-gallery-container {
        padding: 10px;
    }
}
@media (max-width: 540px) {
    .cloudimage-360,
    .gallery-main-image {
        flex-basis: 340px;
        max-width: 800px;
        min-height: 255px;
    }
    #view360Button {
        width: 56px;
        height: 56px;
        border-radius: 12px;
        font-size: 0.68rem;
        padding: 0.35rem;
    }
}
@media (max-width: 380px) {
    .cloudimage-360,
    .gallery-main-image {
        flex-basis: 300px;
        max-width: 300px;
        min-height: 225px;
    }
    #view360Button {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        font-size: 0.62rem;
    }
}
.empty-favorites p {
    margin: 0 0 20px;
}


.bb-dropdown-menu a:hover {
    background: #f5f5f5;
    background: #f5f5f5;
    color: #f57171;
}
.bb-dropdown-menu,
.custom-dropdown ul.dropdown {
    position: absolute;
    visibility: hidden;
    background: #fff;
}











.cust-hover {
    padding: 12px;
    border-radius: 8px;
    transition: background-color 0.3s, border-radius 0.3s;
}
.cust-hover:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
.bb-mobile-menu-overlay {
    z-index: 9998;
}
#bb-mobile-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

.navbar-nav .nav-item a {
    color: #1f1f1f !important;
    transition: color 0.3s, background-color 0.3s;
}
.navbar-nav .nav-item a:hover {
    background-color: #fff0f4;
    color: #d44e72 !important;
    border-radius: 12px;
}
.bb-dropdown-menu {
    min-width: 220px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
    top: 80%;
    z-index: 1000;
}
.bb-dropdown-menu:hover,
.bb-dropdown:hover .bb-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.bb-dropdown-menu a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #686e7d;
    transition: background 0.3s, color 0.3s;
    border-radius: 8px;
}

.cta-button,
.custom-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
::selection {
    color: #3d4750;
    background-color: #ffe4ec;
}
::-moz-selection {
    color: #3d4750;
    background-color: #ffe4ec;
}
.bb-loader .loader:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #3d4750;
    border-radius: 50%;
    -webkit-animation: 5s linear infinite animloader;
    animation: 5s linear infinite animloader;
}
@-webkit-keyframes animloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
input,
textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}
input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}
.custom-dropdown {
    position: relative;
    z-index: 5;
}
.custom-dropdown:hover ul.dropdown {
    opacity: 1;
    display: block;
    visibility: visible;
    margin: 6px 0 0;
}
.custom-dropdown .bb-dropdown-toggle {
    position: relative;
    padding-right: 15px;
}
.custom-dropdown .bb-dropdown-toggle:after {
    content: "\ea4e";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    right: 12px;
    font-size: 15px;
    font-family: remixicon;
}
.custom-dropdown ul.dropdown {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: 150px;
    padding: 10px 5px;
    margin: 25px 0 0;
    z-index: 16;
    text-align: left;
    opacity: 0;
    right: auto !important;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    display: block;
    border-radius: 10px;
}
.custom-dropdown ul.dropdown li a {
    padding: 0 12px;
    font-size: 13px;
    display: block;
    color: #686e7d;
}
.select {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.select-options {
    min-width: 190px;
    max-height: 200px;
    margin: 0;
    padding: 10px 0;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 20;
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
}
.bb-overflow-hidden,
.ui-icon {
    overflow: hidden;
}
.select-options li {
    -webkit-transition: 0.15s ease-in;
    transition: 0.15s ease-in;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.03rem;
    margin: 0;
    padding: 5px 20px !important;
    border-radius: 5px;
    font-size: 14px;
    color: #777;
}
.select-options::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px;
}
.select-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9e9e9e;
}


.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link:after {
    border-color: #f57171;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item:after,
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown:hover .bb-dropdown-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}
.bb-mobile-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}
.bb-mobile-menu::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000;
}
.bb-mobile-menu::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
    width: 100%;
    height: 54px;
    padding-right: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle:before {
    content: "+";
    margin-left: auto;
    font-weight: 500;
    color: #686e7d;
    font-size: 19px;
}
.bb-mobile-menu.bb-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
        position: unset;
    }
}
@media only screen and (min-width: 992px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
        display: block !important;
    }
}
.bb-open-cart {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}
.bb-open-category {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.category-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}
.category-sidebar::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000;
}
.category-sidebar::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}
.category-sidebar:hover button.bb-category-close {
    height: 25px;
}
.category-sidebar button.bb-category-close:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}
@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
}
.bb-modal,
.section-instagram .bb-title {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
}
.active-variant:after {
    font-family: remixicon;
    content: "\eb79";
    height: 35px;
    width: 35px;
    font-size: 20px;
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-box:after,
.banner-box:before,
.bb-instagram-card .instagram-img:before {
    content: "";
    position: absolute;
}
.bb-category-block:after,
.bb-category-block:before {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bb-category-contact .category-title h2 {
    text-shadow: 1px 1px #111a24, -1px 1px #111a24, 1px -1px #111a24, -1px -1px #111a24;
}
.bb-category-block:before {
    top: -29px;
    left: 97px;
}
.bb-category-block:after {
    bottom: 0;
    left: -29px;
}
.bb-category-box:hover .category-image img,
.bb-category-box:hover .category-image svg {
    -webkit-animation: 0.5s ease-out zoom-in-zoom-out;
    animation: 0.5s ease-out zoom-in-zoom-out;
}
@-webkit-keyframes zoom-in-zoom-out {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}
@keyframes zoom-in-zoom-out {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}
@media only screen and (max-width: 991px) {
    .bb-category-block:after,
    .bb-category-block:before {
        display: none;
    }
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover {
    background-color: #f57171;
    border-color: #f57171;
}
.width-100 .bb-pro-box .bb-pro-img,
.width-50 .bb-pro-box .bb-pro-img {
    max-width: 250px;
    border-bottom: 0;
    border-right: 1px solid #eee;
}
.bb-pro-box:hover .bb-pro-img .inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bb-pro-box:hover .bb-pro-img .bb-pro-actions,
.bb-pro-box:hover .bb-pro-img .inner-img img:not(:last-child) {
    opacity: 1;
    bottom: 10px;
}
.banner-box:hover:before {
    left: -210px;
    top: -210px;
}
.banner-box:hover:after {
    right: -80px;
    bottom: -110px;
}
.banner-box:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 400px;
    height: 600px;
    left: -200px;
    top: -200px;
    bottom: 0;
    rotate: 40deg;
    z-index: 0;
}
.banner-box:after {
    transition: 0.3s ease-in-out;
    width: 150px;
    height: 300px;
    right: -70px;
    bottom: -100px;
    rotate: 40deg;
    z-index: 0;
}
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 12px;
    color: #686e7d;
}
.bb-instagram-card .instagram-img:before {
    transition: 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
    border-radius: 30px;
}
.bb-instagram-card .instagram-img:hover:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.bb-instagram-card .instagram-img:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: remixicon;
    content: "\ee66";
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 38px;
    color: #fff;
    -webkit-transform: scale(3) rotate(50deg);
    transform: scale(3) rotate(50deg);
}
.bb-shop-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}
.bb-shop-sidebar::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000;
}
.bb-shop-sidebar::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}
.bb-shop-sidebar-open {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.width-50 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important;
}
.width-100 .bb-pro-box,
.width-100 .bb-pro-box .bb-pro-contact p,
.width-50 .bb-pro-box,
.width-50 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.width-50 .bb-pro-box .bb-pro-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.width-100 .bb-pro-box .bb-pro-img .inner-img,
.width-50 .bb-pro-box .bb-pro-img .inner-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}
.width-100 .bb-pro-box .bb-pro-contact,
.width-50 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.width-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}
.bb-pro-pagination ul li.active a {
    background-color: #3d4750;
    color: #fff;
}
.bb-sidebar-block-item .checked:after {
    left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #f57171;
    content: "\eb7b";
    position: absolute;
    display: none;
    background: #f57171;
    font-family: remixicon;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 16px;
    text-align: center;
}
.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span:after {
    width: 22px;
    height: 22px;
    content: "\eb7b";
    font-family: remixicon;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


















@media only screen and (max-width: 1199px) {
    .width-50 {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .banner-box:before {
        left: -300px;
    }
    .banner-box:after {
        right: -100px;
    }
    .banner-box:hover:before {
        left: -310px;
    }
    .banner-box:hover:after {
        right: -110px;
    }
    .width-100 .bb-pro-box {
        display: block;
        overflow: hidden;
    }
    .width-100 .bb-pro-box .bb-pro-img {
        max-width: 100%;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
    .width-100 .bb-pro-box .bb-pro-img .inner-img {
        border-bottom-left-radius: 20px;
    }
    .width-100 .bb-pro-box .bb-pro-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .width-100 .bb-pro-box .bb-pro-contact p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 575px) {
    .width-50 .bb-pro-box {
        max-width: 380px;
        margin: auto;
        display: block;
    }
    .width-50 .bb-pro-box .bb-pro-img {
        max-width: 100%;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
    .width-50 .bb-pro-box .bb-pro-img .inner-img {
        border-bottom-left-radius: 20px;
    }
    .width-50 .bb-pro-box .bb-pro-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .width-50 .bb-pro-box .bb-pro-contact p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 420px) {
    .bb-pro-list-top .bb-select-inner .custom-select {
        width: 100px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 1399px) {
    .bb-cart-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        padding: 5px;
    }
    .bb-cart-table::-webkit-scrollbar-track {
        width: 8px;
        background-color: #eee;
        -webkit-box-shadow: inset 0 0 0 #000;
    }
    .bb-cart-table::-webkit-scrollbar-thumb {
        background-color: #3d4750;
        border-radius: 20px;
    }
}
.register-btn-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-70%);
    bottom: 8%;
    background-color: #fff;
    color: #ec4899;
    font-weight: 700;
    font-size: 1.35rem;
    padding: 0.9rem 2rem;
    width: clamp(220px, 60%, 360px);
    text-align: center;
    white-space: nowrap;
    border-radius: 40px;
    border: 2px solid #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.2s, transform 0.15s ease-out;
    opacity: 1;
}
.register-btn-overlay:hover {
    background-color: #fce7f3;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.animate__pulse {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
@-webkit-keyframes headShake {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
}
@keyframes headShake {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
}
@keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
}
@-webkit-keyframes wobble {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
}
@keyframes wobble {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@-webkit-keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
#scroll-to-top:hover .scroll-arrow,
.social-button:hover {
    transform: translateY(-1px);
}
.cart-dropdown {
    position: relative;
    display: inline-block;
    z-index: 50;
}
.cart-dropdown-card {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    width: 90vw;
    max-width: 380px;
    box-shadow: 0 8px 32px rgba(247, 113, 113, 0.18);
    max-height: 70vh;
    overflow-y: auto;
}
.bb-dropdown,
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child),
.bb-sidebar-block-item input:checked ~ .checked::after,
.carrier-option,
.cart-dropdown-parent:hover .cart-dropdown-card,
.form-group,
.form-label,
.input-wrapper,
.payment-option {
    display: block;
}

.item-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.item-info {
    flex-grow: 1;
}
.item-details {
    display: flex;
    flex-direction: column;
}
.item-name {
    font-size: 15px;
    font-weight: 500;
    color: #3d4750;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-meta {
    font-size: 14px;
    color: #888;
    display: flex;
    gap: 6px;
    align-items: center;
}
.item-price-original {
    text-decoration: line-through;
    color: #bbb;
    font-size: 13px;
}
.item-price-discount {
    color: #f57171;
    font-weight: 700;
    font-size: 15px;
}
.item-price {
    color: #3d4750;
    font-weight: 700;
    font-size: 15px;
}
.cart-summary {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.summary-label {
    font-size: 16px;
    color: #3d4750;
}
.summary-price {
    font-size: 18px;
    font-weight: 700;
    color: #f57171;
}
.delivery-date {
    font-size: 14px;
    color: #888;
    margin: 15px 0;
    text-align: center;
    padding: 8px;
    background-color: #fff0f0;
    border-radius: 6px;
}
.empty-cart {
    font-size: 16px;
    text-align: center;
    color: #3d4750;
}
.go-to-cart-button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #f57171;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.go-to-cart-button:hover {
    background-color: #e05a5a;
}
.progress-wrapper {
    width: 100%;
    background-color: #f3f3f3;
    height: 10px;
    border-radius: 5px;
}
.progress-bar {
    height: 100%;
    background-color: #f57171;
    border-radius: 5px;
    transition: width 0.3s;
}
.progress-text {
    font-size: 12px;
    font-weight: 700;
    color: #f57171;
}
.account-dropdown-card {
    position: absolute;
    top: 100%;
    left: 0;
    width: 92vw;
    max-width: 800px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 15px 50px rgba(247, 114, 114, 0.2);
    max-height: 80vh;
    overflow-y: auto;
}
.form-label span {
    color: #f77272;
}
.form-input {
    color: #2d3748;
    background-color: #f8fafc;
}
.form-input:focus {
    box-shadow: 0 0 0 3px rgba(247, 114, 114, 0.1);
    background-color: #fff;
}
.input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    color: #a0aec0;
}
.forgot-password {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #f77272;
    transition: color 0.2s;
}
.forgot-password:hover {
    color: #d45b5b;
    text-decoration: underline;
}
.login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: #f77272;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.login-button:hover,
.register-button:hover {
    background-color: #e05a5a;
    transform: translateY(-1px);
    box-shadow: 0 6px 10px rgba(247, 114, 114, 0.15);
}
.social-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.divider-line {
    flex: 1;
    height: 1px;
    background-color: #e2e8f0;
}
.divider-text {
    padding: 0 1rem;
    font-size: 0.8125rem;
    color: #718096;
}
.benefits-list li,
.social-button {
    font-size: 0.9375rem;
    color: #4a5568;
}
.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.register-button,
.social-button {
    align-items: center;
    cursor: pointer;
    display: flex;
}
.social-button {
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.2s;
}
.social-button:hover {
    background-color: #f8fafc;
    border-color: #cbd5e0;
}
.social-button.seznam:hover {
    background-color: #fff8f0;
    border-color: #ffddb3;
}
.social-button.google:hover {
    background-color: #fff0f0;
    border-color: #ffb3b3;
}
.registration-card {
    background-color: #fff9f9;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #ffecec;
}
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}
.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.benefit-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    color: #f77272;
}
.more-benefits {
    font-size: 0.875rem;
    color: #718096;
    font-style: italic;
    margin: 1.5rem 0;
}
.register-button {
    justify-content: center;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: #f77272;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
}
.product-card-d {
    width: 100%;
    max-width: 100%;
}
.product-container {
    padding: 0.5rem;
    margin: 0;
}
.product-container:hover {
    border-color: rgba(255, 180, 214, 0.7);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.product-image-container {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}
#scroll-to-top,
.sticky-bar {
    position: fixed;
    z-index: 1000;
}
.product-image-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
}
.product-image-container .hover-image {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}
.product-container:hover .hover-image {
    opacity: 1;
    transform: scale(1.1);
}
.product-container:hover img:first-child {
    transform: scale(1.1);
}
.product-info {
    padding: 1rem;
    text-align: center;
}
.product-name {
    font-weight: 700;
    font-size: 1rem;
    color: #3a0f2b;
    margin-bottom: 0.5rem;
}
.price-block-card {
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    width: 100%;
    max-width: 135px;
    margin: 0.5rem auto;
    font-size: 0.75rem;
}
.checkout-summary,
.form-label {
    font-weight: 600;
    color: #f57171;
}

.original-price {
    font-size: 1.5em;
    font-weight: 700;
    color: red;
}
.price-current {
    padding-top: 0.3rem;
    font-size: 1.3rem;
}
.price-current,
.price-old {
    background-color: #b91c1c;
    color: #fff;
}
.price-old {
    font-size: 0.75rem;
    padding-bottom: 0.3rem;
}
.currency {
    font-size: 1rem;
}
.gallery-wrapper,
.product-actions {
    display: flex;
    justify-content: center;
}
.add-to-cart-btn,
.checkbox-group,
.option-box {
    align-items: center;
    cursor: pointer;
}
.add-to-cart-btn {
    background-color: #f77274;
    border-radius: 9999px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 160px;
    transform: translateY(0);
    transition: 0.2s;
}
.cart-buttons,
.sticky-bar {
    border-top: 1px solid #ffd6e2;
}
.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0.15);
}
.cart-item .ri-delete-bin-line {
    font-size: 1.5rem;
}
.sticky-bar {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1090px;
    background: #fff9f9;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.sticky-bar.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(100%);
}
.cart-buttons a,
.sticky-bar a {
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
    text-align: center;
    min-width: 140px;
}
.cart-buttons a.btn-back,
.sticky-bar a.btn-back {
    background: #f0f0f0;
    color: #3d4750;
    border: 1px solid #ddd;
}
.cart-buttons a.btn-back:hover,
.sticky-bar a.btn-back:hover {
    background: #e0e0e0;
}
.cart-item:hover .cart-item-img {
    border: none;
}
.bg-white {
    background-color: #fff;
}
.shadow-xl {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.cart-buttons {
    padding: 15px 0;
    margin-top: 20px;
}
@media (max-width: 640px) {
    .sticky-bar {
        flex-direction: column;
        padding: 10px 15px;
        gap: 8px;
        max-width: 100%;
    }
    .sticky-bar a {
        width: 100%;
        padding: 10px 15px;
        min-width: unset;
    }
}
.mini-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: 0.5s linear infinite spin;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.option-box {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: border-color 0.2s ease-in-out;
}
.option-box:hover {
    border-color: #f76f74;
}
.option-radio {
    margin-top: 16px;
    margin-right: 12px;
}
.option-content {
    flex: 1;
    width: 100%;
}
.option-info,
.option-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.option-icon {
    width: 80px;
    height: auto;
}
.option-text {
    font-size: 13px;
    color: #1f2937;
    text-align: left;
}
@media (min-width: 640px) {
    .suggested-scroll .product-card {
        flex: 0 0 220px;
        max-width: 220px;
    }
    .option-box {
        align-items: center;
        padding: 20px;
    }
    .option-radio {
        margin-top: 0;
        margin-right: 20px;
    }
    .option-inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        width: 100%;
    }
    .option-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .option-text {
        font-size: 16px;
        text-align: center;
        justify-self: center;
    }
    .option-price {
        font-size: 20px;
        justify-self: end;
    }
}
.payment-selection {
    display: grid;
    gap: 12px;
}
.option-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    text-align: left;
}
.is-disabled .option-box {
    opacity: 0.55;
    cursor: not-allowed;
}
.is-disabled .option-radio {
    cursor: not-allowed;
}
.option-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.option-price {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
}
@media (min-width: 640px) {
    .option-inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        width: 100%;
        gap: 0 16px;
    }
    .option-info {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    .option-title {
        font-size: 16px;
        text-align: center;
        justify-self: center;
    }
    .option-price {
        font-size: 20px;
        justify-self: end;
        margin-left: auto;
    }
}











@media (max-width: 768px) {
    .checkout-container {
        flex-direction: column;
    }
    .form-section,
    .sidebar {
        flex: unset;
        margin-bottom: 20px;
    }
    .form-section {
        padding: 20px;
    }
    .ig-item {
        flex: 0 0 280px;
    }
    .register-btn-overlay {
        bottom: 5%;
        font-size: 0.85rem;
        padding: 0.6rem 1.25rem;
        width: min(40%, 200px);
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transform: translateX(-100%);
    }
}
#cart-counter {
    position: fixed;
    bottom: clamp(80px, env(safe-area-inset-bottom) + 80px, 100px);
    right: clamp(16px, env(safe-area-inset-right) + 16px, 30px);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f77274, #ff8c8e);
    color: #fff;
    border: 2px solid rgba(255, 236, 236, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(247, 114, 116, 0.25), 0 4px 12px rgba(247, 114, 116, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
    z-index: 999;
    outline: 0;
}
#cart-counter:hover {
    background: linear-gradient(135deg, #ff8c8e, #f77274);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 35px rgba(247, 114, 116, 0.35), 0 8px 20px rgba(247, 114, 116, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
#cart-counter:active {
    transform: scale(0.97);
}
#cart-counter:focus-visible {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(247, 114, 116, 0.35), 0 8px 25px rgba(247, 114, 116, 0.25);
}
#cart-counter .cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(35%, -35%);
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f57171;
    color: #fff;
    border-radius: 999px;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 4px 10px rgba(247, 114, 116, 0.35);
    transition: transform 0.2s, opacity 0.2s;
}
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (prefers-reduced-motion: reduce) {
    #cart-counter,
    #cart-counter .cart-badge {
        transition: none;
    }
}
.page-container,
.search-wrapper {
    position: relative;
}
.menu-toggle-button {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: none;
    background-color: #f77272;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}
.menu-toggle-button:hover {
    background-color: #e55a5a;
    transform: scale(1.05);
}
.menu-toggle-button:active {
    background-color: #d44848;
}
.sidebar-open .menu-toggle-button {
    background-color: #e55a5a;
    transform: scale(0.95);
}
.overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    border-right: 1px solid #ffecec;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 40;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-radius: 8px;
}
.sidebar--is-open {
    transform: translateX(0);
}
.sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}
.sidebar__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #d44848;
}
.sidebar__close-button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #9ca3af;
}
.search-input,
.sidebar__close-button:hover {
    color: #374151;
}
.sidebar__section {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}
.search-input {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background-color: #fff5f5;
}
.search-input:focus {
    outline: 0;
    border-color: #f77272;
    box-shadow: 0 0 0 2px #fde0e0;
}
.search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    color: #f77272;
}
.sidebar__section--scrollable-list {
    overflow-y: auto;
    max-height: 240px;
}
.sidebar__section--scrollable-form {
    flex-grow: 1;
    overflow-y: auto;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s;
}
.category-list__item:hover {
    background-color: #fde0e0;
    color: #d44848;
}
.category-list__arrow {
    width: 1.25rem;
    height: 1.25rem;
    color: #f77272;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.2s, transform 0.2s;
}
.category-list__item:hover .category-list__arrow {
    opacity: 1;
    transform: translateX(0);
}
.filter-group {
    border: none;
    padding: 0;
    margin: 0 0 1.5rem;
}
.filter-group:last-child {
    margin-bottom: 0;
}
.filter-group__title {
    font-weight: 600;
    color: #d44848;
    margin-bottom: 0.75rem;
}
.filter-group__options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.filter-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
}
.filter-option:hover {
    background-color: #fde0e0;
}
.filter-option .filter-option__label {
    display: flex;
    align-items: center;
    color: #374151;
    font-weight: 500;
}
.filter-option .filter-option__label::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f77272;
    border-radius: 0.25rem;
    margin-right: 0.75rem;
    transition: 0.2s;
}
.filter-option input[type="checkbox"]:checked + .filter-option__label::before {
    background-color: #f77272;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    background-size: 100% 100%;
}
@media (min-width: 1024px) {

    .page-container {
        display: flex;
        gap: 2rem;
    }
    .menu-toggle-button,
    .overlay,
    .sidebar__close-button {
        display: none;
    }
    .sidebar {
        position: sticky;
        top: 0;
        height: 100vh;
        transform: translateX(0);
        box-shadow: none;
        max-width: none;
        width: 280px;
    }
    body.sidebar-open {
        overflow: auto !important;
    }
}
@media (max-width: 1023px) {
    body.sidebar-open {
        overflow: hidden;
    }
}
.checkout-sidebar-wrapper {
    margin-top: 0;
}


/* filtr */
#sidebar-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-product .bg-white {
        max-width: 100% !important;
        left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


.custom-nav,
.header-logo,
.header-logo a {
    display: flex;
}
.bb-header .bottom-header {
    padding: 10px !important;
    transition: padding 0.3s ease-in-out;
}
.header-logo {
    align-items: center;
}


/* iPad Pro (vč. landscape) a další tablety: chovej se jako tablet, ne desktop */
@media (min-width: 1024px) and (max-width: 1366px) and (pointer: coarse),
(min-width: 1024px) and (max-width: 1366px) and (any-pointer: coarse) {

    /* Zrušit sticky/fixed chování */
    .bb-header,
    .bb-header.scrolled {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: auto !important;
    }
    .bb-header.scrolled .bottom-header {
        padding-top: inherit !important;
        padding-bottom: inherit !important;
        box-shadow: none !important;
    }

    /* Desktop menu pryč, hamburger ponechat */
    .bb-main-menu-desk { display: none !important; }
    #mobile-menu-toggle { display: flex !important; }

    /* Kontejnery neomezovat na desktop max-width */
    .min-\[992px\]\:max-w-\[960px\],
    .min-\[1200px\]\:max-w-\[1140px\],
    .min-\[1400px\]\:max-w-\[1320px\] { max-width: 100% !important; }

    /* Jemný spacing */
    .bottom-header {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* Bezpečnostní brzda: kdyby někde zůstalo sticky z utilit */
@media (min-width: 1024px) and (max-width: 1366px) and (any-pointer: coarse) {
    .bb-header.sticky { position: static !important; }
}


@media (max-width: 991px) {
    .bb-header {
        position: static !important;
    }
    body {
        padding-top: 0 !important;
    }
    .checkout-sidebar-wrapper {
        margin-top: 30px !important;
    }
}

.discount-header {
    background-color: #fde047;
    color: #000;
    padding: 0.25rem 0.4rem;
    font-size: 0.8rem;
}
.cart-header {
    font-size: 20px;
    font-weight: 700;
    color: #f57171;
    margin-bottom: 15px;
}

.header-search .bb-btn-group-form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.header-search .bb-btn-group-form input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.header-search .bb-btn-group-form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.header-search .bb-btn-group-form input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.header-search .bb-btn-group-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu,
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu {
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) {
    .bb-header.scrolled {
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 10000;
        background: #fff9f9;
    }
    .bb-header.scrolled .bottom-header {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}


.bb-header-buttons {
    display: flex;
    align-items: center;
    gap: 0.25rem; /* = cca ml-5 (20px) */
}


@media (max-width: 767px) {
    .ff-mobile-header { background:#fff; }
    .ff-mobile-inner { padding:10px 12px 14px; } /* vyvážené odsazení */

    /* --- univerzální ikonové knoflíky --- */
    .icon-btn{
        --ff:#f57171;
        --bd:#e5e7eb;           /* šedý border */
        --ink:#6b7280;          /* šedá ikona */
        width:48px; height:48px;                 /* ideál pro prst */
        display:flex; align-items:center; justify-content:center;
        border:1px solid var(--bd);              /* default = šedý border */
        border-radius:24px;
        color:var(--ink);
        background:#fff;
        transition:color .2s, border-color .2s, transform .05s, background .2s;
        -webkit-tap-highlight-color:transparent;
    }
    .icon-btn i { font-size:22px; line-height:1; }
    .icon-btn:active { transform:scale(.97); }
    .icon-btn:hover,
    .icon-btn:focus-visible{
        color:var(--ff);
        border-color:var(--ff);
        background:#fff;                         /* žádná plná výplň */
        outline:none;
    }

    /* --- košík jako hlavní CTA --- */
    .icon-btn--primary{
        border:2px solid var(--ff);
        color:var(--ff);
    }
    .icon-btn--primary:hover,
    .icon-btn--primary:focus-visible{
        background:var(--ff);
        color:#fff;
    }

    /* --- topbar spacing --- */
    .ff-mobile-topbar .left { gap:10px; }
    #mobile-menu-toggle.icon-btn { margin-left:-2px; }

    /* --- logo --- */
    .ff-mobile-topbar .logo img {
        display:block;
        height:50px;
    }

    /* --- search box --- */
    .ff-mobile-header .header-search { margin-top:10px !important; }
    .ff-mobile-header .header-search input,
    .ff-mobile-header .header-search .search-input{
        border:1px solid #e5e7eb;
        background:#fff;
        box-shadow:none;
    }
    .ff-mobile-header .header-search input:focus{
        border-color:var(--ff);
        outline:none;
        box-shadow:0 0 0 3px rgba(245,113,113,.15); /* jemný růžový ring */
    }
    .ff-mobile-header .header-search .icon{ color:var(--ff); }

    /* --- mobilní menu --- */
    #bb-mobile-menu { width:360px; }
    @media (max-width:480px){ #bb-mobile-menu { width:320px; } }

    #mobile-category-menu a{
        padding:14px 14px !important;
        font-size:16.5px !important;
        line-height:30px !important;
        border-radius:12px !important;
    }

    .toggle-subcategories{
        padding:10px !important;
    }
    .toggle-subcategories i{ font-size:22px; transition:transform .2s; }
    .toggle-subcategories[aria-expanded="true"] i{ transform:rotate(180deg); }

    #mobile-category-menu .subcategories{
        margin-left:10px; padding-left:6px; border-left:2px solid #f5f5f5;
    }

    /* --- rezerva pod headerem --- */
    .ff-mobile-header + .hero,
    .ff-mobile-header + .bb-main-banner,
    .ff-mobile-header + .homepage-banner { margin-top:8px; }
}


/* 1) Sdílené styly pro PHONE + TABLET PORTRAIT (≤ 991px) */
@media (max-width: 991px) {
    .ff-mobile-header { background:#fff; }
    .ff-mobile-inner {
        padding: 10px 12px 14px;
        padding-top: calc(10px + env(safe-area-inset-top)); /* notch/iPad */
    }

    /* topbar layout */
    .ff-mobile-topbar { display:flex; align-items:center; justify-content:space-between; gap:8px; }
    .ff-mobile-topbar .left,
    .ff-mobile-topbar .right { display:flex; align-items:center; gap:10px; }

    @media (min-width: 768px) and (max-width: 991px) {
        .ff-mobile-topbar .logo img {
            height: 58px;   /* výrazně větší než na mobilech */
        }
    }



    /* univerzální ikonové knoflíky */
    .icon-btn{
        --ff:#f57171; --bd:#e5e7eb; --ink:#6b7280;
        width:48px; height:48px; display:flex; align-items:center; justify-content:center;
        border:1px solid var(--bd); border-radius:24px;
        background:#fff; color:var(--ink);
        transition: color .2s, border-color .2s, transform .05s, background .2s;
        -webkit-tap-highlight-color:transparent;
        flex:0 0 auto;
    }
    .icon-btn i{ font-size:22px; line-height:1; }
    .icon-btn:active{ transform:scale(.97); }
    .icon-btn:hover, .icon-btn:focus-visible{ color:var(--ff); border-color:var(--ff); outline:none; }

    /* košík jako CTA (pokud používáš) */
    .icon-btn--primary{ border:2px solid var(--ff); color:var(--ff); }
    .icon-btn--primary:hover, .icon-btn--primary:focus-visible{ background:var(--ff); color:#fff; }

    /* search – 100% šířka, jemný focus */
    .ff-mobile-header .header-search { margin-top:10px !important; }
    .ff-mobile-header .header-search input,
    .ff-mobile-header .header-search .search-input{
        width:100%; max-width:100%;
        border:1px solid #e5e7eb; background:#fff; box-shadow:none;
    }
    .ff-mobile-header .header-search input:focus{
        border-color:var(--ff); outline:none; box-shadow:0 0 0 3px rgba(245,113,113,.15);
    }
    .ff-mobile-header .header-search .icon{ color:var(--ff); }

    /* overlay – vždy přes vše */
    .bb-mobile-menu-overlay{
        position: fixed; inset:0; z-index: 9998;
    }

    /* offcanvas menu – použij viewportové jednotky (tablet/fold friendly) */
    #bb-mobile-menu{
        width: min(86vw, 380px);              /* tablet portrait */
        height: 100dvh;                        /* ne 100vh → iOS/Android klávesnice */
        top: 0; left: 0;
        overflow:auto; overscroll-behavior: contain;
        z-index: 9999;
    }
    @media (max-width:480px){
        #bb-mobile-menu{ width: 92vw; }
    }

    #mobile-category-menu a{
        padding:14px 14px !important;
        font-size:16.5px !important;
        line-height:30px !important;
        border-radius:12px !important;
    }
    .toggle-subcategories{ padding:10px !important; }
    .toggle-subcategories i{ font-size:22px; transition:transform .2s; }
    .toggle-subcategories[aria-expanded="true"] i{ transform:rotate(180deg); }

    #mobile-category-menu .subcategories{
        margin-left:10px; padding-left:6px; border-left:2px solid #f5f5f5;
    }

    .ff-mobile-header + .hero,
    .ff-mobile-header + .bb-main-banner,
    .ff-mobile-header + .homepage-banner { margin-top:8px; }
}


@media (prefers-reduced-motion: reduce){
    .icon-btn, .toggle-subcategories i { transition: none !important; }
}


