* {
    margin: 0;
    padding: 0;
    font-family: "Inter";
}

:root {
    --primary-color: #D1AA46;
    --ptx-color: #fff;
}

.container {
    max-width: 1440px;
    margin: auto;
    padding: 0px 10px;
    width: -webkit-fill-available;
    overflow: hidden;
}

.fdecom-header {
    position: relative;
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    height: 90px;
}

.fdecom-header::before {
    background-color: var(--primary-color);
    opacity: .2;
    content: ' ';
    height: 1px;
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.dsk-fde-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    width: -webkit-fill-available;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.fdblogo-node {
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.541);
    white-space: nowrap;
    font: 400 1.375rem/1.625rem "Inter";
    margin-right: 20px;
    overflow: hidden;
}

.fdblogo-node a {
    height: 100%;
    width: 100%;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.fdblogo-node img {
    object-fit: contain;
    height: 100%;
    max-width: -webkit-fill-available;
}

.dsk-checknde {
    display: flex;
    align-items: center;
}

.dsk-checknde a {
    text-decoration: none;
}

.dsk-checknde button {
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 100%;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.dsk-checknde button:hover {
    background-color: rgba(60, 64, 67, .08);
}

.dsk-checknde button svg {
    height: 25px;
    pointer-events: none;
    flex-shrink: 0;
    width: 25px;
}

.dsk-checknde button img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    pointer-events: none;
    flex-shrink: 0;
    padding: 10px;
    object-fit: cover;
}

.psa-ecomcheck-nm {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 100%;
    background-color: var(--primary-color);
    color: var(--ptx-color);
}

.psa-ecomcheck-nm:empty {
    display: none;
}

.menu-fdbcats {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.menu-fdbcats a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    padding: 10px 0px;
}

.menu-fdbcats a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    height: 2px;
    content: ' ';
    transition: .2s;
    transform: scaleX(0);
}

.menu-fdbcats a:hover::before {
    transform: scaleX(1);
}

.menu-fdbcats a:nth-last-child(1) {
    margin-right: 0 !important;
}

.menu-fdbcats a:hover {
    color: black;
}

.promo-bar {
    padding: 10px 0px;
    background-color: var(--primary-color);
    color: var(--ptx-color);
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 500;
    text-align: center;
    text-align: -webkit-center;
    font-size: 16px;
    display: inline-block;
}

/* Category Section */

.fdecom-catsec {
    padding: 60px 0px;
    overflow: hidden;
}

.fdecom-sech2 {
    color: rgb(32, 33, 36);
    font: 400 1.875rem/2.125rem "Inter";
}

.fdecom-catitem {
    height: 320px !important;
    width: 220px !important;
    margin: 40px 0px 0px 0px;
    border-radius: 12px;
    background-color: rgb(243 243 243);
    background-position: center center;
    background-size: cover;
    margin-right: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    align-items: end;
}

.fdecom-catitem::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: #00000078;
}

.fdecom-shbc {
    z-index: 1;
    position: relative;
    font-family: "Inter";
    font-size: .875rem;
    user-select: none;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25rem;
    hyphens: auto;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow-y: hidden;
}

.fdecom-ctafall {
    justify-content: center;
    align-items: center;
    display: none;
}

.fdecom-ctafall.active {
    display: flex !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.fdecom-ctafall button {
    background-color: var(--primary-color);
    height: 48px;
    padding: 0px 40px;
    outline: none;
    border: none;
    color: var(--ptx-color);
    cursor: pointer;
    border-radius: 24px;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-transform: none;
}

.fdecom-ctafall button:hover::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: ' ';
    height: 100%;
    width: -webkit-fill-available;
    opacity: .1;
    background-color: var(--primary-color);
}

/* Product */

.fdepro-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 40px 0px 40px 0px;
}

.fdpro-item {
    flex-shrink: 0;
    overflow: hidden;
}

.fdpro-product-cart{
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.fdpro-wfif button{
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    background-color: white;
}

.fdpro-img {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: rgba(32, 33, 36, .04);
    border: #eaf1fb solid 1px;
}

.fdp-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: var(--ptx-color);
    border-radius: 4px;
    width: fit-content;
    font-size: 11px;
    padding: 5px;
}

.fdpro-namen {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #111111;
}

.fdpro-namen a {
    color: inherit;
    text-decoration: none;
}

.fdpro-namen a:hover {
    color: inherit;
    cursor: pointer;
    color: #000;
}

.fdpro-dta {
    padding: 10px 5px;
}

.fdpro-pricn {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    margin: 4px 0px;
}

.fdpro-saleprice {
    font-size: 12px;
    text-decoration: line-through;
    color: #767676;
    font-weight: 500;
}

.fdpro-img img,
.fdpro-img video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Footer */

footer {
    background-color: #fff;
    padding: 40px 0px;
    position: relative;
}

footer::before {
    background-color: var(--primary-color);
    opacity: .2;
    content: ' ';
    height: 1px;
    width: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.ftecom_row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 20px;
    overflow: hidden;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.bb {
    border-bottom: 0 !important;
}

.ftecom_logo {
    width: 170px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.541);
    white-space: nowrap;
    font: 400 1.375rem / 1.625rem "Inter";
}

.ftecom_bdesc {
    font-weight: 400;
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    color: black;
    white-space: break-spaces;
}

.fte-bcopyright {
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    margin-top: 40px;
    text-align: -webkit-center;
    position: relative;
    width: -webkit-fill-available;
    color: #0000007d;
}

.fte-bcopyright::before {
    background-color: var(--primary-color);
    opacity: .1;
    content: ' ';
    height: 1px;
    width: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fte-bcopyright span {
    color: #000;
}

.fte-bsocials {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.fte-bsocials a {
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

.fte-bsocials a svg {
    height: 26px;
    width: 26px;
}

.fte-bsocials a:nth-last-child(1) {
    margin-right: 0 !important;
}

.ftecom_fotcats {
    min-width: 200px;
}

.ftecom_ul {
    list-style: none;
    margin-left: 0px;
}

.ftecom_ul li {
    margin-top: 10px;
}

.ftecom_ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    color: #000000d9;
}

.ftecom_fotcats h3 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 25px;
    font-weight: 500;
}

.w-f-a {
    width: -webkit-fill-available;
}

@media screen and (max-width: 768px) {
    .promo-bar {
        font-size: 14px;
    }
}

@media screen and (max-width: 520px) {
    .menu-fdbcats {
        display: none;
    }
}

/* Mobile devices (480px and below) */
@media screen and (max-width: 480px) {

    .promo-bar {
        font-size: 12px;
    }

    .fdecom-header {
        height: 75px;
    }

    .fdpro-item {
        margin: auto;
        max-width: 360px;
    }

    .fdblogo-node {
        width: auto;
        height: 45px;
        max-width: 155px;
    }
}

/* Small mobile screens (360px and below) */
@media screen and (max-width: 360px) {
    .promo-bar {
        font-size: 11px;
    }

    .ftecom_row {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    }

    .dsk-checknde button {
        height: 40px !important;
        width: 40px !important;
    }

    .dsk-checknde button img {
        height: 30px;
        width: 30px;
    }

    .dsk-checknde button svg {
        height: 22px;
        width: 22px;
    }

    .psa-ecomcheck-nm {
        top: -5px;
        right: -2px;
        height: 16px;
        width: 16px;
        font-size: 10px;
    }
}

/* Loading */
.fd-spinner.spinner {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    grid-column: 1 / -1;
}

.fd-spinner.spinner.dark div {
    background-color: black;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
}

.fd-spinner.spinner div {
    width: 5%;
    height: 15%;
    background: #FFF;
    position: absolute;
    /* left: 49%;
    top: 43%; */
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.fd-spinner.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
}

.fd-spinner.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
}

.fd-spinner.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
}

.fd-spinner.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
}

.fd-spinner.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
}

.fd-spinner.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
}

.fd-spinner.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
}

.fd-spinner.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
}

.fd-spinner.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
}

.fd-spinner.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
}

.fd-spinner.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
}

.fd-spinner.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
}