@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
/* BannerSection start */

.Banner-img{
    background: url('../img/bannerImg.png') no-repeat center center;
    background-size: cover; /* Adjust as needed */
    width: 100%;
    height: 107vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
}

.BannerInnerBox {
    background-color: #000;
    width: 100%;
    height: 450px;
    border: 5px solid #fff;
    position: relative;
}
.BannerInnerImg {
    max-width: 420px; 
}
.BannerInnerImg  img{
   width: 100%;
   height: 100%;
}
.BannerInnerText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
}
.BannerInnerText h1{
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    font-style: italic;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BannerInnerText h1::after {
    content: '';
    position: absolute;
    width: 153px;
    height: 3px;
    background-color: #fff;
    bottom: -18px;
    font-family: 'Dino And Friend';
}
/* BannerSection end */

/* AboutSection Start */


.AboutImgText {
    max-width: 200px;
    margin-bottom: 15px;
}
.AboutImgText img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.AboutImgBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.AboutText {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    padding-left:220px;
}
.AboutImg {
    max-width: 250px;
}

.AboutImg  img {
    width: 100%;
    height: 100%;
}
.AboutText p {
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: "Comicy", sans-serif;
}
/* AboutSection End */

/* productSection start */

.productImg img{
    width: 100%;
    height: 100%;
}
.productImg {
    max-width: 330px;
}
.ProductSnooze {
    max-width: 150px !important;
}
.ProductSection .row {
    align-items: end;
}
section.ProductSection {
    background: #000;
    display: flex;
    align-items: center;
}
.productContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProductBottom {
    max-width: 230px;
    position: absolute;
    margin-top: 72px;
        
}
.productImg img {
    width: 100%;
    height: 100%;
}
.ProductBottom img{
    width: 100%;
    height: 100%;
}
/* productSection End */
/* GreenLogo Section  Start*/

section.GreenLogoSection {
    background: url(../img/GreenBg.jpg), no-repeat, center, center;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.GreenLogo{
   display: flex;
   align-items: center;
   justify-content: center;
}
.GreenLogo img{
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: cover;
}
/* GreenLogo Section  End */

/* Warning Section Start */
.WarningSection{
    background-color: #000;
}

.warningIcon {
    max-width: 80px;
}

.warningIcon img {
    width: 100%;
    height: 100%;
}

.warningBtn {
    max-width: 200px;
    position: relative;
}

.warningBtn img {
    width: 100%;
    height: 100%;
}

.warningBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.btn_warn button {
    width: 100%;
    outline: none;
    border: 2px solid #fff;
    height: 100%;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-family: "Comicy", sans-serif;
}

.btn_warn {
    position: absolute;
    top: 2px;
    width: 100%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Warning Section End*/



/* Pillows Page Start */
.product-banner {
    background-color: #000;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProductBannerContent img {
    width: 100%;
    height: 100%;
}
.LeftBannerImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.LeftBannerImg {
    position: absolute;
    left: -183px;
    top: 63px;
    width: 100%;
    height: 100%;
    max-width: 375px;
    object-fit: contain;
    transform: rotate(-79deg);
}
.TopBannerImg {
    position: absolute;
    right: 0px;
    top: -275px;
    max-width: 460px;
    transform: rotate(11deg);
}
.RightBottomBannerImg {
    position: absolute;
    right: -141px;
    bottom: -337px;
    max-width: 490px;
    object-fit: contain;
    transform: rotate(0deg);
}
.PremiumTextImg{
    max-width: 250px;
}
.ProductBannerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ProductAbout{
    background: url(../img/GreenBg.jpg),no-repeat,center,center;
    background-size: cover;
    width: 100%;
   height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pillowContent {
    background-color: #000;
    width: 100%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    padding: 40px 80px;
   
}
.PillowLeftContent img {
    width: 100%;
    height: 100%;
}
.offerImg {
    max-width: 100px;
    position: absolute;
    object-fit: contain;
    top: -104px;
    left: -36px;
}

.PillowBox {
    max-width: 400px;
    width: 100%;
    height: 100%;
}

.PillowLeftContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 100px;
}
.PillowAboutText p{
    color: #fff;
    font-family: "Comicy", sans-serif;
}
.PillowAboutText {
    padding-left: 0;
}
/* Pillows Page End */

.offerImgSnooze {
    max-width: 93px;
    position: absolute;
    object-fit: contain;
    top: -140px;
    left: 75px;
}
.ColorFullText {
    max-width: 80px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 30px;
    object-fit: contain;
    bottom: -158px;
}
.SnoozeLeftContent{
    margin-top: 0px;
}
.SnoozeLeftContent .PillowBox{
    max-width: 300px;
}
.ColorFullText {
    max-width: 70px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 76px;
    object-fit: contain;
    bottom: -118px;
}
.SnoozeAbout{
    background: url(../img/bannerImg.png),no-repeat,center,center;
    background-size: cover;
   
}
.LeftBannerSnoozeImg{
    position: absolute;
    left: -104px;
    top: -104px;
    width: 100%;
    height: 100%;
    max-width: 333px;
    object-fit: contain;
    transform: rotate(0deg);
}
.RightBottomBannerSnoozeImg {
    position: absolute;
    right: 49px;
    bottom: -278px;
    max-width: 355px;
    object-fit: contain;
    transform: rotate(0deg);
}
.RightBannerSnoozeImg {
    max-width: 345px;
    transform: rotate(10deg);
    position: absolute;
    right: -130px;
    bottom: -105px;
}
.TopBannerSnoozeImg {
    position: absolute;
    right: 55px;
    top: -310px;
    max-width: 355px;
    transform: rotate(0deg);
}




.LeftBannerOozeImg {
    position: absolute;
    left: -183px;
    top: -106px;
    width: 100%;
    height: 100%;
    max-width: 440px;
    object-fit: contain;
    transform: rotate(0deg);
}
.TopBannerOozeImg {
    position: absolute;
    right: -100px;
    top: -230px;
    max-width: 441px;
    transform: rotate(0deg);
}
.RightBottomBannerOozeImg {
    position: absolute;
    right: 0px;
    bottom: -295px;
    max-width: 490px;
    object-fit: contain;
    transform: rotate(0deg);
}
.OozeBanner{
    max-width: 450px;
}
.OozeTextImg {
    width: 100%;
    height: 100%;
    max-width: 350px;
}
.OozeProduct{
    background: url(../img/PinkBg.png),no-repeat,center,center;
    background-size: cover;
}
.OOZEofferImg {
    max-width: 100px;
    position: absolute;
    object-fit: contain;
    bottom: -69px;
    height: 100%;
    left: 0px;
}
.OozeLeftContent{
    margin-top: 0px;
}

/* product start */

.product-card {
    border-radius: 20px;
}

.product-card .card-img {
    /* background: #E2E2E2; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 20px 20px 0px 0px;
}
.border-bt {
    border-bottom: 3px solid #000;
}
.img-logo-show {
    text-align: center;
}
.img-logo-show img {
    width: 50px;
}
.product-card .card-img img {
    max-width: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-swiper .product-card .card-title {
    font-family: "Comicy", sans-serif;
    line-height: 1;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    color: #f8f9fa;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #0094CA, -2px 2px 0 #000, 2px -2px 0 #000, 0 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, -2px 0 0 #000;
    background-clip: text;
    margin: 0;
}

.product-card span {
    font-size: 22px;
    font-weight: 500;
}

.product-card .card-body {
    text-align: center;
    color: #000;
}

.product-swiper .swiper {
    padding: 0px 25px;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
    background: #D39E80;
    width: 36px;
    height: 36px;
}

.product-swiper .swiper-button-next:after {
    content: 'east';
    font-family: "Material Icons";
    font-size: 20px;
    color: #fff;
}

.product-swiper .swiper-button-prev:after {
    content: 'west';
    font-family: "Material Icons";
    font-size: 20px;
    color: #fff;
}

.Btn-div {
    display: flex;
    justify-content: center;
}

.product-wrrap {
    position: relative;
    color: #000;
}

.product-content {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 12px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    padding: 20px 0px;
}
.proContent {
    padding: 0px 30px;
    display: flow-root;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px;
    gap: 0;
    width: 100%;
    height: 90%;
    align-items: center;
}


p.show-range-text {
    font-size: 10px;
}

.ProductImgTop {
    width: 100%;
}
.ProductImgTop img{
    width: 100%;
    height: 100%;
}
.product-content:hover {
    opacity: 1;
}
.product-content:hover .product-card {
    border:none;
}

.product-content h4 {
    font-size: 18px;
    font-family: "Comicy", sans-serif;
    margin: 0;
    margin-bottom: 8px;
    position: relative;
    top: 3px;
    display: flex;
    justify-content: center;
}
.product-box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    /* margin-top: 10px; */
}
.CategoryHead {
    border-bottom: 3px solid #000;
    text-align: center;
    width: 100%;
    font-family: "Comicy", sans-serif;
}

.product-box span {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Comicy", sans-serif;
}

.show-range {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}


.product-show {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 5px 0px;
}
.product-box-show {
    background: #0094CA;
    width: 100%;
    height: 100%;
}

.product-box-show span {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Comicy", sans-serif;
}
.show-range p {
    margin: 0;
    font-size: 13px;
    font-family: "Comicy", sans-serif;
    padding-top: 4px;
}
.productBTn:after {
    border-radius: 20px;
}
.product-swiper .swiper {
    padding: 0px 25px;
}

.product-swiper .swiper-button-next, .product-swiper .swiper-button-prev {
    background: none;
    width: 28px;
    height: 28px;
    border-radius: 20px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,3px);
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,3px);
    right: auto;
}

.product-swiper .swiper-button-next:after {
    content: 'east';
    font-family: "Material Icons";
    font-size: 18px;
    color: #000000;
}

.product-swiper .swiper-button-prev:after {
    content: 'west';
    font-family: "Material Icons";
    font-size: 18px;
    color: #000000;
}
.product-swiper {
    padding: 0px 24px;
}
/* product end */


/* footer start */

footer {
    background-color: #131313;
    padding: 50px 0px 10px 0px;
}

.footer-link li a {
    color: #888888;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    font-family: "Comicy", sans-serif;
}

.footer-link {
    display: flex;
    gap: 55px;
    margin-top: 18px;
}

.footer-link a:hover {
    color: #fff;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: "Comicy", sans-serif;
}

.social-media {
    display: flex;
    gap: 15px;
}

.social-media li {
    border: 1px solid #888888;
    padding: 6px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.social-media li:hover {
    background: #000;
}

.divide {
    width: 100%;
    height: 1px;
    background: #8888884f;
    margin: 18px 0px;
}
.footer-logo{
    max-width: 100px;
}
.footer-logo img{
    width:100%;
    height: 100%;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
}

/* footer end */


.styled-text {
    font-family: "Comicy", sans-serif;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #f8f9fa;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #0094CA, -2px 2px 0 #000, 2px -2px 0 #000, 0 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, -2px 0 0 #000;
    background-clip: text;
    margin: 0;
}


/* Pillow Product Start */
.PillowProductImg {
    max-width: 340px;
}

.PillowProductImg img {
    width: 100%;
    height: 100%;
}
.PillowFront {
    position: relative;
    display: flex;
    justify-content: center;
}
.PillowBackTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    position: relative;
    margin-top: 8px;
}
.Lemon .PillowBackTop, .Strawberry .PillowBackTop, .Tsunami .PillowBackTop, .Watermelon .PillowBackTop, .Blueberry .PillowBackTop{
    display: block;
}
.Lemon .styled-text, .Strawberry .styled-text, .Tsunami .styled-text, .Watermelon .styled-text, .Blueberry .styled-text{
    text-align: start;
}
.Lemon .PillowBackTop h6, .Strawberry .PillowBackTop h6, .Tsunami .PillowBackTop h6, .Watermelon .PillowBackTop h6, .Blueberry .PillowBackTop h6{
    text-align: end;
}
.black-pillow img {
    width: 70px;
}
.effect-area {
    display: flex;
    justify-content: space-between;
}
.PillowBackTop p {
    white-space: nowrap;
}

.PillowBackTop h6 {
    font-family: "Comicy", sans-serif;
    font-weight: 100;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
}
.PillowBackTop::after {
    content: '';
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #000;
    position: absolute;
    top: 6px;
}
.PillowProductBack {
    position: absolute;
    top: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 12px;
    height: 100%;
    padding: 16px 15px;
    opacity: 0;
    transition: all ease-in-out 0.6s;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
}

.productFrontCann {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pillowProductRange p {
    margin: 0;
}

.pillowProductRange {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.black-mamba .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Blueberry .PillowNoids {
    background-color: #66cc33;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Blueberry .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Blueberry .PillowCad {
    background: #3399cc;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Blueberry .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Blueberry .TastePillow span {
    background: #3399cc;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Cherry .PillowNoids {
    background-color: #009966;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Cherry .pillowThe {
    background: #cc3333;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Cherry .PillowCad {
    background: #009966;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Cherry .EffectPillow span {
    background: #cc3333;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Cherry .TastePillow span {
    background: #009966;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Coco .PillowNoids {
    background-color: #666666;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Coco .pillowThe {
    background: #666666;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Coco .PillowCad {
    background: #cc9966;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Coco .EffectPillow span {
    background: #666666;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Coco .TastePillow span {
    background: #cc9966;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Cotton .PillowNoids {
    background-color: #ff9999;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Cotton .pillowThe {
    background: #cc3399;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Cotton .PillowCad {
    background: #ff9999;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Cotton .EffectPillow span {
    background: #cc3399;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Cotton .TastePillow span {
    background: #ff9999;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.GMO .PillowNoids {
    background-color: #ffcc00;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.GMO .pillowThe {
    background: #ff9933;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.GMO .PillowCad {
    background: #ff6633;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.GMO .EffectPillow span {
    background: #ff9933;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.GMO .TastePillow span {
    background: #ff6633;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Illuminati .PillowNoids {
    background-color: #33cc66;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Illuminati .pillowThe {
    background: #cc6633;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Illuminati .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Illuminati .EffectPillow span {
    background: #006633;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Illuminati .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Lemon .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Lemon .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Lemon .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Lemon .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Lemon .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Marathon .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Marathon .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Marathon .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Marathon .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Marathon .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Pink .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Pink .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Pink .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Pink .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Pink .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Pineapple .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Pineapple .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Pineapple .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Pineapple .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Pineapple .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Strawberry .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Strawberry .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Strawberry .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Strawberry .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Strawberry .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Tangerine .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tangerine .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tangerine .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Tangerine .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tangerine .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Tropical .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tropical  .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tropical .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Tropical .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tropical .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Tsunami .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tsunami .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tsunami .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Tsunami .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Tsunami .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.Watermelon .PillowNoids {
    background-color: #000000;
    padding: 5px 20px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Watermelon  .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Watermelon .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.Watermelon .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}
.Watermelon  .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}
.black-mamba .pillowThe {
    background: #333366;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}

.black-mamba .PillowCad {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000000;
}
.pillowProductRange span {
    font-family: "Comicy", sans-serif;
}
.EffectPillow p {
    margin: 0;
    font-family: "Comicy", sans-serif;
    font-size: 12px;
}

.black-mamba .EffectPillow span {
    background: #333366;
    padding: 5px 14px;
    font-family: "Comicy", sans-serif;
    color: #fff;
}

.EffectPillow {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding-bottom: 10px;
}
.black-mamba .TastePillow span {
    background: #ffff33;
    padding: 5px 16px;
    font-family: "Comicy", sans-serif;
    color: #000;
}

.TastePillow {
    display: flex;
    gap: 10px;
    align-items: center;
}

.TastePillow p {
    font-family: "Comicy", sans-serif;
    margin: 0;
    font-size: 12px;
}
.pillowProductContent:hover .PillowProductBack {
    opacity: 1;
}
/* Pillow Product End */