/** Shopify CDN: Minification failed

Line 594:0 Unexpected "}"

**/
/* ========================= Pro Drill Product Page start ========================= */
.template-product.pro-drill .default-product-page {
  background: #fff8fc;
}
/* .template-product.pro-drill .sectiong-top-head-padding {
  padding-top: 104px !important;
} */
.template-product.pro-drill .customer-view-options {
  border-top: 1px solid #f6eff3;
  border-bottom: 1px solid #f6eff3;
  background: transparent;
  margin-bottom: 28px;
  display: none;
}
.template-product.pro-drill .customer-price-global .afterpay-bar {
  color: #7a767a;
  font-size: 14px;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 3px;
}
.template-product.pro-drill .itemdescription {
  padding-bottom: 0;
}
.template-product.pro-drill .itemdescription ul{
  padding-left: 20px;
}
.template-product.pro-drill .customer-price-global {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.template-product.pro-drill .customer-price-global .kit-pro-pricing {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.template-product.pro-drill .kit-pro-pricing h4#product-price-selectorr.pricing-normal {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-left: 0;
  margin-top: 0;
}
.template-product.pro-drill .kit-pro-pricing p.cross-price-was {
  font-size: 18px;
}
.template-product.pro-drill .customer-price-global .product_discount {
  border-radius: 30px;
  background: #34c759;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  padding: 2px 10px;
  margin-left: 8px;
}
.template-product.pro-drill .kit-stock-bar {
  align-items: flex-start;
  border: 1px solid #f6eff3;
  padding: 16px 20px;
}

/* Product Icon Section */
.pro-grill-icon-section {
  background: radial-gradient(
    18.36% 47.66% at 69.65% 58.17%,
    #f59aa566 0%,
    #f59aa566 100%
  );
  position: relative;
}
.pro-grill-icon-section:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  z-index: 0;
  background-position: left;
  background-image: url("https://cdn.shopify.com/s/files/1/0550/9369/0529/files/bg_line_75a46bd6-de57-4a89-a449-cdff254421ca.png?v=1719900040");
  background-size: contain;
  width: 100%;
  height: 32px;
  left: 0;
  right: auto;
}
.pro-grill-icon-section .block-sayhello {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
  text-wrap: wrap;
}
.pro-grill-icon-section .progrill-image-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.pro-grill-icon-section .icon-block-section {
  max-width: 456px;
  width: 100%;
  padding-top: 25px;
}
.pro-grill-icon-section .icon-image {
  max-width: 560px;
  order: 2;
}
.pro-grill-icon-section .icon-image img {
  width: 100%;
}
.pro-grill-icon-section .product-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
}
.pro-grill-icon-section .product-grid-2 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ce3665;
}
@media (max-width: 1199px) {
  .pro-grill-icon-section:after {
    height: 26px;
  }
}
@media (max-width: 1199px) and (min-width: 790px) {
  .pro-grill-icon-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .pro-grill-icon-section .icon-block-section {
    padding-top: 0;
  }
  .pro-grill-icon-section .progrill-image-text {
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: end;
  }
  .pro-grill-icon-section:after {
    height: 22px;
  }
  .pro-grill-icon-section .icon-image {
    max-width: 380px;
  }
   .perfection-pro-drill-template .container {
    max-width: 100%;
  }
}
@media (max-width: 789px) {
  .pro-grill-icon-section .progrill-image-text {
    display: block;
  }
  .pro-grill-icon-section .icon-block-section,
  .pro-grill-icon-section .icon-image {
    max-width: 100%;
  }
  .pro-grill-icon-section .product-grid-2 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .pro-grill-icon-section:after {
    background-image: url("https://cdn.shopify.com/s/files/1/0550/9369/0529/files/Mob_New_BG.png?v=1720415795");
    height: 28px;
    width: 1000px;
    left: -60px;
  }
}
/* Product Features  Section (product with points) */
.section-pro-grill-features {
  padding-top: 72px;
  padding-bottom: 64px;
  background: #f59aa566;
  text-align: center;
}
.section-pro-grill-features:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  z-index: 0;
  background-position: left;
  background-image: url("https://cdn.shopify.com/s/files/1/0550/9369/0529/files/bg_line_75a46bd6-de57-4a89-a449-cdff254421ca.png?v=1719900040");
  background-size: contain;
  width: 100%;
  height: 32px;
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
.section-pro-grill-features .section-features-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.section-pro-grill-features .center-image-block {
  max-width: 690px;
  width: 100%;
}
.section-pro-grill-features .section-features-inner .left-text-block,
.section-pro-grill-features .section-features-inner .right-text-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-pro-grill-features .block-sayhello h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.section-pro-grill-features .block-sayhello .mobile_heading {
  display: none;
}
.section-pro-grill-features .mobile_image {
  display: none;
}
.section-pro-grill-features .block-left-1 {
  margin-top: 14px;
  margin-right: -40px;
}
.section-pro-grill-features .block-left-2 {
  margin-right: 0;
  margin-bottom: 55px;
}
.section-pro-grill-features .block-left-3 {
  margin-right: -90px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .section-pro-grill-features:before {
    height: 26px;
  }
}
@media (max-width: 1024px) {
  .section-pro-grill-features .center-image-block {
    max-width: 650px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-pro-grill-features .center-image-block {
    max-width: 600px;
    width: 100%;
  }
  .section-pro-grill-features:before {
    height: 22px;
  }
}
@media (max-width: 879px) {
  .section-pro-grill-features .center-image-block {
    max-width: 520px;
    width: 100%;
  }
}
@media (max-width: 789px) {
  .section-pro-grill-features:before {
    background-image: url("https://cdn.shopify.com/s/files/1/0550/9369/0529/files/Mob_New_BG.png?v=1720415795");
    height: 28px;
    width: 1000px;
    left: -40px;
  }
  .section-pro-grill-features .mobile_image,
  .section-pro-grill-features .block-sayhello .mobile_heading {
    display: block;
  }
  .section-pro-grill-features .desktop_image,
  .section-pro-grill-features .block-sayhello .desktop_heading {
    display: none;
  }
  .section-pro-grill-features {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-pro-grill-features .block-left-1,
  .section-pro-grill-features .block-left-2,
  .section-pro-grill-features .block-left-3 {
    margin: 0;
  }
  .section-pro-grill-features .section-features-inner {
    display: block;
  }
  .section-pro-grill-features .section-features-inner .left-text-block,
  .section-pro-grill-features .section-features-inner .right-text-block {
    flex-direction: row;
    max-width: 396px;
    margin: 0 auto;
    text-align: center;
  }
  .section-pro-grill-features .center-image-block {
    margin: 0 auto;
    text-align: center;
  }
  .section-pro-grill-features .center-image-block img {
    text-align: center;
    margin: 0 auto;
  }
  .section-pro-grill-features .block-left-2 {
    position: relative;
    top: 60px;
  }
  .section-pro-grill-features .block-right-1 {
    position: relative;
    bottom: 90px;
    left: 10px;
  }
  .section-pro-grill-features .block-right-2 {
    position: relative;
    right: 30px;
  }
  .section-pro-grill-features .block-right-3 {
    position: relative;
    bottom: 50px;
  }
}
@media (max-width: 375px) {
  .section-pro-grill-features .block-right-1 {
    bottom: 70px;
  }
  .section-pro-grill-features .wrapper-selection.stickhere {
    padding: 8px;
  }
  .section-pro-grill-features .custom-stick-fixed .custom-stick-2 > .wrapper-cart {
    padding: 0;
  }
}
/* Video Section */
.pro_drill_video_sec .ImageHero__VideoHolder {
  text-align: center;
}
.pro_drill_video_sec .ImageHero__VideoHolder iframe {
  width: 350px;
  height: 630px;
  border-radius: 16px;
  border: 0;
}
.pro_drill_video_sec {
  background: transparent;
  padding: 64px 0;
}
.pro_drill_video_sec .video-header h2 {
  color: #ce3665;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 32px;
}
@media (max-width: 789px) {
  .pro_drill_video_sec .video-header h2 {
    max-width: 100%;
    font-size: 28px;
    margin-bottom: 24px;
  }
  .pro_drill_video_sec {
    padding: 32px 0;
  }
}
@media (max-width: 425px) {
  .pro_drill_video_sec .video-header {
    padding: 0 20px;
  }
}
@media (max-width: 375px) {
  .pro_drill_video_sec .ImageHero__VideoHolder iframe {
    width: 260px;
    height: 470px;
  }
}
/* ========================= Pro Drill Product Page End ========================= */
.kit-stock-bar img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  margin-bottom: 8px;
}
.kit-stock-bar {
  border: 1px solid #f6eff3;
  background: #fff;
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.kit-stock-bar .stock-item {
  max-width: 118px;
  width: 100%;
}

/* 
.template-product.pro-drill .wrapper-selection:last-child {
  border-radius: 16px;
  padding: 8px 20px;
}
.custom-stick-fixed {
  width: 100% !important;
  max-width: calc(1360px + 10rem);
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid !important;
  grid-template-columns: 2fr 1fr;
}
.custom-stick-fixed .custom-stick-2 {
  width: 100%;
  padding-left: 0;
}
.custom-stick-fixed .custom-stick-2 .wrapper-cart span:first-child {
  display: flex;
  align-items: center;
}
.custom-stick-fixed input.qtyminus {
  background: #fff;
  min-width: 40px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top: 1px solid #e8e0e5 !important;
  border-bottom: 1px solid #e8e0e5 !important;
}
.custom-stick-fixed input.qtyplus {
  background: #fff;
  min-width: 40px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 1px solid #e8e0e5 !important;
  border-bottom: 1px solid #e8e0e5 !important;
}
.custom-stick-fixed input.qtyminus,
.custom-stick-fixed input.qtyplus {
  min-height: 100%;
}
.custom-stick-fixed .quanitty {
  width: 60px;
  border-top: 1px solid #e8e0e5;
  border-radius: 0;
  border-bottom: 1px solid #e8e0e5;
  border-left: none;
  border-right: none;
}
.custom-stick-fixed .add-to-cart-button {
  min-width: 230px;
  background: #ec6b8c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
  border: 1px solid #4e2e681a;
}
.custom-stick-fixed .sticky-bar-pricing {
  padding-left: 0;
}
.custom-stick-fixed .pro-parition-price {
  display: flex;
  align-items: center;
  max-width: 270px;
  text-align: center;
  justify-content: center;
}
.custom-stick-fixed p.cross-price-was {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #afa9ae;
  margin: 0;
}
.custom-stick-fixed h4#product-price-selectorr {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  color: white;
}
.custom-stick-fixed span.cross-through {
  text-decoration: line-through;
  margin: 0 5px 0 0;
}
.custom-stick-fixed .disc-saving {
  max-width: 270px;
  text-align: center;
}
.custom-stick-fixed .disc-saving p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}
.custom-stick-fixed .disc-saving p {
  display: inline-block;
  background: #ff23f5;
  padding: 10px 15px;
  border-radius: 8px;
}
@media screen and (max-width: 789px){
  .custom-stick-fixed .sticky-bar-pricing {
    display: none;
  }
  .custom-stick-fixed .tap-click-view {
    background: #e4b5ff;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
  }
  .custom-stick-fixed p.tap-hover-view {
    background: #34c759;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
  }
  .custom-stick-fixed .custom-stick-2 {
    padding-left: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding-bottom: 15px;
  }
  .custom-stick-fixed .custom-stick-2 {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    background-color: #ec6b8c;
  }
  .wrapper-add-to-cart.fixed-cart.centered {
    padding: 0;
  }
  .custom-stick-container {
    padding: 0;
    background: transparent;
  }
  .custom-stick-fixed .custom-stick-2 > .wrapper-cart {
    padding: 0 10px;
  }
  .custom-stick-fixed .custom-stick-2 .wrapper-cart {
    margin: 0;
    flex-direction: row-reverse;
    gap: 15px;
    padding-top: 5px;
  }
  .custom-stick-fixed .custom-stick-2 .wrapper-cart span:last-child {
    min-width: 65%;
  }
  .sticky-on-kit .wrapper-selection.add-to-cart {
    border-top: none;
    background: transparent;
  }
  .custom-stick-fixed {
    padding-left: 0;
    padding-right: 0;
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .custom-stick-fixed .add-to-cart-button {
    min-width: 100px;
    margin-left: 0;
  } 
    .wrapper-selection.add-to-cart {
    background-color: transparent;
  } */
}
@media (max-width: 767px) {
  .say-hello-2 {
    background-position: 40% 50% !important;
  }
}
@media (max-width: 575px) {
  .say-hello-2 {
    background-size: cover;
  }
  .beauty-box-say-hello .wrapper-sayhello.product-page {
    max-width: 100%;
  }
  .wrapper-image-mobile {
    display: block;
  }
}
@media (max-width: 525px) {
  .say-hello-2 {
    background-size: contain;
    background-position: bottom !important;
  }
}
@media screen and (max-width: 478px) {
  .template-product p.cross-price-was {
    font-size: 10px;
    font-weight: 400;
  }
  .template-product h4#product-price-selectorr {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .template-product .kit-pro-pricing > .afterpay-bar {
    gap: 2px;
    font-size: 10px;
  }
  /* .custom-stick-fixed .custom-stick-2 .wrapper-cart span:first-child {
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #e8e0e5 !important;
    overflow: hidden;
    width: 32%;
    justify-content: space-between;
  }
  .custom-stick-fixed input.qtyminus,
  .custom-stick-fixed input.qtyplus {
    min-height: 100%;
    border-radius: 0 !important;
    width: 25%;
    border: 0 !important;
  }
  .custom-stick-fixed .quanitty {
    width: 50%;
    border-top: none;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 2px;
  } */
}
/* @media (max-width: 375px) {
  .section-pro-grill-features .custom-stick-fixed .custom-stick-2 > .wrapper-cart {
    padding: 0;
  }
} */

.pro-drill-sticky .wrapper-add-to-cart-fixed{
    width: 100%;
    max-width: calc(1360px + 10rem);
}
.pro-drill-sticky .add-to-cart-button{
  width: 50%;
}
.pro-drill-sticky .wrapper-cart{
    justify-content: end;
}
@media(max-width:575px){
.pro-drill-sticky .wrapper-cart {
    justify-content: center;
}
.pro-drill-sticky .add-to-cart-button{
  width: 100%;
}
}

/* ========================= Nail Art Product Page ========================= */
.template-product.nail-art .default-product-page {
  background: #fff8fc;
}
/* .template-product.nail-art .sectiong-top-head-padding {
  padding-top: 104px !important;
} */
.template-product.nail-art .customer-view-options {
  border-top: 1px solid #f6eff3;
  border-bottom: 1px solid #f6eff3;
  background: transparent;
  margin-bottom: 28px;
  display: none;
}
.template-product.pro-beauty-box .customer-price-global .afterpay-bar,
.template-product.nail-art .customer-price-global .afterpay-bar {
  color: #7a767a;
  font-size: 14px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding-top: 3px;
}
.template-product.pro-beauty-box .itemdescription,
.template-product.nail-art .itemdescription {
  padding-bottom: 0;
}
.template-product.pro-beauty-box .customer-price-global,
.template-product.nail-art .customer-price-global {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 18px;
}
.template-product.pro-beauty-box .customer-price-global .kit-pro-pricing,
.template-product.nail-art .customer-price-global .kit-pro-pricing {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.template-product.pro-beauty-box .kit-pro-pricing h4#product-price-selectorr.pricing-normal,
.template-product.nail-art .kit-pro-pricing h4#product-price-selectorr.pricing-normal {
  /* font-size: 28px; */
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 0;
}
.template-product.pro-beauty-box .kit-pro-pricing p.cross-price-was,
.template-product.nail-art .kit-pro-pricing p.cross-price-was {
  font-size: 18px;
}
.template-product.pro-beauty-box .customer-price-global .product_discount,
.template-product.nail-art .customer-price-global .product_discount {
  border-radius: 30px;
  background: #34c759;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  padding: 2px 10px;
  margin-left: 8px;
}
/* .template-product.nail-art .kit-stock-bar {
  align-items: flex-start;
  border: 1px solid #f6eff3;
  padding: 16px 20px;
} */
.template-product.nail-art .wrapper-selection:last-child {
  border-radius: 16px;
  /* padding: 8px 20px; */
}
/* Images Section */
.template-product.nail-art .custom_img_section .images_block {
  max-width: 1440px;
  margin: 0 auto;
}
.template-product.nail-art .custom_img_section .images_block .mob_img {
  display: none;
}
@media screen and (max-width: 789px) {
  .template-product.nail-art .custom_img_section .container-fluid {
    padding: 0;
  }
  .template-product.nail-art .custom_img_section .images_block .mob_img {
    display: block;
  }
  .template-product.nail-art .custom_img_section .images_block .desk_img {
    display: none;
  }
}
/* Icon Title Section */
.template-product.nail-art .icon-with-content .diffrence_content_wrap {
  justify-content: center;
  gap: 100px;
}
.template-product.nail-art .icon-with-content .img_wrap {
  margin-bottom: 5px;
}
.template-product.nail-art .icon-with-content .diffrence_content_wrap p strong {
  font-weight: 500;
}
@media screen and (max-width: 789px) {
  .template-product.nail-art section.difference_section {
    padding: 30px 0;
  }
  .template-product.nail-art .icon-with-content .diffrence_content_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 260px;
    margin: 0 auto;
  }
}
/* Video Section */
.template-product.nail-art .ImageHero__VideoHolder iframe {
  width: 750px;
  height: 422px;
  border: 0;
}
@media screen and (max-width: 789px) {
  .template-product.nail-art .ImageHero__VideoHolder iframe {
    width: 550px;
    height: 309px;
  }
}
@media screen and (max-width: 575px) {
  .template-product.nail-art .ImageHero__VideoHolder iframe {
    width: 400px;
    height: 225px;
  }
}
@media screen and (max-width: 425px) {
  .template-product.nail-art .ImageHero__VideoHolder iframe {
    width: 300px;
    height: 169px;
  }
  .template-product.nail-art .kit-stock-bar {
    padding: 16px 5px;
  }
  .template-product.nail-art .kit-stock-bar .stock-item p {
    font-size: 11px;
  }
}
/* Video Gallery */
.background-video-section {
  overflow: hidden;
}
.template-product.nail-art .custom-video {
  background: linear-gradient(0deg, #fff8fc -1.49%, #fee2f2);
  padding: 60px 15px 80px;
  position: relative;
}
.template-product.nail-art .custom-video .ImageHero__VideoHolder {
  text-align: center;
}
.template-product.nail-art .custom-video:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  z-index: 0;
  background-position: left;
  background-image: url(/cdn/shop/files/bg_line_75a46bd6-de57-4a89-a449-cdff254421ca.png?v=1758179819);
  background-size: contain;
  width: 100%;
  height: 25px;
  left: 0;
  right: auto;
  transform: scaleY(-1);
}
.template-product.nail-art .custom-video .video-header {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .template-product.nail-art .custom-video:before {
    background-image: url(/cdn/shop/files/Group_1000003995.png?v=1720520848);
    height: 13px;
    width: 1100px;
    left: -60px;
    transform: scaleY(1);
  }
}
@media screen and (max-width: 789px) {
  .template-product.nail-art .custom-video:before {
    background-image: url(/cdn/shop/files/Group_1000003995.png?v=1758179818);
    height: 13px;
    width: 1100px;
    left: -60px;
    transform: scaleY(1);
  }
  .template-product.nail-art .custom-video {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 575px) {
  .template-product.nail-art .custom-video:before {
    height: 10px;
    width: 900px;
  }
}
/* youtube_shorts_slider */
.template-product.nail-art .youtube_shorts_slider {
  padding-bottom: 50px;
  overflow: hidden;
}
.template-product.nail-art .youtube_shorts_slider .section_title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding: 0 15px;
}
.template-product.nail-art .youtube_shorts_slider .section_title .mob_title {
  display: none;
}
.template-product.nail-art .youtube_shorts_slider .slide.slick-slide iframe {
  height: 540px;
  padding: 0 12px;
  margin: 0 auto;
  display: flex;
  width: 304px;
}
.template-product.nail-art .youtube_shorts_slider .slick-dots {
  bottom: 0;
}
.template-product.nail-art .youtube_shorts_slider .slick-prev,
.template-product.nail-art .youtube_shorts_slider .slick-next {
  transform: unset;
}
.template-product.nail-art .youtube_shorts_slider .slick-prev:before {
  left: 55px;
}
.template-product.nail-art .youtube_shorts_slider .slick-next:before {
  left: -4em;
}
.template-product.nail-art .youtube_shorts_slider .slick-prev:before,
.template-product.nail-art .youtube_shorts_slider .slick-next:before {
  content: "";
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
}
.template-product.nail-art .youtube_shorts_slider .link_block {
  text-align: center;
   padding-top: 30px;
}
.template-product.nail-art .youtube_shorts_slider .sec_btn {
  padding: 0px 32px 0px 32px;
  border-radius: 24px;
  display: inline-flex;
  background: #CE3665;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  color: white;
  transition: all 0.2s ease;
}
.template-product.nail-art .youtube_shorts_slider .sec_btn:hover {
     background-color: #ffabc5;
    color: #CE3665;
}
@media screen and (max-width: 1300px) {
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide iframe {
    height: 549px;
    width: 309px;
  }
}
@media screen and (max-width: 991px) {
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide iframe {
    height: 450px;
    width: 253px;
  }
}
@media screen and (max-width: 789px) {
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide iframe {
    height: 400px;
    width: 225px;
    padding: 0;
    margin: 0;
  }
  .template-product.nail-art .youtube_shorts_slider .section_title {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
  }
  .template-product.nail-art .youtube_shorts_slider .section_title .desk_title {
    display: none;
  }
  .template-product.nail-art .youtube_shorts_slider .section_title .mob_title {
    display: block;
  }
}
@media screen and (max-width: 601px) {
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide iframe {
    height: 400px;
    width: 225px;
  }
}
@media screen and (max-width: 575px) {
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide iframe {
    margin-left: auto;
  }
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide.slick-active.slick-center iframe {
    margin: 0 auto;
  }
  .template-product.nail-art .youtube_shorts_slider .slide.slick-slide.slick-active.slick-center + .slide.slick-slide iframe {
    margin-right: auto;
    margin-left: 0;
  }
}
.template-product.nail-art .difference_inner_wrap .diffrence_content_wrap img{
  height: 32px;
}
.template-product.nail-art .pricing-package{
 margin-top: 0px;
}
.template-product.nail-art .itemdescription ul{
     padding-left: 0px;
}
.template-product.nail-art .kit-pro-pricing h4#product-price-selectorr.pricing-normal{
  font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 0;
    margin-top: 0;
}
.template-product.nail-art .customer-price-global{
    margin: 15px 0;
}
.template-product.nail-art .youtube-shorts-slider .slick-dots li button:before{
 font-size: 25px;
}
.template-product.nail-art .itemdescription ul li:before {
  display: inline-block;
  transform: none;
  content: url(https://cdn.shopify.com/s/files/1/0634/7079/6974/files/Water_Proof_627e7289-b75d-431e-be9d-dd3759c233fd.svg?v=1758112353);
      margin-right: 5px;
}
.template-product.nail-art .itemdescription ul{
 list-style-type: none;
}
.template-product.nail-art .itemdescription ul li{
     display: flex;
    align-items: center;
}
.template-product.nail-art .itemdescription ul li span{
   padding-bottom: 4px;
}
.template-product.nail-art .faq-content>ul{
 display: block !important;
     margin-bottom: 0;
}
.template-product.nail-art .faq-content ul li{
      margin-bottom: 20px;
}
.template-product.nail-art .faq-content ul li:last-child{
    margin-bottom:0;
}
.pro-drill .product-title .almost-gone ,.nail-art .product-title .almost-gone {
  margin-top:10px;
}