.Notifications_product-add__jjmjZ {
    max-width: 350px
}

.Popover_popoverContent__NlJfa {
    padding: 15px;
    font-size: 12px;
    line-height: 1;
    color: var(--logo-blue);
    background-color: #fff;
    box-shadow: 0 10px 38px -10px rgba(14, 18, 22, .35), 0 10px 20px -15px rgba(14, 18, 22, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    will-change: transform, opacity;
    z-index: 1000;
    outline: none
}

.Popover_popoverContent__NlJfa[data-state=delayed-open][data-side=top] {
    animation-name: Popover_slideDownAndFade__AWfbF
}

.Popover_popoverContent__NlJfa[data-state=delayed-open][data-side=right] {
    animation-name: Popover_slideLeftAndFade__qjTet
}

.Popover_popoverContent__NlJfa[data-state=delayed-open][data-side=bottom] {
    animation-name: Popover_slideUpAndFade__PDvtQ
}

.Popover_popoverContent__NlJfa[data-state=delayed-open][data-side=left] {
    animation-name: Popover_slideRightAndFade__F7X6F
}

.Popover_popoverArrow__h7XKm {
    fill: #fff
}

@keyframes Popover_slideUpAndFade__PDvtQ {
    0% {
        opacity: 0;
        transform: translateY(2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes Popover_slideRightAndFade__F7X6F {
    0% {
        opacity: 0;
        transform: translateX(-2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes Popover_slideDownAndFade__AWfbF {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes Popover_slideLeftAndFade__qjTet {
    0% {
        opacity: 0;
        transform: translateX(2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.Tooltip_tooltipContent__1IYun {
    padding: 12px;
    font-size: 10px;
    line-height: 1;
    color: var(--logo-blue);
    background-color: #fff;
    box-shadow: 0 10px 38px -10px rgba(14, 18, 22, .35), 0 10px 20px -15px rgba(14, 18, 22, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    z-index: 1000
}

.Tooltip_tooltipContent__1IYun[data-state=delayed-open][data-side=top] {
    animation-name: Tooltip_slideDownAndFade__xH0Tt
}

.Tooltip_tooltipContent__1IYun[data-state=delayed-open][data-side=right] {
    animation-name: Tooltip_slideLeftAndFade__jkodz
}

.Tooltip_tooltipContent__1IYun[data-state=delayed-open][data-side=bottom] {
    animation-name: Tooltip_slideUpAndFade__a7RHP
}

.Tooltip_tooltipContent__1IYun[data-state=delayed-open][data-side=left] {
    animation-name: Tooltip_slideRightAndFade__P4x_q
}

.Tooltip_tooltipArrow___6qZt {
    fill: #fff
}

@keyframes Tooltip_slideUpAndFade__a7RHP {
    0% {
        opacity: 0;
        transform: translateY(2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes Tooltip_slideRightAndFade__P4x_q {
    0% {
        opacity: 0;
        transform: translateX(-2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes Tooltip_slideDownAndFade__xH0Tt {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes Tooltip_slideLeftAndFade__jkodz {
    0% {
        opacity: 0;
        transform: translateX(2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

:root {
    --layout-header-z-index: 31;
    --modal-z-index-overlay: 35;
    --modal-container-z-index: 36;
    --toast-z-index: 39;
    --shopping-cart-mobile-bar-z-index: 20;
    --indicator-z-index: 2;
    --left-menu-z-index: 3;
    --shopping-cart-header-z-index: 34;
    --mobile-menu-z-index: 24;
    --product-table-scrollbar-z-index: 23;
    --product-table-scrollbar-thumb-z-index: 31;
    --product-table-footer-desktop-z-index: 32;
    --mobile-product-list-footer-z-index: 33;
    --cookie-box-z-index: 40;
    --return-order-box-z-index: 25;
    --user-dropdown-menu-z-index: 40;
    --input-font-size: 0.875rem;
    --input-error-font-size: 0.875rem;
    --input-label-font-size: 0.75rem;
    --modal-title: 1.25rem;
    --info-header-bg: #1b2039;
    --primary-color: #242b4c;
    --background-color: #fff;
    --white: #fff;
    --light-font-color: #fff;
    --input-font-color: #262b2f;
    --button-font-color: #fff;
    --title-color: #000;
    --info-font-color: #8692a6;
    --select-font-color: #939699;
    --black-100: #1c1c1c;
    --logo-blue: #1226aa;
    --bluegreen-25: #cbd5ee;
    --bluegreen-100: #7d94cc;
    --base-grey-15: #d9dadb;
    --base-grey-85: #4b5157;
    --base-grey-50: #939699;
    --base-grey-100: #262d33;
    --bluegreen-75: #97adda;
    --bluegreen-50: #b2bfe3;
    --base-white: #fff;
    --grey-100: #262b2f;
    --grey-95: #293137;
    --grey-85: #2d3840;
    --grey-70: #313e48;
    --grey-50: #42525e;
    --grey-30: #7c878d;
    --grey-15: #e2e8eb;
    --grey-05: #f5f5f5;
    --grey-grey-100: #262b2f;
    --grey-grey-05: #f5f6f6;
    --blue-100: #242b4c;
    --blue-75: #273163;
    --blue-50: #2a387a;
    --blue-25: #2d3e91;
    --green-100: #1b5748;
    --green-75: #19745e;
    --green-50: #189073;
    --green-25: #16ad88;
    --red-100: #ed8e7a;
    --red-75: #f09988;
    --red-50: #f2ada3;
    --red-25: #f5c7bf;
    --orange-100: #fcd19a;
    --orange-75: #fdd6a3;
    --orange-50: #fddbb5;
    --orange-25: #fde6cd;
    --greyblue-100: #dcd9e8;
    --greyblue-75: #dedbea;
    --greyblue-50: #e2e2ed;
    --greyblue-25: #ebebf3;
    --input-border: #d9dadb;
    --error-border: #ca1a1a;
    --on-sale-badge: #ff4f52;
    --progress-circle-color: #4592ff;
    --navy-blue: #051236;
    --character-primary-85: rgba(0, 0, 0, .85);
    --neutral-5: #d9d9d9;
    --neutral-1: #fff;
    --dashboard-image-border: #ffe092;
    --primary-button-hover: #0e1f8e;
    --success-button-hover: #17614e;
    --logo-blue-hover: #3e51ce;
    --border-radius: 20px;
    --form-border-radius: 10px;
    --font-size-tab: 0.75rem;
    --radius-Radius-xl: 64px;
    --product-table-border-radius: 0.5rem;
    --background-start-rgb: 214, 219, 220;
    --background-end-rgb: 255, 255, 255;
    --stockcard-mobil-stokcard-button-add-color: #f5f6f6;
    --spacing-sm: 10px
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

a, article, blockquote, body, button, h1, h2, h3, h4, h5, h6, html, input, label, nav, p, small, span, strong {
    font-family: var(--poppins-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never
}

a {
    color: inherit;
    text-decoration: none
}

h3 {
    font-size: 1.875rem
}

h3, h4 {
    color: var(--title-color)
}

h4 {
    font-size: 1.125rem
}

button {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 767px) {
    .hide-desktop {
        display: none !important
    }
}

@media only screen and (max-width: 766px) {
    .hide-mobile {
        display: none !important
    }
}

@media only screen and (max-width: 57.1em) {
    .hide-except-desktop {
        display: none
    }
}

@media only screen and (min-width: 57.1em) {
    .hide-except-mobile {
        display: none
    }
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--input-font-color);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px hsla(0, 0%, 100%, .161);
    -webkit-box-shadow: inset 0 0 0 30px #fff !important
}

@keyframes slideUpAndFade {
    0% {
        opacity: 0;
        transform: translateY(2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideRightAndFade {
    0% {
        opacity: 0;
        transform: translateX(-2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideDownAndFade {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideLeftAndFade {
    0% {
        opacity: 0;
        transform: translateX(2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

svg {
    vertical-align: top
}

.skeleton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1
}

.max-container {
    height: 100%;
    width: 100%
}

.to-link {
    transition: color .5s
}

.to-link:hover {
    color: var(--primary-button-hover, #0e1f8e)
}

.svg {
    vertical-align: top
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

html {
    font-size: 16px
}

.cursor-pointer {
    cursor: pointer
}

.hide {
    display: none
}

.hide-important {
    display: none !important
}

.block {
    display: block
}

@media (max-width: 89.9em) {
    .pcba-video-player {
        width: unset !important
    }

    .pcba-video-player > .react-player__preview {
        height: 429px !important
    }
}

.pcba-video-player > .react-player__preview {
    height: unset !important
}

input[type=password]::-ms-reveal {
    display: none
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.disabled-link * {
    pointer-events: none
}

.html-content div {
    overflow: auto !important;
    max-width: 100% !important
}

.no-click-effect:active, .no-click-effect:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media (max-width: 768px) {
    input {
        font-size: 16px !important
    }
}

.slider-indicator-container {
    display: flex;
    gap: .1rem;
    align-items: center;
    justify-content: center;
    animation: fade-in 2s alternate;
    flex-wrap: wrap
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.slider-bullet {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    cursor: pointer
}

.slider-bullet circle:first-child {
    display: none
}

.slider-bullet:hover {
    opacity: .8
}

.progress-circle {
    display: none
}

.swiper-pagination-bullet-active .progress-circle {
    display: block;
    stroke-dasharray: 63;
    stroke-dashoffset: 63;
    transform-origin: 50% 50%;
    transform: rotate(-90deg)
}

.swiper-pagination-bullet-active circle:first-child {
    display: block
}

.swiper-pagination-bullet-active circle:last-child {
    fill: var(--progress-circle-color, #4592ff)
}

.slider-animation-stop span svg .progress-circle {
    animation-play-state: paused
}

.slider-animation-start span svg .progress-circle {
    animation: progress 5s linear;
    animation-fill-mode: forwards
}

@keyframes progress {
    0% {
        stroke-dashoffset: 63
    }
    to {
        stroke-dashoffset: 0
    }
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid var(--input-border);
    border-radius: 50%;
    margin: 0;
    transform: translateY(-.075em);
    display: grid;
    place-content: center;
    background-color: var(--white)
}

input[type=radio]:before {
    content: "";
    width: .5em;
    height: .5em;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    box-shadow: inset 1em 1em var(--white)
}

input[type=radio]:checked {
    background-color: var(--logo-blue) !important;
    border: none
}

input[type=radio]:checked:before {
    transform: scale(1)
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    font: inherit;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: translateY(-.075em);
    display: grid;
    place-content: center;
    border: 1px solid var(--input-border);
    background-color: var(--white);
    position: relative
}

input[type=checkbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: var(--logo-blue);
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 3px
}

input[type=checkbox]:after, input[type=checkbox]:before {
    transition: transform .12s ease-in-out;
    position: absolute
}

input[type=checkbox]:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2918 9.72078L12.1215 2.79476C12.3909 2.52154 12.8277 2.52154 13.0972 2.79476C13.3666 3.06799 13.3666 3.51097 13.0972 3.78419L5.77963 11.2049C5.51021 11.4781 5.07339 11.4781 4.80396 11.2049L0.901286 7.2472C0.631863 6.97398 0.631863 6.53099 0.901286 6.25777C1.17071 5.98455 1.60753 5.98455 1.87696 6.25777L5.2918 9.72078Z" fill="white"/></svg>');
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.85);
    z-index: 2
}

input[type=checkbox]:checked {
    border: none
}

input[type=checkbox]:checked:before {
    transform: scale(1)
}

input[type=checkbox]:checked:after {
    transform: translate(-50%, -50%) scale(1)
}

@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden
}

.react-loading-skeleton:after {
    content: " ";
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: var(
            --custom-highlight-background, linear-gradient(90deg, var(--base-color) 0, var(--highlight-color) 50%, var(--base-color) 100%)
    );
    transform: translateX(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none
    }
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px;

.swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d
}

}
.swiper-css-mode {

> .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

&
::-webkit-scrollbar {
    display: none
}

}
> .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

&
.swiper-horizontal {

> .swiper-wrapper {
    scroll-snap-type: x mandatory
}

}
&
.swiper-vertical {

> .swiper-wrapper {
    scroll-snap-type: y mandatory
}

}
&
.swiper-free-mode {

> .swiper-wrapper {
    scroll-snap-type: none
}

> .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

}
&
.swiper-centered {

> .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

> .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

}
&
.swiper-centered.swiper-horizontal {

> .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

> .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

}
&
.swiper-centered.swiper-vertical {

> .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

> .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

}
}
.swiper-3d {

.swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;

&
.swiper-pagination-hidden {
    opacity: 0
}

&
.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important
}

}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;

.swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);

button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable

&
{
    cursor: pointer
}
&
:only-child {
    display: none !important
}

}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);

.swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

&
.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;

.swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

}
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {

.swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

&
.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

.swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

}
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute;

.swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl

&
.swiper-pagination-progressbar-fill {
    transform-origin: right top
}

&
.swiper-pagination-horizontal,

&
.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > & .swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

&
.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,

&
.swiper-pagination-vertical, .swiper-horizontal > & .swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

}
.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));

&
.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important
}

&
.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

&
.swiper-scrollbar-vertical, .swiper-vertical > & {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode {

.swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

}
.swiper-virtual.swiper-css-mode.swiper-horizontal {

.swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

}
.swiper-virtual.swiper-css-mode.swiper-vertical {

.swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

}
@font-face {
    font-family: __gilroyFont_95ce4a;
    src: url(/public/ebuypic/fonts/495fbfd4658f644d-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: __gilroyFont_95ce4a;
    src: url(/public/ebuypic/fonts/544d12a7997a9605-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __gilroyFont_95ce4a;
    src: url(/public/ebuypic/fonts/40753d62591958a5-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: __gilroyFont_95ce4a;
    src: url(/public/ebuypic/fonts/a112078eb38aa119-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: __gilroyFont_95ce4a;
    src: url(/public/ebuypic/fonts/3261d5295bf99f0b-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: __gilroyFont_Fallback_95ce4a;
    src: local("Arial");
    ascent-override: 74.23%;
    descent-override: 21.55%;
    line-gap-override: 19.16%;
    size-adjust: 104.41%
}

.__className_95ce4a {
    font-family: __gilroyFont_95ce4a, __gilroyFont_Fallback_95ce4a
}

.__variable_95ce4a {
    --gilroy-font: "__gilroyFont_95ce4a", "__gilroyFont_Fallback_95ce4a"
}

@font-face {
    font-family: __poppinsFont_c54163;
    src: url(/public/ebuypic/fonts/4b4ebe20759bdbf2-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __poppinsFont_c54163;
    src: url(/public/ebuypic/fonts/a52d0bf095c248da-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: __poppinsFont_c54163;
    src: url(/public/ebuypic/fonts/98512bf8da1afe43-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: __poppinsFont_c54163;
    src: url(/public/ebuypic/fonts/8001a01b32b71ef5-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: __poppinsFont_Fallback_c54163;
    src: local("Arial");
    ascent-override: 92.83%;
    descent-override: 30.94%;
    line-gap-override: 8.84%;
    size-adjust: 113.11%
}

.__className_c54163 {
    font-family: __poppinsFont_c54163, __poppinsFont_Fallback_c54163
}

.__variable_c54163 {
    --poppins-font: "__poppinsFont_c54163", "__poppinsFont_Fallback_c54163"
}

@font-face {
    font-family: __firaCodeFont_e3a28d;
    src: url(/public/ebuypic/fonts/0977d7613652ef92-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __firaCodeFont_e3a28d;
    src: url(/public/ebuypic/fonts/ce4b9190d8c38e68-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: __firaCodeFont_e3a28d;
    src: url(/public/ebuypic/fonts/ad68589b443b9a45-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: __firaCodeFont_e3a28d;
    src: url(/public/ebuypic/fonts/93df31b6afbc3507-s.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: __firaCodeFont_Fallback_e3a28d;
    src: local("Arial");
    ascent-override: 75.29%;
    descent-override: 24.49%;
    line-gap-override: 0.00%;
    size-adjust: 131.49%
}

.__className_e3a28d {
    font-family: __firaCodeFont_e3a28d, __firaCodeFont_Fallback_e3a28d
}

.__variable_e3a28d {
    --firacode-font: "__firaCodeFont_e3a28d", "__firaCodeFont_Fallback_e3a28d"
}