/** Shopify CDN: Minification failed

Line 17:0 All "@import" rules must come first

**/
@font-face {
    font-family: 'Product Sans';
    src: url('/cdn/shop/files/ProductSans-Regular.eot?v=1780483912');
    src: url('ProductSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/ProductSans-Regular.woff2?v=1780483892') format('woff2'),
        url('/cdn/shop/files/ProductSans-Regular.woff?v=1780483904') format('woff'),
        url('/cdn/shop/files/ProductSans-Regular.ttf?v=1780483912') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

:root {
  --baseFont: 'Product Sans';
  --titleFont: "Bricolage Grotesque", sans-serif;
  --primary: #EF407F;
  --secondary: #3FC3DB;
  --accent: #FFF200;
  --white: #FFFFFF;
  --text: #3D4551;
  --black: #000000;
  --border: #DFDFDF;
  --primarylightBg: #FFE9F1;
  --secondarylightBg: #EBF9FF;
  --accentlightBg: #FFFDF3;
  --transition: 300ms ease-in-out 0s;
}

body {
    color: var(--text);
    font-size: 18px;
    /* font-family: var(--baseFont); */
    line-height: 1.4;
}

.font_pro_sans {
    font-family: var(--baseFont);
}

a, a:hover {
  color: inherit;
  text-decoration: none !important;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--titleFont);
}
/* custom style start */
 .container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btnStyle {
    border-radius: 14px;
    font-size: 18px;
    color: var(--black);
    text-transform: capitalize;
    padding: 14px 28px;
    border: 2px solid var(--black);
    position: relative;
    font-family: var(--titleFont);
    letter-spacing: normal;
    box-shadow: 6px 6px 0 rgba(0,0,0,1);
    display: inline-block;
    transition: var(--transition);
    font-weight: 700;
}
.btnStyle:hover {
    color: var(--black) !important;
    box-shadow: -6px -6px 0 var(--black);
}
.btnStyle span {
    margin-left: 10px;
}
.btnAccent {
    background-color: var(--accent);
}
.btnLight {
    background-color: var(--white);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row>* {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col {
    flex: 1 0 0;
}
.sectionSpace {
  padding: 120px 0;
}
.xlTitle {
  font-size: 90px;
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 700;
}
.lgTitle {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 700;
}
.mdTitle {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}
.subTitle {
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
    font-family: var(--baseFont);
    letter-spacing: 2px;
    display: inline-block;
}
.subTitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    background-color: transparent;
    height: 2px;
    border-radius: 30px;
    transform: translateY(-50%);
}
.subTitle.textPrimary::before {
    background-color: var(--primary);
}
.subTitle.textAccent::before {
    background-color: var(--accent);
}
.textWhite {
    color: var(--white);
}
.textPrimary {
  color: var(--primary);
}
.textSecondary {
  color: var(--secondary);
}
.textAccent {
  color: var(--accent);
}
.primarylightBg {
    background-color: var(--primarylightBg);
}
.secondarylightBg {
    background-color: var(--secondarylightBg);
}
.accentlightBg {
    background-color: var(--accentlightBg);
}

/* custom style end */

.ss-announcement-bar__message li {
    font-size: 18px !important;
    letter-spacing: 1px !important;
}
.ss-announcement-bar__message li::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.header_sec {
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
}
.header_sec img.header__heading-logo {
    max-width: 175px;
}
.header_sec .header__menu-item {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: var(--baseFont);
}
.header_sec .template-search__search {
    min-width: 360px;
}
.template-search__search .search__input.field__input {
    padding-right: 50px;
}
.header_sec .template-search__search .field:after, .header_sec .template-search__search .select:after, 
.header_sec .template-search__search .customer .field:after, .header_sec .template-search__search .customer select:after, 
.header_sec .template-search__search .localization-form__select:after {
    border-radius: 100px;
    border-color: var(--border);
    box-shadow: none;
}
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
}
.header_sec .field__label, .header_sec .customer .field label {
    font-family: var(--baseFont);
    letter-spacing: normal !important;
}
.header_sec .header__icons {
    padding: 0;
    gap: 15px;
    align-items: center;
}
.header_sec .header__icons .header__icon {
    border: 1px solid var(--border);
    margin: 0;
    border-radius: 50%;
    height: 46px;
}
.header__icon .svg-wrapper svg {
    width: 28px;
}

.banner_sec {
    transition: background-color 0.5s ease;
    padding: 120px 0 150px;
    position: relative;
    overflow: hidden;
}
.banner_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/cdn/shop/files/pattern-bg.png?v=1780560035);
    background-size: contain;
    background-repeat: repeat;
    opacity: 0.2;
}
.banner_sec .swiper {
    overflow: visible;
}
.banner_sec .swiper-slide {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 99;
    width: 100% !important;
    justify-content: space-between;
    padding: 20px 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.banner_sec .swiper-slide.swiper-slide-visible.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
}
.banner_sec .swiper-slide .left_content {
    max-width: 598px;
    color: var(--white);
}
.banner_sec .swiper-slide .left_content, .banner_sec .swiper-slide .rgt_img {
    flex: 0 0 auto;
    width: calc(50% - 20px);
}
.banner_sec .swiper-slide .left_content h4, .banner_sec .swiper-slide .left_content h1 {
    color: var(--white);
}
.banner_sec .swiper-slide .left_content .subTitle::before {
    background-color: var(--white);
}
.rgt_img {
    position: relative;
}
.rgt_img::before {
    content: "";
    position: absolute;
    left: -125px;
    top: -100px;
    background-image: url(/cdn/shop/files/star-pattern.svg?v=1780552728);
    aspect-ratio: 271/232;
    z-index: 1;
    width: 271px;
    background-repeat: no-repeat;
    background-size: contain;
}
.rgt_img::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -40px;
    background-image: url(/cdn/shop/files/img-shape-bottom.svg?v=1780552671);
    z-index: 1;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner_sec .swiper-slide .rgt_img {
    height: 640px;
}
.banner_sec .swiper-slide .rgt_img img {
    width: 100%;
    border-radius: 40px;
    border: 3px solid var(--black);
    box-shadow: 10px 10px 0 var(--black);
    position: relative;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}
.banner_sec .swiper-pagination {
    text-align: left;
    bottom: 100px;
}
.banner_sec .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    opacity: 1;
}
.banner_sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: none;
    width: 54px;
    border-radius: 30px;
    background-color: transparent;
    border-color: var(--black);
}
.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc; 
    margin: 0 6px;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.owl-dot.active {
    transform: scale(1.3);
    opacity: 1;
}
.best_Selling_sec h2.mdTitle {
    margin: 0;
}
.best_Selling_sec .row.heading_Sec {
    align-items: end;
}
.bestselling-pro {
    margin-top: 75px;
    padding-bottom: 100px;
}
.heading_Sec a {
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: var(--transition);
    font-family: var(--baseFont);
}
.heading_Sec a span {
    margin-left: 10px;
}
.heading_Sec a:hover {
    color: var(--primary) !important;
}
.bestselling-pro .swiper-wrapper {
    height: auto;
}
.bestselling-pro .swiper-slide, .custcollcSwiper .swiper-wrapper .swiper-slide {
    height: auto;
}
.bstsell_pro {
    width: 100%;
    height: 100%;
}
.bstsell_pro .product-card-wrapper {
    border-radius: 20px;
    border: 3px solid var(--black);
    margin: 0 5px;
    box-shadow: 5px 5px 0 var(--black);
    transition: 200ms ease-in-out 0s;
}
.bstsell_pro .product-card-wrapper:hover {
    box-shadow: 5px 5px 0 var(--primary);
}
.bstsell_pro .card.card--card {
    border: 0;
    border-radius: 20px;
    background-color: transparent;
}
.bstsell_pro .card.card--card .card__inner {
    height: 260px;
}
.bstsell_pro .card.card--card .card__media {
    margin: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.bstsell_pro .card.card--card .card__media .media, .bstsell_pro .card.card--card .card__media .media img{
    height: 100%;
}
.bstsell_pro .card.card--card .card__content {
    margin: 0;
    position: relative;
}
.bstsell_pro .card__information {
    padding: 0 65px 0 0;
}
.bstsell_pro .quick-add {
    position: absolute;
    right: 12px;
    top: 12px;
    margin: 0 !important;
    grid-row-start: none;
}
.bstsell_pro .quick-add__submit {
    background: var(--accent);
    border-radius: 50%;
}
.bstsell_pro .card__information .card__heading.h5 {
    font-weight: 400 !important;
}
.bstsell_pro .card__information .card__heading.h5 a {
    font-size: 18px !important;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400 !important;
    opacity: 0.9;
}
.bstsell_pro .card.card--card .card__content .price {
    font-size: 22px;
    padding-top: 8px;
    font-family: var(--titleFont);
}
.bstsell_pro .card.card--card .card__content .price span.price-item.price-item--regular img {
    margin-right: 6px;
    margin-top: -6px;
    width: 12px;
}
.bestselling-pro .swiper-button-next, .bestselling-pro .swiper-button-prev {
    --sliderArrow: 54px;
    top: auto;
    bottom: 0;
    margin: 0;
    width: var(--sliderArrow);
    height: var(--sliderArrow);
}
.bestselling-pro .swiper-button-next:after, .bestselling-pro .swiper-button-prev:after {
    display: none;
}
.bestselling-pro .swiper-button-prev {
    right: 85px;
    left: auto;
}
.heading_Sec.textcenter {
    text-align: center;
}
.work_steps {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
}
.how_work {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    position: relative;
}
.how_work:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    right: calc(-50% + 18%);
    width: 65%;
    border-top: 2px dashed #85828A;
    z-index: 1;
    opacity: 0.6;
}
.how_work:not(:last-child)::before {
    content: "";
    position: absolute;
    background-color: #85828A;
    width: 6px;
    height: 6px;
    left: calc(100% + 33%);
    right: auto;
    top: 38px;
    border-radius: 50%;
    opacity: 0.6;
}
.md_Space {
    padding-top: 50px;
}
.step_icon {
    --stepWh: 80px;
    width: var(--stepWh);
    height: var(--stepWh);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}
.how_work h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.how_work h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}
.how_work p {
    margin-top: 0;
}
.cust_video_block {
    margin-top: 70px;
}
.videoSwiper .swiper-slide {
    height: auto;
}
.instafeed_img {
    border: 2px solid var(--black);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.instafeed_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instafeed_img .insta_overlay {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    background-color: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 2px;
}
.instafeed_img .play-btn {
    position: absolute;
    right: 0;
    left: 0;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 0;
}
.cust_video_block .swiper-button-next, .cust_video_block .swiper-button-prev {
    --sliderArrow: 54px;
    top: auto;
    bottom: 0;
    margin: 0;
    width: var(--sliderArrow);
    height: var(--sliderArrow);
}
.cust_video_block .swiper-button-next:after, .cust_video_block .swiper-button-prev:after {
    display: none;
}
.custom_video_list.swiper.videoSwiper {
    padding-bottom: 125px;
}
.cust_video_block .swiper-button-prev {
    left: calc(50% - 65px);
}
.cust_video_block .swiper-button-next {
    right: calc(50% - 65px);
}
.cust_collc_main {
    overflow: hidden;
}
.swiper.custcollcSwiper {
    overflow: initial;
}
.custm_coll_card {
    border: 2px solid;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px;
    width: 100%;
    margin: 0 2px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 transparent;
    transition: 200ms ease-in-out 0s;
}
.custm_coll_card:hover {
    box-shadow: 5px 5px 0 var(--primary);
}
.custcollcSwiper .swiper-wrapper {
    height: auto;
    padding: 0 0 10px;
}
.cust_card_img {
    height: 320px;
}
.cust_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.custcollcSwiper .swiper-button-next, .custcollcSwiper .swiper-button-prev {
    --sliderArrow: 54px;
    top: -75px;
    bottom: auto;
    margin: 0;
    width: var(--sliderArrow);
    height: var(--sliderArrow);
}
.custcollcSwiper .swiper-button-next:after, .custcollcSwiper .swiper-button-prev:after {
    display: none;
}
.custcollcSwiper .swiper-button-prev {
    right: 85px;
    left: auto;
}
.cust_card_text {
    padding-top: 20px;
    position: relative;
}
.custm_coll_card h3.collection-title {
    margin: 0;
    font-size: 20px;
    padding-right: 55px;
    line-height: 1.1;
}
.custm_coll_card h3.collection-title a, .custm_coll_card h3.collection-title a:hover {
    color: var(--black) !important;
}
.custm_coll_card p {
    margin: 8px 0 0;
}
.cust_card_text .rgt_btn {
    --circleArrow: 40px;
    position: absolute;
    top: 20px;
    right: 0;
    width: var(--circleArrow);
    height: var(--circleArrow);
    background-color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cust_card_text .rgt_btn:hover {
    background-color: var(--primary);
    transition: var(--transition);
}
.cust_card_text .rgt_btn a:hover {
    color: var(--black) !important;
}

.gallery_Sec {
    position: relative;
    background-color: var(--black);
}
.gallery_Sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/cdn/shop/files/pattern-bg.png?v=1780560035);
    background-size: contain;
    background-repeat: repeat;
    opacity: 0.2;
}
.gallery_in {
    position: relative;
}
.gallery_in .heading_Sec {
    max-width: 850px;
}
.gallery_list {
    --glGap: 30px;
    --bRadius: 20px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: var(--glGap);
}
.gallery_list_in {
    --Imgheight: 684px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gallery_list_in .col_left, .gallery_list_in .col_rgt {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.gallery_list_in .col_left {
    flex: 0 0 auto;
    width: auto;
}
.gallery_list_in .col_left .gallr_img_block {
    width: 734px;
}
.gallery_list_in .col_rgt {
    flex: 1 0 0;
}
.gallery_list_in .img {
    height: 100%;
    position: relative;
}
.gallery_list_in .img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: var(--bRadius);
    border-radius: var(--bRadius);
    background: linear-gradient(to bottom, rgba(36,47,36,0.1) 50%,rgba(0,0,0,1) 100%);
}
.gallery_list_in .img img {
    border-radius: var(--bRadius);
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.gallr_img_block {
    position: relative;
    height: 100%;
}
.col_left .gallr_img_block {
    height: calc(var(--Imgheight) - var(--glGap));
}
.gallery_list_in .overlay_text {
    position: absolute;
    left: 20px;
    bottom: 40px;
}
.gallery_list_in .overlay_text h4 {
    margin: 0;
    color: var(--white);
    font-size: 26px;
}
.two_img_box {
    display: flex;
    flex-direction: column;
    gap: var(--glGap);
}
.two_img_box .gallr_img_block {
    height: calc(var(--Imgheight) / 2 - var(--glGap));
}
.abt_in_content {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}
.about_in .col-left, .about_in .col-rgt {
    flex: 0 0 auto;
    width: 50%;
}
.about_in .img_box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.about_in .img_box .imgleft, .about_in .img_box .imgrgt {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.about_in .img img {
    border-radius: 40px;
    border: 1px solid;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_in .img_box .imgleft .img {
    height: 50%;
}
.about_in .img_box .imgleft .img + .img {
    padding-top: 20px;
}
.about_in .buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}
h2.footer_block__heading {
    font-weight: 700;
}
footer.footer {
    background-color: var(--primarylightBg);
    border: 0;
    padding: 100px 0;
}
.footer.footer .footer__content-top.page-width {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}
.copyright_Sec {
    --topSpace: 70px;
    text-align: center;
    padding-top: var(--topSpace);
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: var(--topSpace);
}
ul.footer_info_col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: var(--baseFont);
}
ul.footer_info_col li {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}
ul.footer_info_col li span {
    position: absolute;
    left: 0;
    top: 0;
}
ul.footer_info_col li a:hover {
    color: var(--primary) !important;
}
.footer-block-image .footer-block__image-wrapper img {
    max-width: 175px;
}
.footer-block--menu ul.footer-block__details-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-block--menu ul li {
    margin: 0 !important;
    padding-left: 24px;
    position: relative;
    transition: var(--transition);
    font-family: var(--baseFont);
}
.footer-block--menu ul li span {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 12px;
}
.footer-block.grid__item.footer-block--menu {
    padding-left: 60px;
}
.footer-block--menu a.link.link--text {
    font-size: 16px;
    padding: 0;
    transition: var(--transition);
}
.footer-block--menu a.link.link--text:hover {
    color: var(--primary) !important;
}
.footer-block--menu ul li:hover a, .footer-block--menu ul li:hover svg {
    color: var(--primary);
}
.copyright_Sec p {
    margin: 0;
    font-size: 16px;
}
.follow_btn span.follo_insa_icon {
    margin-left: 0;
    padding-right: 5px;
}
.card__inner > a.card_link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.gradient .rich-text__heading {
    color: var(--white);
}

/* Product Detail CSS Start */
.product--thumbnail_slider button.thumbnail.global-media-settings {
    border-radius: 10px;
    border: 3px solid var(--black);
}
.product-media-container {
    --bRadius: 40px;
    border: 0;
    border-radius: var(--bRadius);
    box-shadow: 5px 5px 0 var(--black);
    width: 100% !important;
}
.product__media-wrapper .product__media {
    border-radius: var(--bRadius);
}
.product__media-wrapper .product__media img {
    border-radius: var(--bRadius);
    border: 3px solid var(--black);
}
.product__info-container .product__title {
    margin: 0;
}
.product__title h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
}
.product__info-container p.product__text {
    margin-top: 5px;
    font-size: 16px;
    font-family: var(--baseFont);
}
.product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 46% !important;
    width: calc(46% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 54% !important;
    width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.prd_price_Sec {
    background-color: var(--accent);
    border-radius: 14px;
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid var(--black);
    box-shadow: 1px 1px 0 var(--black);
    min-width: 207px;
    margin: 20px 0 10px !important;
}
.prd_price_Sec p {
    margin-bottom: 5px;
    font-size: 16px;
}
.prd_price_Sec .price__container {
    margin: 0 !important;
}
.prd_price_Sec .price-item.price-item--regular {
    font-size: 22px;
    line-height: 1.1;
}
.prd_price_Sec .price {
    line-height: normal;
}
.product_pg .price__regular .price-item--regular {
    font-family: var(--titleFont);
}
.prd_price_Sec .price-item.price-item--regular img.price-icon {
    margin-top: -5px;
    margin-right: 3px;
}
.product__info-wrapper .prd_varint_style, .product__info-wrapper .custm_file_uplod0, .product__info-wrapper .shipping_pol_box {
    border: 2px solid var(--black);
    border-radius: 20px;
    padding: 30px;
}
.prd_varint_style legend.form__label {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--titleFont);
    margin-bottom: 10px;
}
.prd_varint_style .product-form__input {
    margin-bottom: 0;
    max-width: 100%;
}
.prd_varint_style .product-form__input + .product-form__input {
    margin-top: 28px;
}
.varint_optionss {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.prd_varint_style .product-form__input .varint_optionss label {
    flex: 0 0 auto;
    width: calc(50% - 6px);
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--titleFont);
    padding: 15px;
    opacity: 0.8;
    letter-spacing: normal;
    border-radius: 10px;
}
.prd_varint_style .product-form__input input[type=radio]:checked+label {
    background-color: var(--primarylightBg);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 3px 3px 0;
}
.prd_varint_style .product-form__input.variant_0shape input[type=radio]:checked+label {
    background-color: var(--secondarylightBg);
    border-color: var(--secondary);
    color: var(--secondary);
    box-shadow: 3px 3px 0;
}
.uplod_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.icon_text_Sec p {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--titleFont);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.required_text p {
    margin: 0;
    color: #FF1212;
    font-size: 14px;
}
.custm_file_uplod0 > p {
    font-size: 16px;
    opacity: 0.7;
    margin-top: 10px;
}
.file_upload_box {
    text-align: center;
    background-color: var(--accentlightBg);
    border: 2px dashed var(--accent);
    border-radius: 10px;
    padding: 40px 15px;
    position: relative;
}
.file_upload_box  .remove-preview {
    top: 10px;
    right: 10px;
}
.file_upload_box svg {
    margin-bottom: 20px;
}
.file_upload_box .text-sm {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--titleFont);
    opacity: 0.7;
}
.file_upload_box .text-xs {
    font-size: 12px;
    opacity: 0.5;
    letter-spacing: 2px;
    padding-top: 5px;
}
.product__info-wrapper .product-form__buttons {
    margin-top: 25px;
}
.file_upload_box .file-preview {
    margin-top: 0;
    position: static;
}
.file_upload_box .file-preview img.preview-image {
    margin-top: 0 !important;
}
.shipping_pol_box .title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--titleFont);
    display: flex;
    align-items: center;
    gap: 10px;
}
.shipping_list > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shipping_list > ul > li {
    position: relative;
    font-size: 16px;
    padding-left: 28px;
    opacity: 0.7;
    font-family: var(--baseFont);
}
.shipping_list > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(/cdn/shop/files/check-icon-pro.svg?v=1780909398);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
}
.product-form__submit span {
    margin: 0;
}
.product-form__submit span span {
    margin-right: 5px;
}
.product-form__submit {
    border-radius: 14px;
    display: flex;
    align-items: center;
}
.facets-vertical-form {
        padding-bottom: 20px;
}

 .collection-hero {
    background-color: #dff2fc;
    position: relative;
    overflow: hidden;
}

.collection-hero::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 40%;
    height: 200px;
    background-image: radial-gradient(
        circle,
        rgba(111, 189, 230, 0.5) 1.6px,
        transparent 1.6px
    );
    background-size: 22px 22px;
    pointer-events: none;
}
.collection-hero::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    bottom: 0;
    height: 300px;
    width: 70%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(223,242,252,1) 0%,rgba(125,185,232,0) 100%);
}
.collection-hero__inners {
    z-index: 2;
    position: relative;
}
.related-products span.commn_crt_btnn {
    display: none;
}
.collctn_pages span.relted_pro_btn {
    display: none;
}

/* Product Detail CSS End */




/******* Media Quary *******/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .header_sec, .footer.footer .footer__content-top.page-width {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .header_sec, .footer.footer .footer__content-top.page-width {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .header_sec, .footer.footer .footer__content-top.page-width {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .header_sec, .footer.footer .footer__content-top.page-width {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    .header_sec, .footer.footer .footer__content-top.page-width {
        max-width: 1320px !important;
    }
}
@media (max-width:1399px) {
    .ss-announcement-bar__message li {
        font-size: 16px !important;
    }
    .header_sec .template-search__search {
        min-width: 280px;
    }
    .header_sec .header__icons {
        gap: 10px;
    }
    .header_sec .header__menu-item {
        padding: 0 15px;
    }
    .header_sec .header__menu-item .icon-caret {
        right: 0;
    }
    .banner_sec .swiper-slide .rgt_img {
        height: 540px;
    }
    .work_steps {
        margin-right: -15px;
        margin-left: -15px;
    }
    .how_work {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sectionSpace {
        padding: 100px 0;
    }
    .gallery_list_in .col_left .gallr_img_block {
        width: 660px;
    }
    .gallery_list_in {
        --Imgheight: 564px;
    }
   
}
@media (max-width:1199px) {
    body {
        font-size: 16px;
    }
    .header__icon .svg-wrapper {
        width: 38px;
        height: 38px;
    }
    .header__icon .svg-wrapper img {
        width: 20px;
    }
    .sectionSpace {
        padding: 80px 0;
    }
    .xlTitle {
        font-size: 70px;
    }
    .mdTitle {
        font-size: 40px;
    }
    .lgTitle {
        font-size: 48px;
    }
    .subTitle {
        font-size: 16px;
        padding-left: 30px;
    }
    .subTitle::before {
        width: 22px;
    }
    .btnStyle {
        font-size: 16px;
        padding: 14px 24px;
    }
    .banner_sec .swiper-slide .rgt_img {
        height: 500px;
    }
    .banner_sec .swiper-pagination {
        bottom: 0;
    }
    .bestselling-pro {
        margin-top: 50px;
    }
    .cust_card_img {
        height: 220px;
    }
    .step_icon {
        --stepWh: 65px;
        border-radius: 10px;
    }
    .gallery_in .heading_Sec {
        max-width: 650px;
    }
    .gallery_list_in .col_left .gallr_img_block {
        width: 560px;
    }
    .gallery_list_in {
        --Imgheight: 480px;
    }
    .footer-block.grid__item.footer-block--menu {
        padding-left: 30px;
    }
    footer.footer {
        padding: 80px 0 60px;
    }
    .copyright_Sec {
        --topSpace: 50px;
    }
    .product__title h1 {
        font-size: 30px;
    }
    .prd_price_Sec {
        padding: 12px 20px;
        min-width: 180px;
    }
    .product__info-wrapper {
        padding-left: 30px !important;
    }
    .product__info-wrapper .prd_varint_style, .product__info-wrapper .custm_file_uplod0, .product__info-wrapper .shipping_pol_box {
        border: 1px solid var(--black);
        padding: 20px;
    }
    .header_sec .header__icons .header__icon {
        height: auto;
    }
}
@media (max-width:991px) {
    .header_sec .menu-drawer .header__icons {
        justify-self: start;
        padding-left: 30px;
    }
    .ss-announcement-bar__message li {
        font-size: 14px !important;
    }
    .xlTitle {
        font-size: 60px;
    }
    .mdTitle {
        font-size: 34px;
    }
    .lgTitle {
        font-size: 42px;
    }
    .header_sec header-drawer {
        margin: 0;
    }
    .banner_sec .swiper-slide .rgt_img {
        height: 400px;
    }
    .overflow-hidden-tablet .header__icon.header__icon--menu span svg:first-child {
        opacity: 0;
    }
    .how_work {
        width: 50%;
    }
    .how_work:not(:last-child)::before, .how_work:not(:last-child)::after {
        display: none;
    }
    .cust_video_block {
        margin-top: 40px;
    }
    .custom_video_list.swiper.videoSwiper {
        padding-bottom: 100px;
    }
    .gallery_list_in .overlay_text h4 {
        font-size: 18px;
    }
    .gallery_list_in {
        --Imgheight: 350px;
    }
    .gallery_list_in .col_left .gallr_img_block {
        width: 400px;
    }
    .gallery_list {
        --glGap: 20px;
        --bRadius: 15px;
        padding-top: 30px;
    }
    .gallery_list_in .overlay_text {
        left: 15px;
        bottom: 15px;
    }
    .about_in .col-rgt {
        order: 1;
    }
    .about_in .col-left {
        order: 2;
        margin-top: 70px;
    }
    .about_in .col-left, .about_in .col-rgt {
        width: 100%;
    }
    .about_in .buttons {
        gap: 20px;
    }
    .about_in .col-rgt p {
        margin: 0;
    }
    .footer-block.grid__item.footer-block--menu {
        padding-left: 0;
    }
    .footer .grid--4-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .product.product--medium.product--left.product--thumbnail_slider.grid {
        display: block;
    }
    .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
    .product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
    .product__info-wrapper {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }
    .product__info-container {
        max-width: 100% !important;
    }
    .product_pg .grid__item.product__media-wrapper {
    padding-bottom: 50px;
    }
    .prd_desc_tit {
    font-size: 32px;
    }
    .prd_desc_Sec .product__description {
    padding-top: 0;
    }
    .prd_desc_Sec {
    padding: 80px 0;
    }
   
}
@media (max-width:767px) {
    body {
        font-size: 14px;
    }
    .xlTitle {
        font-size: 50px;
        letter-spacing: -2px;
    }
    .lgTitle {
        font-size: 32px;
    }
    .mdTitle {
        font-size: 26px;
    }
    .subTitle {
        font-size: 14px;
    }
    .sectionSpace {
        padding: 60px 0;
    }
    .heading_Sec a {
        font-size: 14px;
        letter-spacing: normal;
    }
    .heading_Sec a span {
        margin-left: 4px;
    }
    .heading_Sec a span svg {
        max-width: 10px;
    }
    .banner_sec {
        padding: 60px 15px 120px;
    }
    .banner_sec .swiper-slide .left_content, .banner_sec .swiper-slide .rgt_img {
        width: 100%;
    }
    .banner_sec .swiper-slide .left_content {
        position: relative;
        z-index: 2;
    }
    .rgt_img::before {
        left: -50px;
        top: -40px;
        width: 120px;
    }
    .banner_sec .swiper-slide .rgt_img {
        margin: 30px auto 0;
        max-width: 380px;
    }
    .rgt_img::after {
        right: -20px;
        width: 40px;
        height: 40px;
    }
    .banner_sec .swiper-slide .rgt_img img {
        border: 2px solid var(--black);
        box-shadow: 5px 5px 0 var(--black);
    }
    .banner_sec .swiper-pagination {
        text-align: center;
        bottom: -50px;
    }
    .best_Selling_sec .row.heading_Sec {
        align-items: start;
    }
    .bestselling-pro {
        margin-top: 30px;
    }
    .how_work {
        width: 100%;
        padding: 0 0 0 70px;
        position: relative;
        text-align: left;
    }
   .step_icon {
        --stepWh: 50px;
        border-radius: 10px;
        position: absolute;
        left: 0;
    }
    .how_work h4 {
        font-size: 14px;
    }
    .how_work h3 {
        font-size: 20px;
    }
    .work_steps {
        margin: 0;
        gap: 15px;
    }
    .md_Space {
        padding-top: 20px;
    }
    .gallery_list_in .col_left, .gallery_list_in .col_rgt {
        width: 50%;
    }
    .gallery_list_in .overlay_text h4 {
        font-size: 16px;
    }
    .gallery_list_in .col_left .gallr_img_block {
        width: auto;
    }
    .bestselling-pro .swiper-button-prev, .custcollcSwiper .swiper-button-prev {
        left: calc(50% - 65px);
    }
    .bestselling-pro .swiper-button-next, .custcollcSwiper .swiper-button-next {
        right: calc(50% - 65px);
    }
    .custcollcSwiper .swiper-button-next, .custcollcSwiper .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
    .swiper.custcollcSwiper {
        padding-bottom: 100px;
    }
    .bstsell_pro .card__information .card__heading.h5 a {
        font-size: 16px !important;
    }
    .bstsell_pro .card.card--card .card__content .price {
        font-size: 18px;
    }
    .bstsell_pro .card.card--card .card__content .price span.price-item.price-item--regular img {
        margin-top: -4px;
        width: 10px;
    }
    .work_steps.md_Space {
        padding-top: 20px;
    }
    .gallery_list_in {
        margin-right: -10px;
        margin-left: -10px;
    }
    .gallery_list_in .col_left, .gallery_list_in .col_rgt {
        padding-right: 10px;
        padding-left: 10px;
    }
    .gallery_in .heading_Sec {
        max-width: 100%;
    }
    .gallery_list {
        padding-top: 20px;
    }
    .copyright_Sec {
        --topSpace: 40px;
    }
    .copyright_Sec p {
        font-size: 14px;
    }
    .footer-block--menu ul.footer-block__details-content {
        gap: 5px;
    }
    .footer-block--menu ul li span {
        top: 3px;
        max-width: 10px;
    }
    .footer .grid--4-col-tablet .grid__item {
        width: 100%;
    }
    .mob_user a.header__icon.header__icon--account.link.focus-inset.small-hide {
        display: block !important;
    }
    .follow_btn span.follo_insa_icon img {
        max-width: 20px;
    }
    .bstsell_pro .product-card-wrapper {
        border: 2px solid var(--black);
        margin: 0 4px;
        box-shadow: 3px 3px 0 var(--black);
    }
    .custm_coll_card {
        box-shadow: 3px 3px 0 transparent;
    }
    .about_in .col-left {
        margin-top: 40px;
    }
    .about_in .img img {
        border-radius: 20px;
    }
    footer.footer {
        padding: 50px 0 40px;
    }
    .footer-block__details-content {
        margin-bottom: 0 !important;
    }
    ul.footer_info_col {
        gap: 15px;
    }
    .custm_coll_card h3.collection-title {
        font-size: 18px;
    }
    .cust_card_text .rgt_btn {
        --circleArrow: 35px;
    }
    .prd_desc_tit {
    font-size: 26px;
    }
    .product__title h1 {
        font-size: 26px;
    }
    .prd_desc_Sec {
    padding: 40px 0;
    }
    .product_pg .grid__item.product__media-wrapper {
    padding-bottom: 22px;
    }
    .prd_varint_style .product-form__input .varint_optionss label {
    width: calc(100% - 6px);
    }
    .varint_optionss {
    flex-direction: column;
    }
    .product_pg {
    padding-bottom: 60px !important;
    }
}
@media (max-width:750px) {
    .facets-container {
    padding-bottom: 20px;
    }
}


@media (max-width:400px) {
    .header_sec img.header__heading-logo {
        max-width: 130px;
    }
    .header__icon .svg-wrapper {
        width: 32px;
        height: 32px;
    }
    .cart-count-bubble {
        top: -1px;
    }
    .banner_sec {
        padding: 40px 15px 100px;
    }
    .xlTitle {
        font-size: 44px;
        letter-spacing: -1px;
    }
    .subTitle {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .mdTitle {
        font-size: 24px;
    }
    .bstsell_pro .card.card--card .card__inner {
        height: 200px;
    }
    .banner_sec .swiper-slide .rgt_img {
        height: 340px;
    }
    .about_in .buttons {
        gap: 12px;
    }
    .btnStyle {
        font-size: 14px;
        padding: 12px 15px;
        border-width: 1px;
        box-shadow: 4px 4px 0 rgba(0,0,0,1);
    }
    .btnStyle span {
        margin-left: 8px;
    }
    .btnStyle span svg {
        max-width: 12px;
    }
    .custm_coll_card h3.collection-title {
        font-size: 16px;
        padding-right: 52px;
    }
    .gallery_list_in {
        margin-right: -5px;
        margin-left: -5px;
    }
    .gallery_list_in .col_left, .gallery_list_in .col_rgt {
        padding-right: 5px;
        padding-left: 5px;
    }
    .gallery_list_in {
        --Imgheight: 230px;
    }
    .gallery_list {
        --glGap: 10px;
    }
    .gallery_list_in .overlay_text h4 {
        font-size: 14px;
    }
    .copyright_Sec {
        --topSpace: 20px;
    }
    .instafeed_img {
        height: 300px;
    }
    .prd_price_Sec {
    min-width: 160px;
    }
    .icon_text_Sec p {
    font-size: 15px;
    gap: 8px;
    }
    
}