html,
body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-thumb:hover {
    background: #0a0a0a;
}

/* Font Faces */
@font-face {
    font-family: "FONTSPRING DEMO - Integral CF";
    src: url(./assets/integral_cf/FONTSPRINGDEMO-IntegralCFRegular.woff);
}

@font-face {
    font-family: "FONTSPRING DEMO - Integral CF BoldItalic";
    src: url(./assets/integral_cf/FONTSPRINGDEMO-IntegralCFBoldItalic.woff);
}

@font-face {
    font-family: "FONTSPRING DEMO - Integral CF DemiBoldItalic";
    src: url(./assets/integral_cf/FONTSPRINGDEMO-IntegralCFDemiBoldItalic.woff);
}

@font-face {
    font-family: "FONTSPRING DEMO - Integral CF MediumRegular";
    src: url(./assets/integral_cf/FONTSPRINGDEMO-IntegralCFMediumRegular.woff);
}

/* Satoshi font Faces */
@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-Black.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-BlackItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("/assets/satoshi/Satoshi-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("./assets/satoshi/Satoshi-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.container {
    width: 1280px;
    align-items: center;
}

.zrve {
    width: 100%;
}

.jwxpl {
    color: rgba(0, 0, 0, 0.6);
    font-family: Satoshi;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.topbar {
    background: black;
    padding: 12px 0px;
    font-family: Nunito;
    font-weight: 300;
}

.header_logo {
    width: 150px;
    transition: transform 0.5s ease-in-out;
}

.header_logo:hover {
    transform: scale(1.1);
}

.nav-item{
    text-decoration: none;
    color: #010101;
    font-family: nunito;
    font-weight: 700;
    font-size: 18px;
}

.nav-item:hover {
    color: #1fc600;
}

.nav-item.active {
    font-weight: 900;
    color: #1fc600;
}

.main_header {
    background: white;
    z-index: 999;
}

.banner {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-heading {
    font-family: nunito;
    font-size: 24px;
    font-weight: 600;
    margin-top: 1em;
}

.banner_secondline {
    font-family: poppins;
    font-size: 64px;
    line-height: 80px;
}

.heading {
    font-family: nunito;
    font-size: 24px;
}

.arrow-icon {
    color: white;
}

.match_btn {
    width: 170px;
    font-family: Nunito;
    height: 48px;
    border-radius: 5px;
    border: none;
    margin: 30px 0px;
    padding-bottom: 5px;
}

.pygfa {
    color: #333;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
}

.mqlrx {
    width: 180px;
    margin: 48px 0px;
    height: 168.98px;
    border-radius: 24px;
    box-shadow: 0px 12px 56px 5px rgba(0, 0, 0, 0.15);
}

.textileslider {
    background: white;
    margin: 100px 0px;
    height: 200px;
}

.qzrwn {
    color: #000;
    font-family: Nunito;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.8em;
}

.cvtok {
    width: 18px;
    height: 18px;
}

.left_side_content_span {
    font-family: nunito;
}

.left-side {
    background: url(./assets/ill_1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% 10%;
    height: 292px;
    width: 576px;
    padding: 12px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
}

.left-side2 {
    background: url(./assets/ill_3.webp);
    background-repeat: no-repeat;
    background-size: 47%;
    background-position: 99% -20%;
    height: 292px;
    width: 576px;
    padding: 18px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
}

.eadfy {
    width: 150px;
}

.right-side {
    background: url(./assets/ill_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 600px;
    width: 567px;
    padding: 24px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
}

.new_deals_card {
    width: 198px;
    height: 195px;
}

.video_wrapper {
    padding: 0px;
}

.swiper {
    height: auto;
}

.divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-item.active a {
    color: #000;
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb {
    line-height: 52px;
}

.color_switch {
    width: 37px;
    height: 37px;
    color: #4f4631;
}

.lggo {
    color: #000;
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 20px;
    line-height: -23px;
    font-weight: 700;
}

a {
    text-decoration: none;
}

.product-heading {
    color: #000;
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 35px;
    font-weight: 700;
}

.side-selection {
    width: 152px cover;
    height: 167px;
    border-radius: 20px;
    border: 1px solid #000;
}

.selected-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.feedback {
    display: inline-flex;
}

.rating {
    color: #000;
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
}

.tyh {
    line-height: 1.5em;
}

.srp {
    color: #000;
    font-family: "Satoshi";
    font-size: 32px;
    font-weight: 700;
}

.mrp {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Satoshi";
    font-size: 32px;
    font-weight: 700;
    text-decoration: line-through;
}

.discount {
    color: #f33;
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 500;
}

.prdct-short-description {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.size-heading {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
    line-height: 3em;
}

.size-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: black;
    color: white;
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
    border-radius: 100px;
}

.size-btn:hover {
    border-radius: 62px;
    background: #fff;
    color: black;
    border: 1px solid #333;
}

.size-btn.black-bg {
    background: orange;
    color: white;
    border: none;
}

.btn-number:hover {
    color: black;
    background: white;
}
.buy_now{
    width: 100%;
    height: 52px;
    padding: 12px 54px;
    border-radius: 62px;
    background: #FA8900;
    color: white;
    border: 1px solid #FA8900;
}
.buy_now:hover{
    background: #fff;
    color: #1FC600;
}

.add_to_cart {
    width: 100%;
    height: 52px;
    border-radius: 62px;
    background: #000;
    color: white;
    font-size: 13px;
}

.add_to_cart:hover {
    background: #fff;
    color: black;
}

#textile_slct {
    display: block;
}

.banner-slider {
    height: auto;
}

.swiper-contents {
    width: 200px;
    object-fit: contain;
    transition: transform 0.5s ease-in-out;
}
.swiper-contents:hover {
    transform: scale(0.9);
}
#selectcolor {
    display: none;
}

#selectshade {
    display: none;
}

.color {
    width: 72px;
    margin: 10px 10px;
    height: 72px;
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    transition: transform 0.3s;
    position: relative;
}

.color.selected::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
}

.color:hover {
    transform: scale(1.2);
}

.colorslider {
    height: 250px;
    margin: 50px 0px;
}

.logo_wrapper {
    width: 80px;
    height: 85px;
    background: #2f6700;
}

.logo-icon {
    width: 18px;
    height: 48.462px;
    margin: 15px;
}

.shadeslider {
    height: 80px;
}

.shade {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    margin: 15px;
}

#selectshade {
    width: 100%;
    box-sizing: content-box;
}

.sdave {
    width: 100%;
    height: 650px;
    margin: 84px 0px;
}

.kndtc {
    width: 450px;
    margin: 24px;
}

.outer {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.outer img {
    display: block;
    margin: auto; /* Center the image horizontally */
    max-width: 100%; /* Ensure the image does not exceed the container width */
    max-height: 100%; /* Ensure the image does not exceed the container height */
}

.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Fully transparent overlay */
    display: none;
}

.outer:hover .inner {
    display: block;
}

.xylja {
    font-family: nunito;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 2em;
}

.qzrwn {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
}

.fdemp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 85%;
}

.uhgbs {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

.ayvhu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
}

.gwejr {
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 18px;
    width: 100%;
}

.product-card {
    width: 260px;
    height: 380px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    margin: 40px 0px;
    padding: 12px;
    overflow: hidden;
}

.zcmro {
    width: 100%;
    object-fit: contain;
    height: 180px;
}

.xfhln {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
}

.vxpfi,
.kndtc {
    font-family: nunito;
    font-size: 17px;
    font-weight: 700;
    color: red;
}

.iolbg {
    font-family: nunito;
    font-size: 16px;
    color: Blue;
    font-weight: 600;
    text-decoration: double;
}

.bwmqi {
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 24px;
}

.rfstj {
    font-family: nunito;
    font-size: 15px;
    line-height: 3em;
    color: #8d99ae;
}

.mcuzl {
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: normal;
}

.jgdwe {
    font-family: nunito;
    font-size: 15px;
    color: #8d99ae;
}

.nxrpo {
    color: red;
    font-family: poppins;
    font-weight: 500;
}

.afdyk {
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 32px;
    line-height: 3em;
    letter-spacing: normal;
}

.utdmc {
    width: 600px;
}

.color2 {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: none;
}

#drk {
    background: brown;
}

#red {
    background: red;
}

#orange {
    background: orange;
}

#blue {
    background: blue;
}

#pink {
    background: pink;
}

.obkqt,
.vafbn,
.ekzrp {
    font-size: 18px;
    font-family: Nunito;
    color: #f8f8f5;
    text-decoration: none;
    line-height: 2.1em;
    font-weight: 400;
}

.vrmfd,
.qtpsz {
    font-size: 24px;
    font-family: Nunito;
    color: white;
    line-height: 1.6em;
}

.xtmzb {
    color: #000;
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 32px;
    font-weight: 700;
    line-height: 2em;
}

.wdgij {
    width: 100%;
    padding: 36px 64px;
    border-radius: 20px;
    background: #000;
}

.ohqzlc {
    margin: 18px 0px;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.qitcz {
    color: #fff;
    font-family: "FONTSPRING DEMO - Integral CF";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6em;
}

.aqsf {
    width: 150px;
    object-fit: cover;
    overflow: hidden;
}

.yvnp {
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kioj {
    color: #000;
    font-family: "Satoshi";
    font-size: 20px;
    font-weight: 700;
}

.zlgu {
    color: #000;
    font-family: Satoshi;
    font-size: 14px;
    font-weight: 400;
}

.xwfh {
    color: #000;
    font-family: Satoshi;
    font-size: 24px;
    font-weight: 700;
    line-height: 3em;
}

.rced {
    width: 100%;
    padding: 20px 24px;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mjlk {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
}

.opzx {
    width: 70%;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 100px;
    padding: 12px;
    font-family: nunito;
}

.isaw {
    width: 20%;
    margin: 5px;
    padding: 12px 16px;
    border-radius: 62px;
    background: #000;
    border: none;
    color: white;
    font-family: nunito;
}

.isaw:hover {
    background: white;
    color: black;
    border: 1px solid #dbdbdb;
}

.qxvr {
    width: 100%;
    height: 52px;
    border: none;
    background: #000;
    color: WHITE;
    font-family: "Satoshi";
    font-size: 18px;
    border-radius: 100px;
}

.qxvr:hover {
    background: white;
    color: black;
    border: 1px solid #dbdbdb;
}

.udbn .lhgf {
    width: 100%;
}

.nykr {
    width: 200px;
    height: 48px;
    border: none;
    padding: 0;
    font-family: "Satoshi";
}

#color-1 {
    color: white;
    background: #0000ff;
}

#color-2 {
    color: white;
    background: #ff0000;
}

#color-3 {
    color: white;
    background: #00ff00;
}

#color-4 {
    color: BLACK;
    background: #ffff00;
}

#color-5 {
    color: black;
    background: #ff8c00;
}

#color-6 {
    color: white;
    color: BLACK;
    border: 1px solid #dbdbdb;
    background: #fff;
}

#color-7 {
    color: white;
    background: #e30b5c;
}

#color-8 {
    background: #e54d5c;
    color: white;
}

#color-9 {
    background: #821762;
    color: white;
}

#color-10 {
    background: #74823d;
}

#color-11 {
    color: black;
    background: #fffdd0;
}

#color-12 {
    background: #6d7a86;
    color: white;
}

#color-13 {
    background: #7f4534;
    color: white;
}

.pqbu {
    width: 400px;
    height: 600px;
    background: #f8f8f5;
    border-radius: 500px 500px 0px 0px;
    position: relative;
}

.wsnr {
    width: 400px;
    position: absolute;
    bottom: 0;
    height: 550px;
    object-fit: cover;
}

.ghol {
    transform: rotate(-45deg);
}

.rwmk {
    padding: 24px;
    height: 95vh;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 0, 500, 0), rgba(0, 0, 0, 0.8)),
        url(./assets/ghhr.webp);
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
}

.nrbk {
    position: absolute;
    bottom: 0;
    padding: 24px;
}

.tqsu {
    font-family: Nunito;
    font-weight: 500;
    font-size: 4em;
    line-height: 1.6em;
    color: white;
}

.dyjz {
    font-family: Poppins;
    font-size: 6em;
    color: white;
    font-weight: 700;
}

.efoa {
    font-family: "Satoshi";
    font-size: 2em;
    font-weight: 600;
    line-height: 2em;
}

.akvp {
    width: 100%;
    height: 48px;
    border: 1px solid #333;
    border-radius: 100px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
}

.akvp:hover {
    background: #333;
    color: white;
}

.pkmx {
    font-family: nunito;
    font-size: 18px;
    font-weight: 500;
    color: grey;
}

p {
    font-family: nunito;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.zrve {
    width: 100%;
}

.iajw {
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
}

#qnux {
    border: 1px solid #333;
    border-radius: 100px;
    font-size: 15px;
    font-family: nunito;
    color: #333;
    padding: 15px;
}

.lysh {
    color: #1a1a1a;
    font-weight: 700;
}

.form-check-label {
    font-family: nunito;
}

.gfrt {
    width: 100%;
    height: 48px;
    background: orange;
    border-radius: 100px;
    border: none;
    font-family: nunito;
    color: white;
    font-size: 17px;
    margin: 28px 0px;
}

.gfrt:hover {
    background: #fff;
    color: orange;
    border: 1px solid orange;
}

.vxco {
    color: orange;
    font-family: nunito;
    font-size: 16px;
    font-weight: 600;
}

.fhtdq {
    color: #000;
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 500;
    line-height: 3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.wrapper {
    height: 90px;
    padding: 24px;
}

.zykac {
    margin: 24px;
    padding: 20px;
    border-radius: 5px;
}

.kewlo {
    width: 448px;
    height: 309px;
    border-radius: 45px;
    background: #f6f7fb;
    box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.1);
}

.kaxow {
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 100px;
}

#k9900 {
    padding: 18px;
    width: 580px;
}

.pqlwi {
    width: 100%;
    height: 250px;
    border-radius: 25px;
    margin: 12px;
    background: #c4c4c4;
}

#gqdikz {
    background: #f8f8f5;
    padding: 90px 10px;
    border-radius: 0px 0px 250px 250px;
}

.yrqahf {
    width: 100%;
    border-radius: 10px;
    border-radius: 16px;
    border: 1px solid #e5eaf4;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.03);
}

.hvosgy {
    width: 100%;
    height: 300px;
}

.nixepb {
    width: 32px;
    height: 32px;
    background: #f8f8f5;
    border-radius: 100px;
}

.rfuqnc {
    margin: 20px 0px;
    padding: 12px;
    background: linear-gradient(180deg,
            rgba(24, 59, 86, 0) 0%,
            rgba(22, 49, 70, 0.45) 45.38%,
            #152532 100%);
    height: 450px;
}

.mdgiro {
    width: 60px;
    height: 60px;
    background: orange;
    border-radius: 100px;
    margin: 24px 0px;
}

.backtotop {
    position: fixed;
    z-index: 999;
    width: 48px;
    height: 48px;
    bottom: 40px;
    right: 40px;
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.cartfloat {
    position: fixed;
    width: 48px;
    z-index: 999;
    height: 48px;
    bottom: 100px;
    right: 40px;
    background-color: #333;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.reft {
    width: 90%;
    border-radius: 13px;
    height: 11.5em;
    object-fit: contain;
    box-shadow: 0px 12px 56px 5px rgba(0, 0, 0, 0.15);
}

.ikser {
    font-size: 12px;
    font-family: Nunito;
    line-height: 8em;
}
.add_wrap {
    display: flex; 
}

.add_wrap button {
    margin-right: 10px; 
}
.otp_wrap{
    display: none;
}