:root {
    --orion-main-color: #000000;
    --orion-secondary-color: #A8CF45;
    --orion-main-color-hover: #2C2C2C;
    --orion-primary-cta-color: #A8CF45;
    --orion-motion-duration: 0.30s;
    --orion-motion-easing-all: cubic-bezier(0.3,0,0,1);
    --orion-flash-warning: #f2a600;
    --orion-flash-success: #12c99b;
    --orion-flash-error: #FF3B30;
    --orion-border: #DDDDDD;
}

.Orion-button {
    text-align: right;
    width: 100%;
    position: relative;
    color: #000;
    background: white;
    padding: 12px 15px;
    font-weight: 900;
    font-size: 16px;
    border: 1px solid #000;
    text-wrap: nowrap;
    cursor: pointer;
}
.Orion-icon {
    font-size: 1.5rem;
}

/*.form-control {*/
/*    border-radius: 24px;*/
/*}*/
.portfolio-item-box .portfolio-item-caption,
.Orion-button-box {
    text-align: center;
    width: 100%;
    position: relative;
    color: white;
    background: #000000;
    padding: 12px 15px;
    font-weight: 900;
    font-size: 16px;
    /*border: 1px solid #000000;*/
    /*box-shadow: 6px 6px 1px 0px white;*/
    text-wrap: nowrap;
    cursor: pointer;
    /*border-radius: 24px;*/
}

.Orion-button-box:hover {
    background-color: var(--orion-primary-cta-color);
    border-color: var(--orion-primary-cta-color);
    color: white;
    transition: background-color ease-in-out .2s;
}

/*.portfolio-item-box .portfolio-item-caption::before,*/
/*.Orion-button-box::before {*/
/*    border-bottom: 1px solid #000000;*/
/*    border-left: 1px solid #000000;*/
/*    bottom: -3px;*/
/*    height: 3px;*/
/*    left: 3px;*/
/*    width: 100%;*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    transition: all var(--orion-motion-duration) var(--orion-motion-easing-all);*/
/*}*/

/*.portfolio-item-box .portfolio-item-caption::after,*/
/*.Orion-button-box::after {*/
/*    border-right: 1px solid #000000;*/
/*    border-top: 1px solid #000000;*/
/*    height: 100%;*/
/*    right: -3px;*/
/*    top: 3px;*/
/*    width: 3px;*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    transition: all var(--orion-motion-duration) var(--orion-motion-easing-all);*/
/*}*/

/*.Orion-cta-arrow::after {*/
/*    content: '\2190';*/
/*    font-size: 2.5rem;*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    !*top: 0;*!*/
/*    !*transform: translateY(40%);*!*/
/*}*/

.Orion-link {
    color: #000000;
    text-decoration: none!important;
    text-decoration-color: #000000;
}

.Orion-link:hover, .Orion-link:active, .Orion-link:focus {
    color: var(--orion-main-color-hover);
}

.form-control:focus {
    border-color: #000000!important;
}

.alert-warning {
    background: var(--orion-flash-warning);
}
.alert-success {
    background: var(--orion-flash-success);
}
.alert-danger {
    background: var(--orion-flash-error);
}

.alert .icon__wrapper {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.253);
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert .icon__wrapper span {
    font-size: 21px;
    color: #fff;
}
.alert p {
    color: #fff;
    margin-left: 10px;
}
.alert p a,
.alert p a:visited,
.alert p a:active {
    color: #fff;
}
.alert .open {
    margin-left: auto;
    margin-right: 5px;
}
.alert .close, .alert .open {
    color: #fff;
    transition: transform 0.5s;
    font-size: 18px;
    cursor: pointer;
}
.alert .close:hover, .alert .open:hover {
    transform: scale(1.3);
}

.product-card {
    position: relative;
    cursor: pointer;
    /*border: 2px solid transparent;*/
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 1.5em;
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-image {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.wishlist-btn {
    position: absolute;
    font-size: inherit;
    padding: 5px;
    border-radius: 50px;
    top: 1rem;
    right: 1rem;
    background: white;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

/*.product-card:hover .wishlist-btn {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

.product-colors {
    display: flex;
    gap: 4px;
    margin-top: 8px;
}

.color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.Orion-product-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.Orion-product-badges span {
    padding-top: 6px;
    line-height: 2;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

/* Smooth loading animation for images */
.product-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-image.loaded {
    opacity: 1;
}

#hero-video {
    object-fit: cover;
    width: 100vw;
    height: 70vh;
    /* mask-image: linear-gradient(20deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0) 100%); */
    -webkit-mask-image: -webkit-gradient(linear, right top, right bottom,
    from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
}

#detail-video {
    object-fit: cover;
    width: 100vw;
    height: 8vh;
    /* mask-image: linear-gradient(20deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0) 100%); */
    /*-webkit-mask-image: -webkit-gradient(linear, right top, right bottom,*/
    /*from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));*/
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
}

.offcanvas-start {
    width: 460px;
}

body {
    background-color: #FAFAFA!important;
}
.navbar-brand-icon-img {
    width: 26px;
    height: 26px;
}

.nav-item > .text-line {
    color: black!important;
}

.accordion-button:not(.collapsed) {
    background-color: inherit!important;
    color: var(--orion-main-color)!important;
}

.bg-success {
    background-color: var(--orion-secondary-color)!important;
}
.bg-danger {
    background-color: var(--orion-flash-error)!important;
}
.badge-shopping {
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    top: 0;
    background-color: #a50800;
    left: 0;
}

.dropdown-menu {
    border: none;
}

.icons-row-border-left div {
    border-left: 1px solid #cacaca
}

.icons-row-border-left i {
    color: var(--orion-main-color);
    font-size: 30px;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item.dropdown-title {
    font-size: 15px;
    font-weight: bold;
    color: #0A0A0A;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item {
    font-size: 13px;
    color: #0A0A0A;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #0A0A0A;
}
.form-control {
    line-height: 1.5!important;
}

.kaiola-product-title {
    font-weight: bold;
}

.kaiola-product-quick-buy img {
    width: 1em!important;
    height: auto;
}
.kaiola-product-quick-buy span {
    border-bottom: var(--orion-main-color) 1px solid;
}

.kaiola-product-discount {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
    color: #666666;
}

.breadcrumb .breadcrumb-item:not(:active) a {
    border-bottom: var(--orion-main-color) dotted 1px;
}

.accordion-item {
    position: relative;
    padding: 20px 0!important;
    border-bottom: #F3F3F3 solid 1px!important;
}

.accordion {
    /*border-radius: 24px;*/
    background-color: #fff;
}



/*Flash Message*/
.flash-container {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1055;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(90%, 420px);
}

.flash-message {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    /*border-radius: 14px;*/
    background: white;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    color: #111;
    animation: slideFadeUp 0.45s ease forwards;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.flash-content {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Close button */
.flash-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0.6;
}
.flash-close:hover {
    opacity: 1;
}

/* Types */
.flash-success { border-left: 4px solid #28a745; }
.flash-danger  { border-left: 4px solid #dc3545; }
.flash-warning { border-left: 4px solid #ffc107; }

/* SVG icons */
.flash-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: draw 0.6s ease forwards;
}

.icon.success { stroke: #28a745; }
.icon.danger  { stroke: #dc3545; }
.icon.warning { stroke: #ffc107; }

/* Animations */
@keyframes slideFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes draw {
    from { stroke-dasharray: 100; stroke-dashoffset: 100; }
    to   { stroke-dasharray: 100; stroke-dashoffset: 0; }
}