:root {
    --g-blue-dark: #16308f;
    --g-blue-medium: #0057b8;
    --g-blue-light: #1296e6;
    --g-cyan: #00bef0;
    --g-red: #d62a1a;
    --g-red-dark: #b61718;
    --g-red-hover: #941216;
    --g-white: #fff;
    --g-black: #17191f;
    --g-text-soft: #59606d;
    --g-surface: #f5f7fb;
    --g-border: #e2e6ee;
    --g-shadow: 0 16px 42px rgba(22, 48, 143, .10);
    --g-radius: 24px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--g-black);
    background: var(--g-surface);
    font-family: "Open Sans", sans-serif;
}

a {
    color: var(--g-blue-dark);
}

a:hover,
a:focus {
    color: var(--g-blue-medium);
}

#top {
    min-height: 38px;
    margin: 0;
    padding: 4px 0;
    color: #fff;
    background: var(--g-blue-dark);
    border: 0;
}

#top .btn-link,
#top #top-links li,
#top #top-links a,
#top .btn-link strong {
    color: #fff;
    text-shadow: none;
}

#top .btn-link:hover,
#top #top-links a:hover {
    color: #fff;
    text-decoration: underline;
}

#top .dropdown-menu {
    overflow: hidden;
    padding: 8px;
    border: 0;
    border-radius: 16px;
    box-shadow: var(--g-shadow);
}

#top .dropdown-menu a {
    color: var(--g-black);
    border-radius: 10px;
}

#top .dropdown-menu a:hover {
    color: #fff;
    background: var(--g-blue-medium);
}

header {
    margin: 0;
    padding: 24px 0 20px;
    background: #fff;
}

#logo {
    margin: 0;
}

#logo img {
    width: auto;
    max-width: 220px;
    max-height: 72px;
}

#search {
    margin-bottom: 0;
}

#search .input-lg {
    height: 50px;
    padding: 0 22px;
    color: var(--g-black);
    background: var(--g-surface);
    border: 1px solid var(--g-border);
    border-right: 0;
    border-radius: 999px 0 0 999px;
    box-shadow: none;
}

#search .btn-lg {
    width: 54px;
    height: 50px;
    padding: 0;
    color: var(--g-blue-dark);
    background: var(--g-surface);
    border: 1px solid var(--g-border);
    border-left: 0;
    border-radius: 0 999px 999px 0;
    box-shadow: none;
}

#search .input-lg:focus {
    border-color: var(--g-blue-medium);
    box-shadow: 0 0 0 3px rgba(22, 48, 143, .08);
}

#cart {
    margin: 0;
}

#cart > .btn {
    min-height: 50px;
    color: #fff;
    background: var(--g-red-dark);
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    text-shadow: none;
}

#cart > .btn:hover,
#cart.open > .btn,
#cart.open > .btn:hover {
    color: #fff;
    background: var(--g-red-hover);
}

#cart .dropdown-menu {
    right: 0;
    left: auto;
    overflow: hidden;
    padding: 16px;
    color: var(--g-black);
    background: #fff;
    border: 0;
    border-radius: 22px;
    box-shadow: var(--g-shadow);
}

#menu {
    min-height: 56px;
    margin: 0 0 30px;
    background: var(--g-blue-dark);
    border: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 12px 30px rgba(22, 48, 143, .16);
}

#menu .nav > li > a {
    min-height: 56px;
    padding: 18px 16px;
    color: #fff;
    background: transparent;
    text-shadow: none;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .nav > li.open > a:hover,
#menu .nav > li.open > a:focus {
    color: #fff;
    background: var(--g-blue-medium);
    border-radius: 999px;
}

#menu .dropdown-menu {
    overflow: hidden;
    padding: 10px;
    color: #fff;
    background: var(--g-blue-dark);
    border: 1px solid var(--g-blue-medium);
    border-radius: 20px;
    box-shadow: var(--g-shadow);
}

#menu .dropdown-inner a,
#menu .see-all {
    padding: 9px 14px;
    color: #fff;
    border-radius: 10px;
}

#menu .dropdown-inner a:hover,
#menu .see-all:hover,
#menu .see-all:focus {
    color: #fff;
    background: var(--g-blue-medium);
    text-decoration: none;
}

#menu #category,
#menu .btn-navbar {
    color: #fff;
}

#menu .btn-navbar,
#menu .btn-navbar:hover,
#menu .btn-navbar:focus {
    background: var(--g-blue-medium);
    border: 0;
    border-radius: 10px;
}

.giraai-home {
    position: relative;
}

.giraai-home::before,
.giraai-home::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
}

.giraai-home::before {
    top: -120px;
    right: -160px;
    width: 360px;
    height: 360px;
    background: rgba(0, 190, 240, .08);
}

.giraai-home::after {
    top: 360px;
    left: -180px;
    width: 320px;
    height: 320px;
    background: rgba(214, 42, 26, .05);
}

.swiper-viewport,
.slideshow,
.banner,
.carousel {
    overflow: hidden;
    border: 0;
    border-radius: 32px;
    box-shadow: var(--g-shadow);
}

.swiper-container,
.swiper-wrapper,
.swiper-slide,
.swiper-slide > a {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.swiper-slide img,
.slideshow img,
.banner img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: auto;
    object-fit: contain;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--g-blue-dark);
}

#content > h2,
#content > h3 {
    margin-bottom: 26px;
    font-weight: 700;
}

.breadcrumb {
    margin: 0 0 28px;
    padding: 0;
    background: transparent;
    border: 0;
}

.breadcrumb > li {
    padding: 0 8px 0 0;
    text-shadow: none;
}

.breadcrumb > li::after {
    display: none;
}

.breadcrumb > li + li::before {
    padding-right: 8px;
    color: #a7acb5;
    content: "/";
}

.list-group {
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(22, 48, 143, .06);
}

.list-group a {
    color: var(--g-blue-dark);
    background: #fff;
    border-color: var(--g-border);
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #fff;
    background: var(--g-blue-dark);
    border-color: var(--g-blue-dark);
    text-shadow: none;
}

.btn-primary,
.btn-danger,
.product-thumb .button-group button {
    color: #fff;
    background: var(--g-red-dark);
    border-color: var(--g-red-dark);
    border-radius: 999px;
    text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-danger:hover,
.product-thumb .button-group button:hover {
    color: #fff;
    background: var(--g-red-hover);
    border-color: var(--g-red-hover);
}

.btn-default {
    color: var(--g-blue-dark);
    background: #fff;
    border-color: var(--g-border);
    border-radius: 12px;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background: var(--g-blue-dark);
    border-color: var(--g-blue-dark);
}

.form-control {
    color: var(--g-black);
    background: #fff;
    border-color: var(--g-border);
    border-radius: 12px;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--g-blue-medium);
    box-shadow: 0 0 0 3px rgba(22, 48, 143, .08);
}

.product-layout {
    display: flex;
    margin-bottom: 24px;
}

.product-thumb {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    color: var(--g-black);
    background: #fff;
    border: 0;
    border-radius: var(--g-radius);
    box-shadow: 0 12px 34px rgba(22, 48, 143, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-thumb:hover {
    transform: translateY(-3px);
    box-shadow: var(--g-shadow);
}

.product-thumb .image {
    margin: 10px;
    padding: 12px;
    border-radius: 18px;
}

.product-thumb .image img {
    width: 100%;
}

.product-thumb .caption {
    flex: 1;
    min-height: 160px;
    padding: 8px 18px 16px;
    color: var(--g-black);
}

.product-thumb h4 a,
.product-thumb .caption p {
    color: var(--g-black);
}

.product-thumb .price,
.product-thumb .price-new {
    color: var(--g-red-dark);
    font-weight: 700;
}

.product-thumb .price-old {
    color: var(--g-text-soft);
}

.rating .fa-star,
.rating .fa-star-o {
    color: var(--g-blue-dark);
}

.product-thumb .button-group {
    display: flex;
    gap: 0;
    margin: 8px;
    overflow: hidden;
    background: var(--g-red-dark);
    border: 0;
    border-radius: 999px;
}

.product-thumb .button-group button {
    float: none;
    flex: 0 0 20%;
    width: auto;
    min-height: 44px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .35);
    border-radius: 0;
}

.product-thumb .button-group button:first-child {
    flex: 1;
    border-left: 0;
    border-radius: 999px 0 0 999px;
}

.product-thumb .button-group button:last-child {
    border-radius: 0 999px 999px 0;
}

.product-thumb .button-group button:hover {
    background: var(--g-red-hover);
}

.product-thumb .button-group button,
.product-thumb .button-group button * {
    color: #fff;
}

#product-category #content > .row,
#product-product #content > .row:first-of-type,
.nav-tabs + .tab-content,
.well,
.panel,
.table-responsive {
    color: var(--g-black);
    background: #fff;
    border-color: var(--g-border);
    border-radius: var(--g-radius);
}

#product-category #content > .row {
    padding-top: 14px;
    padding-bottom: 14px;
}

#product-product .thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0;
}

#product-product .thumbnails > li:first-child {
    grid-column: 1 / -1;
}

#product-product .thumbnail {
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(22, 48, 143, .07);
}

#product-product #content > .row:first-of-type > div:last-child {
    padding: 26px;
    background: #fff;
    border-radius: var(--g-radius);
    box-shadow: 0 12px 34px rgba(22, 48, 143, .07);
}

#product-product #button-cart {
    min-height: 50px;
    color: #fff;
    background: var(--g-red-dark);
    border: 0;
    border-radius: 999px;
}

#product-product #button-cart:hover {
    background: var(--g-red-hover);
}

.nav-tabs {
    margin-top: 30px;
    border-bottom-color: var(--g-border);
}

.nav-tabs > li > a {
    color: var(--g-text-soft);
    border-radius: 16px 16px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
    color: #fff;
    background: var(--g-blue-dark);
    border-color: var(--g-blue-dark);
}

.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #fff;
    background: var(--g-blue-dark);
    border-color: var(--g-blue-dark);
}

footer {
    position: relative;
    margin-top: 90px;
    padding-top: 54px;
    color: #fff;
    background: var(--g-blue-dark);
    border: 0;
}

footer::before {
    position: absolute;
    top: -52px;
    left: -5%;
    width: 110%;
    height: 84px;
    content: "";
    background: var(--g-blue-dark);
    border-radius: 50% 50% 0 0;
}

footer h5,
footer a,
footer p {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 767px) {
    header {
        padding: 16px 0;
    }

    #logo {
        margin-bottom: 16px;
        text-align: center;
    }

    #logo img {
        max-width: 170px;
        margin: auto;
    }

    #search {
        margin-bottom: 14px;
    }

    #menu {
        border-radius: 0 0 20px 20px;
    }

    #menu .navbar-header {
        min-height: 52px;
    }

    #menu #category {
        padding: 16px;
    }

    #menu .nav > li > a,
    #menu .dropdown-inner a,
    #menu .see-all {
        color: #fff;
        background: var(--g-blue-dark);
        border-radius: 0;
    }

    #menu .nav > li > a:hover,
    #menu .dropdown-inner a:hover,
    #menu .see-all:hover {
        color: #fff;
        background: var(--g-blue-medium);
    }

    .swiper-viewport,
    .slideshow,
    .banner,
    .carousel {
        border-radius: 18px;
    }

    #content .row > .product-layout,
    #product-category .row > .product-layout,
    #product-product .row > .product-layout {
        float: left;
        width: 50% !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-thumb {
        border-radius: 18px;
    }

    .product-thumb .image {
        margin: 6px;
        padding: 7px;
        border-radius: 14px;
    }

    .product-thumb .caption {
        min-height: 112px;
        padding: 5px 10px 8px;
    }

    .product-thumb h4 {
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.3;
    }

    .product-thumb .caption > p:not(.price),
    .product-thumb .rating,
    .product-thumb .price-tax {
        display: none;
    }

    .product-thumb .price {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .product-thumb .button-group {
        margin: 6px;
    }

    .product-thumb .button-group button {
        min-height: 38px;
        padding: 6px;
        font-size: 11px;
    }

    .product-thumb .button-group button:first-child span {
        display: none;
    }

    #product-product #content > .row:first-of-type > div:last-child {
        margin-top: 22px;
        padding: 20px;
        border-radius: 20px;
    }

    #product-product .thumbnails {
        gap: 7px;
    }

    footer {
        margin-top: 72px;
    }
}
@media (min-width: 1301px) {
  .container-fluid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
