.relation-products .widget-width,
.tab_content {
    width: 100%
}

@media only screen and (max-width:768px) {
    .infoContainer {
        flex-direction: column !important
    }

    .infoContainer .productInfo {
        margin-bottom: 10px
    }
}

.infoContainer {
    flex-direction: row;
    display: flex
}

.productHead img {
    border-radius: 4px
}

.fixed-detail .detail .basket .campaign-price {
    width: fit-content;
}

.fixed-detail .detail .basket .campaign-price,
.product-stamps .stamp-box-wrapper .stamp .inner,
.productHead {
    display: flex;
    align-items: center
}

.productHead h3 {
    padding-left: 10px
}

.altQuestionContainer {
    background: #d4e2f1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: flex
}

#propertiesArea,
.fixed-detail {
    padding: 0px;
    background: #fff;
}

.reviews__question--content__title {
    text-transform: capitalize
}

#browsing-gw-homepage .slick-slider.vertical .slick-track,
.description .price-container.promotion,
.reviews__comment--list,
.reviews__question--list.d-flex {
    flex-direction: column
}

.questionTxt {
    font-family: inherit
}

.product-name-txt,
.productInfo h4 {
    font-family: source_sans_prosemibold
}

.reviews__question--content {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid var(--border-color2);
    padding: 15px;
    border-radius: 8px
}

.minicart__close--icon {
    cursor: pointer;
    width: 22px;
    border-radius: 50%;
    border: 1px solid var(--border-color2)
}

.reviews__question--content__date {
    top: 30px
}

table td,
table th {
    text-align: left;
    padding: 2px 4px
}

table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collpase
}

table td[align=center] {
    background-color: #e9e9e9
}

table p {
    margin: 0;
    padding: 2px 0 2px 2px;
    text-align: left
}

.table-campatible-products {
    font-weight: 700;
    margin-bottom: 60px
}

.table-campatible-products td,
.table-campatible-products th {
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle
}

.table-campatible-products td {
    border-right: 1px solid #ccc;
    padding: 20px
}

.table-campatible-products td:last-child {
    padding-right: 0;
    text-align: right;
    border-right: none
}

.table-campatible-products td img {
    width: auto;
    margin: 0 auto
}

#description table tr:nth-of-type(odd) {
    background-color: #d4e2f1
}

#description table tbody {
    outline: #d4e2f1 solid 1px
}

#description table {
    border-spacing: 0px
}

.productInfo>.col-md-6 {
    border: 1px solid #2f2f2f
}

.description .price-container.basket-discount-2 .price-changes .price-box,
table td,
th b {
    font-size: 12px
}

tbody {
    border: 0 !important;
    outline: 0 !important
}

table tr:last-child th:first-child {
    border-bottom: 2px solid #d4e2f1;
    border-bottom-left-radius: 4px
}

table tr:last-child td:last-child {
    border-bottom: 2px solid #d4e2f1;
    border-bottom-right-radius: 4px
}

table tr:first-child th:first-child {
    border: 2px solid #d4e2f1;
    border-top-left-radius: 4px
}

table tr:first-child td:last-child {
    border: 2px solid #d4e2f1;
    border-top-right-radius: 4px
}

#ProductProperties tr td {
    border-right: 2px solid #d4e2f1
}

#ProductProperties tr th {
    border-left: 2px solid #d4e2f1;
    vertical-align: middle;
    border-bottom: 1px solid var(--color-primary-light);
    padding: 1rem
}

.product__details--tab__inner {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.productInfo {
    margin-right: 10px;
    border: .1rem solid #f2f2f2;
    border-radius: 1rem;
    padding: 2.4rem
}

.productInfo h4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: #2e3440;
    font-weight: 600
}

.product-name-txt {
    font-size: 3.2rem;
    color: #2e3440;
    font-weight: 600;
    line-height: 3.5rem;
    padding-bottom: 23px
}

.benefit {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    font-size: 16px
}

.benefit i[class^=fi-rs-] {
    color: #1e71b8
}

.fixed-detail .detail,
.fixed-detail .detail .basket,
.fixed-detail .detail .basket .campaign-price,
.fixed-detail .detail .basket .campaing-badge,
.fixed-detail .detail .basket .price-info,
.fixed-detail .detail .basket .price-info span,
.fixed-detail .detail .buttons,
.fixed-detail .detail .product,
.fixed-detail .detail .product figure {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.fixed-detail {
    width: 100%;
    position: fixed;
    bottom: 60px;
    left: 0;
    padding: 1rem;
    z-index: 11;
    visibility: hidden;
    box-shadow: 0 0 24px rgba(46, 52, 64, .08);
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(100%)
}

@media screen and (min-width:1024px) {
    .fixed-detail {
        display: none
    }
}

.fixed-detail.active {
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(0)
}

.fixed-detail .detail {
    display: flex;
    max-width: 116rem;
    margin: auto;
    justify-content: space-between;
    align-items: center
}

.fixed-detail .detail .product {
    display: flex;
    flex: 1
}

.fixed-detail .detail .product figure {
    display: flex;
    justify-content: center;
    align-items: center
}

.fixed-detail .detail .product figure img {
    width: 6.6rem;
    border-radius: .4rem
}

.fixed-detail .detail .product figure figcaption {
    font-size: 2rem;
    color: #2e3440;
    font-weight: 500;
    padding-left: 2rem
}

.fixed-detail .detail .basket {
    display: flex;
    width: fit-content
}

@media screen and (max-width:768px) {
    .fixed-detail .detail {
        max-width: 100%
    }

    .fixed-detail .detail .product {
        display: none
    }

    .fixed-detail .detail .basket {
        justify-content: space-between;
        flex-basis: 100%
    }

    .product__details--info {
        padding: 10px !important
    }
}

.fixed-detail .detail .basket .price-info {
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem
}

.fixed-detail .detail .basket .price-info .normal-price {
    font-size: 1.6rem;
    color: #aab4be;
    position: relative;
    width: fit-content
}

.fixed-detail .detail .basket .price-info .normal-price:after {
    content: "";
    width: 100%;
    height: .1rem;
    background: #aab4be;
    position: absolute;
    top: auto;
    bottom: .9rem
}

.fixed-detail .detail .basket .price-info span {
    display: flex;
    align-items: baseline
}


.product-trust-badge:nth-child(4) {
    border: 1px solid #a7d2f3;
    background: #e8f4fc;
}

.product-trust-badge:nth-child(4) .product-trust-badge__body .product-trust-badge__title,
.product-trust-badge:nth-child(4) .product-trust-badge__body .product-trust-badge__desc {
    color: #ff6000;
}


.price-detail {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.6rem;
    margin-top: .8rem;
}

.price-detail__stack {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.price-detail__current {
    font-size: 3.2rem;
    font-family: 'source_sans_prosemibold', sans-serif;
    color: #ff6000;
    letter-spacing: -.01em;
}

.price-format__wrapper {
    display: inline-flex;
    align-items: baseline;
    gap: .35rem;
}

.price-format__minor {
    display: inline-flex;
    align-items: baseline;
    font-size: .68em;
}

.price-detail__current .price-format__wrapper {
    gap: .4rem;
}

.price-detail__old {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 1.6rem;
    font-family: 'source_sans_proregular', sans-serif;
    color: #7593aa !important;
    letter-spacing: .02em;
    /* margin-left: 0!important; */
    text-decoration: none !important;
}

.price-detail__old::before {
    content: "";
    position: absolute;
    width: 100%;
    height: .1rem;
    background: #7593aa;
    /* transform: rotate(-5deg); */
}

.price-detail__old .price-format__wrapper {
    gap: 0;
}

.price-detail__old .price-format__minor {
    font-size: .78em;
}

.price-detail__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: var(--web-green-soft-bg);
    color: var(--web-green-bg);
    /* border: 1px solid var(--web-green-border-color); */
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .03em;
}

.price-detail__badge strong {
    font-weight: 800 !important;
    font-size: 0.85em !important
}

.price-detail__note {
    font-size: 1.3rem;
    color: #4b5563;
    margin-top: 10px
}

.price-detail__note strong {
    color: #ff6000;
}

.price-detail--compact {
    padding: .6rem 1rem;
    margin: 0;
    gap: .8rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: none;
}

.price-detail--compact .price-detail__stack {
    flex-direction: column;
    gap: .2rem;
}

.price-detail--compact .price-detail__current {
    font-size: 2.4rem;
}

.price-detail--compact .price-detail__current .price-format__minor {
    font-size: .72em;
}

.price-detail--compact .price-detail__old {
    font-size: 1.4rem;
}

.price-detail--compact .price-detail__old .price-format__minor {
    font-size: .85em;
}

.price-detail--compact .price-detail__badge {
    background: var(--green-color-new);
    color: #fff;
    padding: .35rem .8rem;
    font-size: 1.2rem;
    box-shadow: none;
}

.fixed-detail .detail .basket .price-info .discount-price {
    color: #2e3440;
    font-weight: 600;
    font-size: 24px;
    font-family: source_sans_prosemibold
}

.fixed-detail .detail .basket .price-info .price {
    color: #2e3440
}

.fixed-detail .detail .basket .campaing-badge {
    max-width: 12rem;
    height: 5rem;
    padding: 0 1rem;
    background: rgba(255, 111, 38, .07);
    border-radius: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.fixed-detail .detail .basket .campaing-badge span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ff6f26;
    line-height: 2rem;
    display: block
}

.fixed-detail .detail .basket .discount-price {
    font-size: 1.6rem
}

@media screen and (max-width:648px) {
    .fixed-detail {
        visibility: visible;
        transform: translateY(0)
    }

    .current__price,
    .old__price {
        display: none
    }

    .fixed-detail .detail .basket .price-info {
        flex-direction: row-reverse;
        align-content: center;
        gap: 5px;
        padding: 5px 15px 5px 5px;
        border-radius: 30px;
    }

    .fixed-detail .detail .basket .price-info span {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: baseline;
        gap: 0;
        font-size: 0.9em;
        font-weight: 600 !important;
    }

    .fixed-detail .detail .basket .price-info span strong {
        font-weight: 600 !important;
    }

    .price-detail__current .price-format__wrapper {
        font-size: 2.6rem;
    }

    .price-detail__old::before {
        height: 0;
    }

    .price-detail--compact .price-detail__stack {
        gap: 0 !important;
        line-height: 1 !important;
        margin: auto 0;
    }

    .fixed-detail .detail .buttons {
        align-items: center;
    }

    .price-detail__badge {
        height: 40px;
        width: 40px;
        border-radius: 10px;
        font-size: 1.6rem;
    }

    .fixed-detail .detail .basket .campaing-badge {
        max-width: 7.8rem
    }

    .fixed-detail .detail .basket .campaing-badge span {
        font-size: 1.2rem;
        line-height: 1.4rem
    }

    .fixed-detail .detail .basket .button {
        padding: 0 1.5rem;
        font-size: 1.5rem
    }

    .fixed-detail .detail .basket .button i {
        font-size: 2rem;
        padding-left: 1.2rem
    }

    .fixed-detail .detail .buttons .button {
        width: 100%
    }
}

@media screen and (max-width:375px) {
    .fixed-detail .detail .basket .button {
        padding: 0;
        font-size: 1.4rem
    }
}

.fixed-detail .detail .buttons {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end
}

.fixed-detail .detail .buttons .button {
    height: 5.6rem;
    line-height: 5.6rem;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.fixed-detail .detail .buttons .button i {
    line-height: 5.6rem
}

span.current__price {
    font-size: 24px;
    font-family: source_sans_prosemibold, serif;
    -webkit-font-smoothing: antialiased
}

.glightbox-clean .gclose,
.gnext,
.gprev {
    background: 0 0 !important
}

.light-controller {
    display: block;
    border-radius: 50%;
    font-variant: normal;
    text-transform: none;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat !important;
    background-size: contain !important
}

button.fv {
    position: relative;
    min-width: 48px;
    height: 48px;
    margin: 0 0 0 15px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.quantity__value.increase {
    margin-left: 0 !important
}

#browsing-gw-homepage #sticky,
#browsing-gw-homepage .slick-slider,
.product__media--preview__items,
.ratings .star-w {
    position: relative
}

#browsing-gw-homepage #sticky.fixed {
    position: fixed;
    margin-top: 10px
}

#browsing-gw-homepage #sticky.stuck {
    position: absolute
}

#browsing-gw-homepage .component-list.component-big-list {
    width: 750px;
    flex-grow: 1;
    flex-shrink: 1
}

#browsing-gw-homepage #component-banner-list .banner-placeholders img:last-child,
#browsing-gw-homepage .component-list.component-big-list .component-item:last-child {
    margin-bottom: 0
}

#browsing-gw-homepage .component-list.component-small-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px
}

#browsing-gw-homepage .component-list.component-small-list .component-item {
    padding: 0 12.5px;
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 25px
}

#browsing-gw-homepage #component-banner-list .banner-placeholders img,
#browsing-gw-homepage #component-banner-list .homepage-banner-item:not(:last-child)>div:last-child,
#browsing-gw-homepage .component-item {
    margin-bottom: 15px
}

#browsing-gw-homepage .component-item.widget-width {
    width: 100% !important
}

#browsing-gw-homepage .component-item:hover .campaign-summary .hover-text,
#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product .image-container,
#browsing-gw-homepage .slick-slider .slick-list .slick-track,
.description ul.promotions-container {
    display: flex
}

#browsing-gw-homepage .banner-carousel-container button,
#browsing-gw-homepage .component-item:hover .campaign-summary .timeline,
#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-gw-placeholder .widget-placeholder-product-brand,
#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-gw-placeholder .widget-placeholder-product-price,
#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-gw-placeholder .widget-placeholder-product-star,
#browsing-gw-homepage .widget-placeholder .widget-placeholder-product .widget-placeholder-product-brand,
#browsing-gw-homepage .widget-placeholder .widget-placeholder-product .widget-placeholder-product-price,
#browsing-gw-homepage .widget-placeholder .widget-placeholder-product .widget-placeholder-product-star {
    display: none
}

#browsing-gw-homepage .component-item:hover .image-container,
#browsing-gw-homepage .widget:hover .image-container {
    border-color: #f68428
}

#browsing-gw-homepage .component-item:hover .image-container img,
#browsing-gw-homepage .widget:hover .image-container img {
    transform: scale(1.015)
}

#browsing-gw-homepage .component-item .campaign-summary {
    background: #1b1b1b;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 17px;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-top: 0;
    border-bottom: 0;
    display: flex;
    overflow: hidden;
    transition: background .3s;
    font-family: source_sans_prosemibold, serif
}

#browsing-gw-homepage .component-item .campaign-summary .timeline {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end
}

#browsing-gw-homepage .component-item .campaign-summary .timeline .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: contain;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 6px
}

#browsing-gw-homepage .component-item .campaign-summary .hover-text {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    text-align: right;
    font-family: source_sans_prosemibold, sans-serif;
    font-size: 14px
}

#browsing-gw-homepage .component-item .campaign-summary .hover-text .icon {
    float: none;
    display: inline-block;
    margin-left: 5px
}

#browsing-gw-homepage .component-item .campaign-summary .hover-text .icon.icon-arrow-banner-white {
    background-image: url('');
    background-position: left center;
    background-repeat: no-repeat;
    width: 7px;
    height: 30px
}

#browsing-gw-homepage .campaign,
#browsing-gw-homepage .widget {
    box-shadow: 0 0 7px #d3d3d3;
    display: block;
    border-radius: 6px;
    overflow: hidden
}

#browsing-gw-homepage .campaign.no-border-and-shadow,
#browsing-gw-homepage .widget.no-border-and-shadow {
    box-shadow: none
}

#browsing-gw-homepage .campaign.no-border-and-shadow .campaign-summary,
#browsing-gw-homepage .campaign.no-border-and-shadow .image-container,
#browsing-gw-homepage .widget.no-border-and-shadow .campaign-summary,
#browsing-gw-homepage .widget.no-border-and-shadow .image-container {
    border: none
}

#browsing-gw-homepage .campaign.campaign-small img,
#browsing-gw-homepage .widget.widget-small-with-name img {
    height: 187px
}

#browsing-gw-homepage .campaign.campaign-big img,
#browsing-gw-homepage .widget.widget-big img,
#browsing-gw-homepage .widget.widget-big-with-name img {
    height: 217px
}

#browsing-gw-homepage .campaign a,
#browsing-gw-homepage .widget a {
    text-decoration: none;
    display: block
}

#browsing-gw-homepage .campaign .image-container {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    position: relative;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    border-radius: 6px 6px 0 0
}

#browsing-gw-homepage .campaign .image-container img {
    width: 100%;
    display: block;
    position: relative;
    transition: transform 1s
}

#browsing-gw-homepage .widget.widget-big-with-name .image-container,
#browsing-gw-homepage .widget.widget-small-with-name .image-container {
    border-bottom: none
}

#browsing-gw-homepage .widget.widget-small img {
    height: 226px
}

#browsing-gw-homepage .widget .image-container {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 6px 6px 0 0
}

#browsing-gw-homepage .widget .image-container img {
    width: 100%;
    display: block;
    position: relative;
    transition: transform 1s;
    object-fit: cover !important
}

#browsing-gw-homepage #component-banner-list {
    width: 340px;
    margin-left: 30px;
    align-self: stretch;
    max-height: 100%;
    overflow: hidden;
    position: relative
}

#browsing-gw-homepage #component-banner-list #sticky {
    width: 340px
}

#browsing-gw-homepage #component-banner-list .homepage-banner-item,
#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product .stamp-box-wrapper.enhanced {
    height: auto
}

#browsing-gw-homepage .loader {
    display: block;
    position: relative
}

#browsing-gw-homepage .spinner {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto
}

#browsing-gw-homepage .spinner div {
    transform-origin: 32px 32px;
    animation: 1.2s linear infinite spin
}

#browsing-gw-homepage .spinner div:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #eee
}

#browsing-gw-homepage .spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

#browsing-gw-homepage .spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

#browsing-gw-homepage .spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

#browsing-gw-homepage .spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

#browsing-gw-homepage .spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

#browsing-gw-homepage .spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

#browsing-gw-homepage .spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

#browsing-gw-homepage .spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

#browsing-gw-homepage .spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

#browsing-gw-homepage .spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

#browsing-gw-homepage .spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

#browsing-gw-homepage .spinner div:first-child {
    transform: rotate(0);
    animation-delay: -1.1s
}

@keyframes spin {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#browsing-gw-homepage .homepage-default-placeholder {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 35px 35px 25px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    margin-bottom: 15px
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-content {
    background: #fff;
    width: 240px;
    height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-content .placeholder-head1 {
    background: #f6f6f6;
    height: 20px;
    width: 140px;
    margin-top: 40px
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-content .placeholder-head2 {
    background: #e8e8e8;
    height: 10px;
    width: 180px;
    margin-top: 12px
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-content .placeholder-line1 {
    background: #e8e8e8;
    height: 2px;
    width: 170px;
    margin-top: 42px
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-content .placeholder-line2 {
    background: #e8e8e8;
    height: 2px;
    width: 190px;
    margin-top: 7px
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-content .placeholder-line3 {
    background: #e8e8e8;
    height: 2px;
    width: 110px;
    margin-top: 7px
}

#browsing-gw-homepage .homepage-default-placeholder .placeholder-button {
    background: #e8e8e8;
    width: 135px;
    height: 30px;
    margin-top: 30px
}

#browsing-gw-homepage .slick-slider .slick-list,
.widget-gw-widget .BrainhubCarousel .BrainhubCarousel__trackContainer {
    overflow: hidden
}

#browsing-gw-homepage .slick-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    opacity: .6
}

#browsing-gw-homepage .slick-slider .slick-arrow:hover {
    opacity: 1
}

#browsing-gw-homepage .slick-slider .slick-arrow.slick-disabled {
    display: none !important
}

#browsing-gw-homepage .circled-slider {
    margin: 20px 0 0
}

#browsing-gw-homepage .circled-slider .carousel [class^=styles-module_slider_] {
    max-height: 120px;
    overflow-y: hidden
}

#browsing-gw-homepage .circled-slider div[data-arrow] {
    position: absolute;
    top: calc(40% - 28px);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 500;
    cursor: pointer;
    border: none;
    right: -75px
}

#browsing-gw-homepage .circled-slider div[data-arrow][data-arrow=left]::after,
#browsing-gw-homepage .circled-slider div[data-arrow][data-arrow=right]::before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    width: 55px;
    height: 116px;
    top: -33px;
    left: -75px
}

#browsing-gw-homepage .circled-slider div[data-arrow][data-arrow=left] {
    left: -35px
}

#browsing-gw-homepage .circled-slider div[data-arrow][data-arrow=left]::after {
    right: -35px;
    left: unset;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#browsing-gw-homepage .circled-slider div[data-arrow]:hover .i-arrow-right {
    color: #333
}

#browsing-gw-homepage .circled-slider .i-arrow-right {
    transition: color .5s;
    font-size: 18px;
    color: #cecece
}

#browsing-gw-homepage .circled-slider .i-arrow-right.reversed {
    left: -55px;
    transform: rotateZ(180deg)
}

#browsing-gw-homepage .circled-slider .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 115px
}

#browsing-gw-homepage .circled-slider .item:first-child {
    margin-left: -10px
}

#browsing-gw-homepage .circled-slider .item:hover img {
    border-color: #f28232
}

#browsing-gw-homepage .circled-slider .item:hover span {
    color: #f28232
}

#browsing-gw-homepage .circled-slider .item img {
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    width: 68px;
    height: 68px;
    margin: 0;
    transition: .2s
}

#browsing-gw-homepage .circled-slider .item span {
    font-family: source_sans_prosemibold, sans-serif;
    text-align: center;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    display: block;
    transition: .2s;
    line-height: 14px;
    height: 42px
}

#browsing-gw-homepage .widget-placeholder {
    overflow: hidden;
    padding-bottom: 0
}

#browsing-gw-homepage .widget-banner-listing-placeholder .widget-header,
#browsing-gw-homepage .widget-placeholder .widget-header {
    box-sizing: border-box;
    height: 11px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-gw-placeholder .widget-placeholder-header-name,
#browsing-gw-homepage .widget-banner-listing-placeholder .widget-header .widget-placeholder-header-name,
#browsing-gw-homepage .widget-placeholder .widget-header .widget-placeholder-header-name {
    border-right: 0
}

#browsing-gw-homepage .widget-banner-listing-placeholder .widget-placeholder-header-name,
#browsing-gw-homepage .widget-placeholder .widget-placeholder-header-name,
.widget-gw-widget .widget-gw-placeholder .widget-placeholder-header-name {
    width: 107px;
    height: 11px;
    background: #e6e6e6;
    border-right: 12px solid #fff
}

#browsing-gw-homepage .widget-placeholder .widget-placeholder-slider {
    width: 1200px
}

#browsing-gw-homepage .widget-placeholder .widget-placeholder-slider:after {
    content: "";
    display: block;
    clear: both
}

#browsing-gw-homepage .widget-placeholder .widget-placeholder-product {
    margin-right: 20px;
    float: left;
    width: 215px
}

#browsing-gw-homepage .widget-placeholder .widget-placeholder-product .widget-placeholder-product-image {
    width: 100%;
    background: #fff;
    height: 260px;
    border-radius: 6px;
    margin-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#browsing-gw-homepage .widget-placeholder .widget-placeholder-product .widget-placeholder-product-image img {
    width: 204px;
    height: auto;
    margin-top: -20px
}

#browsing-gw-homepage .widget-placeholder .widget-placeholder-product .widget-placeholder-product-name,
.widget-gw-widget .widget-gw-placeholder .widget-placeholder-product .widget-placeholder-product-name {
    width: 100px;
    height: 10px;
    background: #e6e6e6;
    margin-left: 5px;
    margin-bottom: 11px
}

#browsing-gw-homepage .widget-banner-listing-placeholder .widget-placeholder-slider {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px
}

#browsing-gw-homepage .widget-banner-listing-placeholder .widget-placeholder-slider img {
    width: 100%;
    height: 220px
}

#browsing-gw-homepage .banner_placeholder {
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
    animation-name: placeholder;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: -2s
}

@keyframes placeholder {
    from {
        background-color: #e1e8e1
    }

    to {
        background-color: #d2d7d2
    }
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product,
.widget-product {
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    border: 1px solid #e6e6e6;
    background-color: #fff
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product:last-child,
#browsing-gw-homepage div[class^=styles-module_carousel-navigation]>div:last-child,
.widget-gw-widget .widget-product:nth-child(4n) {
    margin-right: 0
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product:hover .p-card-img,
.widget-gw-widget .widget-product:hover .p-card-img {
    transform: scale(1.03)
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product .ratings {
    display: none;
    content-visibility: hidden
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-product .image-container .p-card-img,
.p-card-img {
    height: 94%;
    max-height: 200px;
    margin: 15px auto 5px;
    border: none;
    width: auto
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) div[data-arrow=right] {
    right: -44px !important
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) div[data-arrow=left] {
    left: -44px !important
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-gw-placeholder {
    padding-bottom: 0
}

#browsing-gw-homepage .component-list .widget-container:not(.no-padding) .widget-gw-placeholder .widget-placeholder-product-image {
    height: 260px;
    border-radius: 6px;
    margin-bottom: 0
}

#browsing-gw-homepage .component-list .container {
    border: 1px solid #fff
}

#browsing-gw-homepage .widget-container {
    background-repeat: no-repeat
}

#browsing-gw-homepage .widget-container .product-slider {
    border-bottom: none !important;
    margin-bottom: 0 !important
}

#browsing-gw-homepage .widget-container .widget-header {
    height: auto;
    border: 0
}

#browsing-gw-homepage .widget-container .widget-header span {
    border: 0;
    font-size: 22px;
    background: 0 0;
    font-family: source_sans_prosemibold, sans-serif;
    color: #333
}

#browsing-gw-homepage .widget-container .widget-header .widget-header-navigation {
    background: 0 0
}

#browsing-gw-homepage .widget-container .widget-header .widget-header-navigation a {
    font-family: source_sans_prosemibold, sans-serif;
    color: #333;
    font-size: 14px;
    text-decoration: underline
}

#browsing-gw-homepage .banner-carousel-container {
    width: 1200px;
    height: 300px;
    position: relative;
    margin: 10px 0 20px
}

#browsing-gw-homepage .banner-carousel-item {
    width: 1200px;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .0512);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: block
}

#browsing-gw-homepage .banner-carousel-item>img {
    width: 1200px;
    height: 300px;
    border-radius: 8px
}

#browsing-gw-homepage .banner-carousel-container>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

#browsing-gw-homepage div[class^=styles-module_carousel-navigation] {
    left: 0;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

#browsing-gw-homepage div[class^=styles-module_carousel-navigation]>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

#browsing-gw-homepage div[class^=styles-module_carousel-navigation] .banner-carousel-navigationItem {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    user-select: none
}

#browsing-gw-homepage div[class^=styles-module_carousel-navigation] .banner-carousel-navigationItem.isSelected,
#browsing-gw-homepage div[class^=styles-module_carousel-navigation] .banner-carousel-navigationItem:hover {
    background: #f27a1a
}

#browsing-gw-homepage .homepage-wrapper {
    width: 1200px;
    margin: 15px auto 0
}

#browsing-gw-homepage .homepage-wrapper .sticky-wrapper {
    display: flex;
    flex: 1;
    margin-bottom: 30px;
    position: relative
}

.widget-gw-widget .widget-gw-placeholder {
    padding-bottom: 34px
}

.widget-gw-widget .widget-gw-placeholder .widget-placeholder-product {
    margin-right: 20px
}

.ratings {
    position: relative;
    display: flex
}

.ratings .ratingCount {
    font-size: 10px;
    color: #999;
    line-height: 14px;
    margin-left: 4px
}

.ratings .star-w .star {
    width: 14px;
    height: 14px;
    transform: scale(.7)
}

.ratings .star-w .empty .star,
.ratings .star-w .full .star {
    background: url('') center no-repeat
}

.ratings .star-w .full {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden
}

.galleryContainer>.product-stamps {
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

.product-stamps .stamp-box-wrapper.enhanced {
    height: 56px
}

.product-stamps .stamp-box-wrapper.enhanced .stamp {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-left: 5px;
    margin-top: 5px !important;
    border-radius: 4px;
    font-size: 10px !important;
    width: 72px !important;
    height: 24px !important;
    box-sizing: border-box
}

.product-stamps .stamp-box-wrapper .stamp {
    width: 72px;
    height: 24px;
    padding: 5px 0;
    font: 11px/10px source_sans_prosemibold;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased
}

.product-stamps .stamp-box-wrapper .stamp .inner span {
    font-size: 10px;
    line-height: 9px;
    text-align: initial;
    width: 48px
}

.product-stamps .stamp-box-wrapper .stamp.rd {
    background-color: #3ec461
}

.product-stamps .stamp-box-wrapper .stamp.rd i {
    font-size: 20px;
    margin: 2px
}

.product-stamps .stamp-box-wrapper .stamp.fc {
    background-color: #535353
}

.product-stamps .stamp-box-wrapper .stamp.fc i {
    font-size: 12px;
    margin: 0 7px
}

.product-stamps .custom-stamp-box-wrapper {
    position: relative;
    height: 100%
}

.product-stamps .custom-stamp-box-wrapper .upper-left {
    position: absolute;
    left: 10px;
    top: 10px
}

.product-stamps .custom-stamp-box-wrapper .lower-left {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.product-stamps .custom-stamp-box-wrapper .upper-right {
    position: absolute;
    right: 10px;
    top: 10px
}

.product-stamps .custom-stamp-box-wrapper .lower-right {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.product-stamps .card .custom-stamp-box-wrapper .lower-left,
.product-stamps .card .custom-stamp-box-wrapper .lower-right {
    bottom: 153px !important
}

.promotion-badge {
    background-color: #fff6ee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 24px;
    padding-right: 5px
}

.promotion-badge .promotion-text {
    color: #333;
    font-size: 11px;
    font-weight: 600
}

.coupon .coupon-icon,
.promotion-badge .promotion-icon {
    width: 24px;
    height: 24px
}

.low-price-in-last-month {
    display: flex;
    align-items: center;
    color: #b00;
    font-size: 12px;
    font-family: source_sans_prosemibold, sans-serif;
    -webkit-font-smoothing: antialiased
}

.low-price-in-last-month .i-chart-down {
    font-size: 8px;
    margin-right: 5px
}

.coupon,
.widget-product .coupon {
    background-color: #fff0f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 5px
}

.coupon .coupon-title,
.coupon-title {
    color: #333;
    font-size: 11px;
    font-family: source_sans_prosemibold, sans-serif;
    -webkit-font-smoothing: antialiased
}

.coupon .coupon-amount-text {
    font-weight: 600
}

.product-seen-tracker {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1px;
    pointer-events: none
}

.widget-gw-widget .widget-product:hover {
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .05)
}

.widget-gw-widget .BrainhubCarousel__arrows:hover,
.widget-gw-widget .BrainhubCarousel__arrows:hover:enabled {
    background-color: #8768ff
}

.image-container {
    overflow: hidden;
    position: relative
}

.image-container .short-product-image {
    border: none;
    margin: 0 35px
}

img.p-card-img {
    width: 100%;
    height: auto;
    border: 1px solid #f5f4f4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: transform .5s
}

.description {
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 135px
}

.description span.brand {
    font-weight: 700;
    font-size: 14px;
    color: #333
}

.description span.name {
    font-size: 12px;
    color: #666;
    overflow: hidden
}

.description span.name:not(.has-two-lines) {
    white-space: nowrap;
    text-overflow: ellipsis
}

.description span.name.has-two-lines {
    height: 34px
}

.description .ratings-section {
    height: 18px
}

.description .ratings-section .ratings {
    margin-top: 2px
}

.description .lowest-price-section {
    height: 15px;
    display: none
}

.description .badges {
    display: flex;
    gap: 5px;
    padding-top: 5px
}

.description .product-brand-description {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box
}

.description .product-brand-description.two-line-text {
    -webkit-line-clamp: 2;
    height: 48px
}

.description .product-brand-description span {
    font-size: 14px
}

.description .product-brand-description span.brand {
    margin-right: 4px
}

.product-brand-description span.name {
    white-space: normal
}

@media (min-width:1300px) {
    .product-brand-description span.name {
        width: 160px
    }
}

@media (min-width:991px) {
    .widget-container:not(.no-padding) {
        padding: 20px;
        background-color: #ff60000f;
        border: 1px solid #4480aa3b
    }
}

.widget-container:not(.no-padding) {
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05)
}

.description .rating-view-container {
    height: 16px
}

.description .price-container {
    display: flex;
    align-items: center;
    height: 32px
}

.description .price-container.promotion .promotion-name {
    color: #f27a1a;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #f27a1a;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box
}

.description .price-container .prices,
.description .price-container.basket-discount .price-changes {
    height: 20px;
    line-height: 20px;
    display: flex
}

.description .price-container.promotion .promotion-name span {
    margin-right: 5px
}

.description .price-container .prices {
    align-items: center
}

.description .price-container.basket-discount {
    display: inline-flex
}

.description .price-container.basket-discount .promotion-and-price {
    margin-top: 5px;
    border: 1px solid #f27a1a;
    border-radius: 3px;
    align-items: center;
    display: inline-flex;
    height: 24px;
    max-width: 100%;
    box-sizing: border-box;
    text-transform: uppercase
}

.description .price-container.basket-discount .promotion-and-price span {
    color: #f27a1a;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-right: 5px;
    font-weight: 700;
    margin-top: 2px
}

.description .price-container.basket-discount .promotion-and-price .price-box {
    margin-right: 0;
    margin-top: 2px
}

.description .price-container.basket-discount-2 {
    display: inline-flex;
    flex-direction: row
}

.description .price-container.basket-discount-2 .price-changes {
    line-height: 1.2;
    height: 27px;
    white-space: nowrap;
    display: block;
    padding-top: 2px;
    border: none
}

.description .price-container.basket-discount-2 .promotion-and-price {
    margin-top: 0;
    height: auto;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: none
}

.description .price-container.basket-discount-2 .promotion-and-price span {
    display: block;
    font-size: 12px !important;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    margin-top: 0
}

.description .price-container.basket-discount-2 .promotion-and-price .price-box.selling {
    font-size: 16px;
    line-height: 16px
}

.description div.price-box {
    margin-right: 6px;
    white-space: nowrap;
    font-size: 16px
}

.description div.price-box.original {
    color: #878787;
    text-decoration: line-through
}

.description div.price-box.discounted,
.description div.price-box.selling {
    color: #f27a1a;
    font-weight: 600
}

.description div.price-box.lowest-price.original,
.description div.price-box.selling-with-discounted {
    color: #878787
}

.description div.price-box.lowest-price {
    color: #b00
}

.description ul.promotions-container li {
    display: flex;
    align-items: center;
    height: 22px;
    max-width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #f27a1a;
    border-radius: 3px;
    padding: 2px 6px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase
}

.description ul.promotions-container li span {
    margin-right: 10px;
    padding-top: 1px;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.description ul.promotions-container li div {
    display: inline-block;
    position: relative;
    margin-right: 0;
    line-height: 24px
}

.widget-gw-widget .BrainhubCarousel__arrows:hover:enabled span {
    border-color: #fff;
    margin: 0
}

.widget-gw-widget .BrainhubCarousel__arrows:disabled {
    background-color: #ccc
}

.widget-gw-widget .BrainhubCarousel__arrow--disable {
    pointer-events: none
}

.widget-gw-widget .widget-header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.styles-module_sliderBase__swkx1 {
    width: 100%;
    position: relative
}

.styles-module_slider__o0fqa {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.styles-module_slider__o0fqa::-webkit-scrollbar {
    display: none
}

.styles-module_slider__o0fqa>* {
    flex: 0 0 auto
}

.widget-gw-widget .product-slider {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.widget-gw-widget .product-slider button {
    width: 42px;
    height: 42px;
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    transition: .4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 17px
}

.widget-gw-widget .product-slider button:hover {
    box-shadow: 0 2px 10px 0 #fbbb89;
    background-color: #f27a1a;
    border-color: #f27a1a
}

.widget-gw-widget .product-slider button[data-direction=right] {
    right: -21px;
    background-image: url("");
    background-position-x: 16px
}

.widget-gw-widget .product-slider button[data-direction=left] {
    left: -21px;
    background-image: url("");
    background-position-x: 14px
}

.widget-gw-widget .product-slider div[data-arrow] {
    z-index: 8;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px
}

.widget-gw-widget .product-slider div[data-arrow][data-arrow=right] {
    right: -21px
}

.widget-gw-widget .product-slider div[data-arrow][data-arrow=left] {
    left: -21px
}

.widget-gw-widget .banner-listing-widget .banner-listing-items {
    display: flex;
    flex-wrap: initial;
    overflow: hidden
}

.widget-gw-widget .banner-listing-widget .banner-listing-items a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.widget-gw-widget .banner-listing-widget .banner-listing-items a:hover {
    background: #fffaf6;
    background: linear-gradient(180deg, #fff 0, #fffaf6 100%)
}

.widget-gw-widget .banner-listing-widget img {
    width: 100%;
    height: auto;
    border-radius: 6px
}

.widget-gw-widget .widget-gw-placeholder .product-slider button {
    display: none
}

.widget-gw-widget .widget-gw-placeholder .widget-placeholder-product .widget-placeholder-product-image {
    height: 327px;
    width: 100%;
    background: #e6e6e6;
    border-radius: 3px;
    margin-bottom: 14px
}

.widget-gw-widget .widget-gw-placeholder .widget-placeholder-product .widget-placeholder-product-brand {
    width: 182px;
    height: 10px;
    background: #e6e6e6;
    margin-left: 5px;
    margin-bottom: 8px
}

.widget-gw-widget .widget-gw-placeholder .widget-placeholder-product .widget-placeholder-product-star {
    width: 80px;
    height: 12px;
    background: #e6e6e6;
    margin-left: 5px;
    margin-bottom: 35px
}

.widget-gw-widget .widget-gw-placeholder .widget-placeholder-product .widget-placeholder-product-price {
    width: 140px;
    height: 18px;
    background: #e6e6e6;
    margin-left: 5px;
    margin-bottom: 8px
}

.widget-gw-widget .fvrt-btn-wrppr {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.widget-gw-widget .fvrt-btn-wrppr .wd-fvrt-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .11);
    border: 1px solid #f0f0f0;
    background: #fff;
    box-sizing: border-box;
    border-radius: 100%;
    font-size: 14px
}

.widget-gw-widget .fvrt-btn-wrppr .wd-fvrt-btn.i-heart-orange,
.widget-gw-widget .fvrt-btn-wrppr .wd-fvrt-btn:hover {
    color: #f27a1a
}

.widget-gw-widget .BrainhubCarouselItem {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.widget-gw-widget .BrainhubCarouselItem.BrainhubCarouselItem--clickable {
    cursor: pointer
}

.widget-gw-widget .BrainhubCarouselItem .debug-number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-size: 2em;
    text-shadow: 0 0 9px #fff
}

.widget-gw-widget .BrainhubCarousel__dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0
}

.widget-gw-widget .BrainhubCarousel--isRTL+.BrainhubCarousel__dots,
.widget-gw-widget .BrainhubCarousel.BrainhubCarousel--isRTL,
.widget-gw-widget .BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track,
.widget-gw-widget .BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL {
    direction: rtl
}

.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__dot,
.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__thumbnail {
    outline: 0;
    padding: 10px;
    border: none;
    opacity: .5;
    font-size: 0;
    cursor: pointer
}

.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected,
.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected {
    opacity: 1 !important
}

.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__dot:hover,
.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover {
    opacity: 1
}

.widget-gw-widget .BrainhubCarousel__dots .BrainhubCarousel__dot:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background: #000
}

.widget-gw-widget .BrainhubCarousel__container {
    width: 100%;
    overflow: hidden
}

.widget-gw-widget .BrainhubCarousel {
    overflow: hidden;
    display: flex;
    align-items: center
}

.widget-gw-widget .BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
    display: flex;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-gw-widget .BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition {
    transition: transform
}

.widget-gw-widget .BrainhubCarousel__loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid #7b59ff;
    border-left-color: transparent;
    animation: 1s linear infinite loader
}

.widget-gw-widget .BrainhubCarousel__arrows {
    cursor: pointer;
    position: relative;
    padding: 21px;
    border: none;
    overflow: hidden;
    outline: 0;
    font-size: 0;
    line-height: 0;
    background-color: #7b59ff
}

.widget-gw-widget .BrainhubCarousel__arrows span,
.widget-gw-widget .BrainhubCarousel__arrows:hover span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 3px 0 0;
    padding: 5px;
    transition: .3s;
    font-size: 0
}

.widget-gw-widget .BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span,
.widget-gw-widget .BrainhubCarousel__arrowLeft span {
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 2.45px
}

.widget-gw-widget .BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span,
.widget-gw-widget .BrainhubCarousel__arrowRight span {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -2.45px
}

.widget-gw-widget .BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span {
    transform: rotate(180deg)
}

.widget-gw-widget .BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span {
    transform: rotate(-180deg)
}

.widget-gw-widget .BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span {
    margin: 0
}

.widget-gw-widget .widget-seen-tracker {
    width: 1px;
    height: 1px;
    pointer-events: none
}

.widget-gw-widget .widget-header {
    height: 11px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between
}

.widget-gw-widget .widget-header span {
    line-height: 17px;
    font-size: 14px;
    color: #999;
    background: #fff;
    padding-right: 12px;
    height: 17px
}

.widget-gw-widget .widget-header .widget-header-navigation {
    line-height: 17px;
    font-size: 14px;
    color: #999;
    background: #fff;
    padding-left: 12px;
    height: 17px
}

.widget-gw-widget .colorful {
    color: #fff !important
}

#browsing-gw-homepage .component-item:hover .campaign-summary {
    background: #ff6000;
    border-color: #ff6000 !important
}

#browsing-gw-homepage .component-item .campaign-summary .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 50%
}

.quantity__box {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.fixedAddToBasket {
    border-top: 1px solid #ddd;
    position: fixed;
    left: 0;
    bottom: 62px;
    width: 100%;
    padding: 12px 8px;
    background: #fff;
    z-index: 9;
    align-items: center;
    justify-content: space-around;
    display: none
}

.fixedAddToBasket .primary__btn {
    max-width: 191px !important
}

.product__list--items__thumbnail {
    width: 14rem
}

@media only screen and (min-width:480px) {
    .product__list--items__thumbnail {
        width: 17rem
    }
}

@media only screen and (min-width:768px) {
    .product__list--items__thumbnail {
        width: 19.6rem
    }
}

@media only screen and (max-width:479px) {
    .product__list--items__thumbnail {
        width: 10rem
    }
}

.product__list--items__content {
    width: calc(100% - 14rem);
    padding-left: 1.5rem
}

@media only screen and (min-width:480px) {
    .product__list--items__content {
        width: calc(100% - 17rem);
        padding-left: 2rem
    }
}

@media only screen and (min-width:768px) {
    .product__list--items__content {
        width: calc(100% - 19.6rem);
        padding-left: 3rem
    }
}

@media only screen and (max-width:479px) {
    .product__list--items__content {
        width: calc(100% - 10rem)
    }
}

.product__list--items__content--title {
    font-weight: 500
}

@media only screen and (min-width:992px) {
    .product__list--items__content--title {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

.product__list--items__content--desc {
    line-height: 2.6rem
}

@media only screen and (min-width:992px) {
    .product__list--items__content--desc {
        line-height: 3rem
    }
}

.product__list--items {
    border: 1px solid var(--border-color2)
}

.product__list--items__left {
    width: 70%;
    border-right: 1px solid var(--border-color2);
    padding: 3rem
}

@media only screen and (min-width:1366px) {
    .product__list--items__left {
        width: 65%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product__list--items {
        flex-direction: column
    }

    .product__list--items__left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--border-color2)
    }
}

@media only screen and (max-width:767px) {
    .product__list--items {
        flex-direction: column
    }

    .product__list--items__left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--border-color2);
        padding: 2rem
    }
}

.product__list--items__right {
    width: 30%;
    padding: 3rem
}

@media only screen and (min-width:1366px) {
    .product__list--items__right {
        width: 35%;
        padding: 3rem 3rem 3rem 6rem
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product__list--items__right {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .product__list--items__right {
        width: 100%;
        padding: 2rem
    }

    .product__list--action__btn--svg {
        width: 2.2rem
    }
}

.product__list--current__price {
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
    .product__list--current__price {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

.rating__list--text {
    color: var(--text-gray-color);
    font-size: 1.3rem;
    margin-left: .5rem
}

.product__list--action__cart--btn {
    font-size: 1.6rem;
    line-height: 4.5rem;
    height: 4.5rem;
    padding: 0 2.5rem;
    color: #fff;
    background: #ff0707d6 !important;
    margin-bottom: 1.5rem
}

.product__list--action__cart--btn:hover {
    background: var(--secondary-color);
    color: var(--white-color)
}

.product__list--action__cart--btn:hover span {
    color: var(--white-color)
}

.product__list--action__cart--btn__icon {
    margin-right: .5rem
}

.media__play--icon__link,
.product__list--action__btn {
    color: var(--secondary-color)
}

.media__play--icon__link:hover,
.product__list--action__btn:hover {
    color: var(--primary-color)
}

.product__list--action__child {
    margin-right: 1.5rem
}

.product__list--action__child:last-child {
    margin-right: 0
}

.product__list--rating {
    margin-bottom: 1.5rem
}

.galleryContainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: self-start
}

@media screen and (max-width:600px) {
    .homeLink {
        padding-bottom: 0
    }
}

.product__details--media {
    position: unset;
    top: 0
}

.product__media--preview__items--link {
    width: 100%;
    display: block
}

.product__media--preview__items--img {
    width: 100%;
    display: block;
    border-radius: 4px
}

.product__media--view__icon {
    position: absolute;
    top: 2rem;
    left: 2rem
}

.product__media--view__icon.media__play {
    right: 2rem;
    left: auto
}

.product__media--view__icon--link {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.product__media--view__icon--link:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.product__media--nav {
    margin-top: 2rem
}

.product__media--nav__items {
    border: 1px solid var(--border-color2);
    padding: .5rem;
    line-height: 1
}

.product__media--nav__items--img {
    width: 100%;
    cursor: pointer
}

.product__details--gallery {
    position: sticky;
    top: 0
}

.blockquote__content {
    padding: 20px 30px;
    text-align: center;
    border-radius: 4px
}

@media only screen and (min-width:992px) {
    .blockquote__content {
        padding: 30px 40px
    }
}

@media only screen and (min-width:1200px) {
    .blockquote__content {
        padding: 40px 70px
    }

    .breadcrumb__content--title {
        font-size: 5rem;
        line-height: 6rem
    }
}

@media only screen and (max-width:767px) {
    .product__details--media {
        margin-bottom: 1.7rem
    }

    .product__details--gallery {
        margin-bottom: 4.5rem
    }

    .blockquote__content {
        margin: 0 0 2.5rem;
        padding: 1.5rem 2rem
    }
}

.blockquote__content--desc {
    font-size: 1.6rem;
    line-height: 3rem;
    font-style: italic;
    font-weight: 500
}

.breadcrumb__content--menu__items i {
    padding-left: 5px !important
}

.breadcrumb__content {
    position: relative
}

@media only screen and (min-width:1600px) {
    .breadcrumb__content--title {
        font-size: 6rem;
        line-height: 8rem
    }
}

@media only screen and (max-width:575px) {
    .product__list--items__content--desc {
        display: none
    }

    .breadcrumb__content {
        text-align: center
    }

    .breadcrumb__content--menu {
        justify-content: flex-start
    }
}

@media only screen and (max-width:600px) {
    .breadcrumb__content--menu {
        overflow-y: hidden !important;
        overflow-x: scroll
    }
}

.breadcrumb__content--menu__items {
    color: #2f2f2f !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%
}

.breadcrumb__content--menu__items::before {
    position: absolute;
    width: 9px;
    height: 2px;
    background: var(--white-color);
    right: -4px;
    color: #2f2f2f !important;
    top: 11px !important;
    color: var(--light-color);
    content: "\f12e";
    font-family: iconss;
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .blockquote__content--desc {
        font-size: 1.8rem;
        line-height: 3.4rem
    }

    .breadcrumb__content--menu__items {
        font-size: 18px
    }
}

@media only screen and (max-width:768px) {
    .breadcrumb__section {
        margin: 0 !important
    }

    .price-detail {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.2rem;
        gap: .6rem;
    }

    .price-detail__current {
        font-size: 2.6rem;
    }

    .price-detail__current .price-format__minor {
        font-size: .74em;
    }

    .price-detail__badge {
        font-size: 1.2rem;
        padding: .35rem .9rem;
    }

    .fixedAddToBasket {
        display: flex !important
    }

    #wa-widget-send-button {
        top: 65px;
        bottom: auto
    }

    .breadcrumb__content--menu__items a,
    .breadcrumb__content--menu__items span {
        font-size: 1.4rem
    }

    .product__details--tab__inner {
        padding: 1rem
    }

    .infoContainer,
    .infoContainer .col-md-6 {
        padding: 0 !important
    }
}

.infoContainer,
.infoContainer .col-md-6 {
    padding: 0 !important
}

.breadcrumb__content--menu__items:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumb__content--menu__items:last-child::before {
    display: none
}

li.breadcrumb__content--menu__items a i {
    font-size: 20px
}

.breadcrumb__content--menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    background-color: #fff;
    overflow: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumb__bg {
    background-position: right top !important;
    background-size: 20% !important;
    background-repeat: no-repeat !important
}

.breadcrumb__content--menu__items {
    position: relative;
    margin-right: 10px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 24px
}

.breadcrumb__content--menu__items .text-black {
    color: var(--light-color) !important
}

.installments-box {
    width: 100%;
}

.installments-box .tbl.row {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    align-items: center;
    border-top: 1px solid #f1f5f9;
    width: 100%;
    margin: 0 auto;
}

.installments-box .tbl.row:first-of-type {
    border-top: 0
}

.installments-box .tbl.row.head {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
    margin-top: 15px;
}

.installments-box .col {
    padding: 12px 14px;
    font-size: 14px;
    color: #334155
}

.installments-box .col.plan {
    text-align: center
}

.installments-box .col.bank {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.installments-box .bank-name {
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.installments-box .bank-logo {
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    flex: 0 0 120px
}

.installments-box .bank-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast
}

.installments-box .check {
    font-weight: 800
}

.installments-box .dash {
    color: #94a3b8
}

.installments-box .tbl.row:not(.head):hover {
    background: #fafbff
}

.installments-box .installment-note {
    font-size: 12px;
    color: #64748b;
    padding: 10px 14px
}

@media (max-width:768px) {
    .installments-box .tbl.row {
        grid-template-columns: 1.4fr repeat(4, .9fr)
    }
}

.product-trust-payment__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.product-trust-payment__label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2a37;
}

.plan-filter {
    display: flex !important;
    gap: 8px;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
}

.plan-chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 1px 11px;
    border-radius: 7px;
    font-size: 10px;
    cursor: pointer;
    color: #1e293b;
    transition: all .15s ease;
}

.plan-chip.active {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .15);
}

.plan-chip.is-secondary {
    background: #f1f5f9;
    color: #1e293b;
}

.plan-chip.is-secondary.active {
    background: #3b82f6 !important;
    color: #fff !important;
}

.plan-chip:hover:not(.active) {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.plan-chip:active {
    transform: scale(0.96);
}

.dimmed {
    opacity: .35
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media(max-width: 768px) {
    .product-trust-payment__label {
        width: 90px;
        line-height: 1.2;
    }

    .plan-chip {
        padding: 0px 4px;
        font-size: .7em;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .installments-box .bank-logo {
        flex: 1 1 85px;
    }
}

.accordion-trigger {
    cursor: pointer;
    position: relative;
    transition: background .2s ease;
    height: 30px;
    padding: 6px 12px;
}

.accordion-trigger:hover {
    background: #f8fafc;
}

.accordion-icon {
    margin-left: 8px;
    font-size: 1rem;
    color: #334155;
    transition: transform .25s ease;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
}

.plan-filter {
    display: flex !important;
    gap: 8px;
    transition: opacity .22s ease, transform .22s ease, max-width .28s ease;
    overflow: hidden;
    flex: 0 1 auto;
}

.accordion-trigger[aria-expanded="false"] .plan-filter {
    opacity: 0;
    transform: translateY(-6px);
    max-width: 0;
    pointer-events: none;
}

.accordion-trigger[aria-expanded="true"] .plan-filter {
    opacity: 1;
    transform: none;
    max-width: 600px;
}

.installments-content {
    overflow: hidden;
    transition: max-height .28s ease, opacity .22s ease;
    will-change: max-height;
}

.installments-content.is-closed {
    max-height: 0;
    opacity: 0;
}

.installments-content.is-open {
    max-height: 1000px;
    opacity: 1;
}

.accordion-trigger {
    cursor: pointer;
    position: relative;
    transition: background .2s
}

.accordion-trigger:hover {
    background: #f8fafc
}

.accordion-icon {
    margin-left: 8px;
    font-size: 1rem;
    color: #334155;
    transition: transform .25s
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg)
}

.plan-filter {
    display: flex !important;
    align-items: center;
    gap: 8px;
    transition: opacity .25s ease, transform .25s ease;
}

.accordion-trigger[aria-expanded="false"] .plan-filter {
    opacity: 0;
    transform: translateY(-6px) scale(.98);
    pointer-events: none;
}

.plan-chip {
    opacity: 0;
    transform: translateY(-6px) scale(.96);
    transition: opacity .25s ease, transform .25s ease;
}

.accordion-trigger[aria-expanded="true"] .plan-chip {
    opacity: 1;
    transform: none;
}

.product__variant--list.choose_page_count {
    margin-top: 14px
}

.product__variant--list.choose_page_count .variant__input--fieldset {
    border: 0;
    padding: 0
}

.product__variant--list.choose_page_count .product__variant--title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: .1px
}

.product__variant--list.choose_page_count .page-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 520px;
    width: 100%;
    margin: 0;
}

.product__variant--list.choose_page_count .page-chip {
    appearance: none;
    line-height: 1;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #1f2937;
    border-radius: 10px;
    min-width: 235px;
    height: 35px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease
}

.product__variant--list.choose_page_count .page-chip:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    box-shadow: 0 2px 10px rgba(2, 6, 23, .06)
}

.product__variant--list.choose_page_count .page-chip:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, .25)
}

.product__variant--list.choose_page_count .page-chip.active {
    background: var(--secondary-color);
    color: #fff;
    transform: translateY(-1px)
}

.product__variant--list.choose_page_count+hr {
    border-color: #eef2ff;
    margin: 18px 0
}

@media (max-width: 768px) {
    .product__variant--list.choose_page_count .page-chips {
        gap: 10px;
    }

    .product__variant--list.choose_page_count .page-chip {
        min-width: auto;
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .product__variant--list.choose_page_count .page-chips {
        max-width: 520px
    }
}

.who_design_group,
.who_design_option {
    display: none !important
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap
}
