/** Shopify CDN: Minification failed

Line 1697:47 Unexpected "#4-pack-premium-metal-butt-plugs"

**/
/* font-family: 'Outfit', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* Global Css Start */

body,p,span{
 font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

/* Btn Start */
.btn {
    width: 100%;
    font-weight: 700;
    transition: all .3s ease-in-out!important;
    border-width: 2px;
    letter-spacing: 0;
    font-size: 16px;
  height: 60px;
  max-width: 260px;
  	font-family: 'Outfit', sans-serif;
}
  @media (max-width: 1200px) {
    .btn{
    font-size: 15px !important;
       height: 50px;
  max-width: 215px;
  }
  }
/* Btn End */
/* ---------------------------------- */

/* ---------------------------------- */

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
 @media (max-width: 1259px) {
   html {
    font-size: 8px;
  }
 }
/* ---------------------------------- */
  @media (min-width: 1260px) {
.container {
    max-width: 1320px;
  }
}
/* ---------------------------------- */ 

/* Global Css End */




html {
	min-height: 100vh;

}


.typewriter {
 	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #fff;
  animation: cursor 1s step-start infinite, 
             text 5s steps(25) infinite;
}
.typewriter-parent{
width:288px;
}
@keyframes cursor {
  0%, 100% { 
    border-color: #fff; 
  }
}

@keyframes text {
  0% { 
    width: 0; 
  }
  90% { 
    width: 100%; 
  }
  100% { 
    width: 0;
  }
}

@media(max-width: 767px){
.typewriter-parent{
 width:260px;
}
}
/* Footer Css start */
.left-copyright {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF !important;
	line-height: 2.5;
}

/* Footer Css start */

/* Header Css start */
/* .header .announcement-bar-wrapper{
  background-color: #29433B;
  padding: 6px 0;
} */
/* .header .announcement-bar-wrapper .announcement-bar {
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #FFFFFF;
} */

.template-password .header .header__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


@media(max-width: 767.98px) {
	.template-password .header .announcement-bar-wrapper .announcement-bar {
		font-size: 16px;
	}

	.template-password .header .header-inner .header__logo {
		margin-top: 28px;
	}
}

/* Header Css end */


/* Login Page css start */
.template-password {
	background-image: url('/cdn/shop/files/Group_57.png?v=1689326085');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.template-password #MainContent {
	background-color: transparent;
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;
}

.template-password .password-page-content__subscription {
	max-width: 650px;
}

.template-password .password-page-content__subscription form .h3 {
	font-size: 60px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.12;
	margin: 0 auto 1.75rem !important;
	max-width: 600px;
}

.template-password .password-page-content__subscription form>p {
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.35;
}

.template-password .subscriptionInput input[type="email"] {
	padding: 14px 18px;
	font-size: 16px;
	font-weight: 400;
	color: #000000 !important;
	line-height: 1.75;
	min-height: 56px;
  }

.template-password .subscriptionInput input[type="email"]::placeholder {
	color: #000000 !important;
}

.template-password .subscriptionInput .btn--secondary {
	padding: 12px 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	border-color: #00464F !important;
	background-color: #00464F;
	color: #FFFFFF !important;
	min-width: 160px;
	min-height: 56px;
      max-width: 160px;
}
.template-password .subscriptionInput .btn--secondary:hover,
.template-password .subscriptionInput .btn--secondary:active,
.template-password .subscriptionInput .btn--secondary:focus{
	background-color: #000 !important;
  border-color: #000 !important;
}
.template-password .subscriptionInput {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.template-password .header__logo {
	width: unset !important;
}

@media(min-width: 768px) {
	.template-password .subscriptionInput .btn--secondary {
		margin-top: 0 !important;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
.template-password .subscriptionInput input[type="email"] {
      width: calc(100% - 160px);
}
	.template-password .social-media a {
		margin-right: 12px !important;
		margin-left: 12px !important;
	}
}

@media(max-width: 767.98px) {
	.template-password .password-page-content__subscription {
		max-width: 330px;
	}

	.template-password .password-page-content__subscription form .h3 {
		font-size: 38px;
	}

	.template-password .password-page-content__subscription form>p {
		font-size: 18px;
		margin: 0 1.4rem;
	}

	.template-password .social-media a {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	.template-password .social-media svg {
		width: 26px;
		height: auto;
	}

.copyright-content {
		flex-direction: column-reverse;
	}

	.typewriter {
		font-size: 16px;
		margin-left: auto;
		margin-right: auto;
	}

	.template-password {
		background-image: url('/cdn/shop/files/stock-photo-beautiful-couple-being-romantic-and-passionate-in-bed-701725081_1.png?v=1689333911');
	}

	.template-password .header .header__logo {
		margin-top: 10px !important;
	}

}

/* Login Page css end */
@media (max-width: 768px) {
   .template-password, html {
     height: 100% !important;
     min-height: 100% !important;
   }
}




/* Header Start */
.header .header__nav{
  margin-left: auto;
}
.tape-slider:not(.slick-initialized) .slide-item {
  display:none;
}
.tape-slider:not(.slick-initialized) .slide-item:first-child {
  display:block;
}
.header .header__btn-cart .header__counter{
    background: #00464F;
    border-radius: 50%;
    color: #fff!important;
    font-size: 13px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
:is(.template-blog,.template-index ) .header__line-top {
    border: 0;
}
.menu__item a {
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
}
.header__tape {
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 1.5px;
      min-height: 40px;
}
.menu__item a span {
    font-weight: bold;
}
@media (max-width: 1024px){
.header .header__line-top {
    min-height: 65px;
}
  .header__tape {
    font-size: 13px;
      min-height: 30px;
}
  .popup-navigation {
    background-color: #fff;
}
    .popup-navigation .menu {
    margin-top: 15px;
}
  .menu__item {
    border-bottom: 1px solid #ddd;
    margin-top: 8px;
    padding-bottom: 8px;
}
  .header__btn-cart svg {
        width: 22px;
    height: 22px;
  } 
  .header .header__btn-cart .header__counter {
    font-size: 11px;
    min-width: 16px;
    height: 16px;
      left: 13px;
    top: -4px;
}
 :is(.template-blog,.template-index ) .header__content, :is(.template-blog,.template-index ) .header__content--sticky {
    border-bottom: 0;
}
}
/* Header End */


/* Footer Start */
.footer .footer__subscription  input[type=email] {
    width: calc(100% - 160px);
}
 .footer .footer__subscription input[type=email] {
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 400;
    color: #000!important;
    line-height: 1.75;
    min-height: 56px;
       background-color: #fff;
    border-color: #fff;
}
 .footer .footer__subscription input[type="email"]::placeholder {
	color: #7E7E7E !important;
}
 .footer .footer__subscription .btn {
    min-width: 160px;
    min-height: 56px;
    max-width: 160px;
}
 .footer .footer__subscription h5 {
    font-size: 40px;
    line-height: 1.25em;
   letter-spacing: 1px;
}
.footer .footer__subscription p {
    font-size: 18px;
    line-height: 1.5em;
  letter-spacing: 0.18px;
}
  .footer .footer__content--boxed-sm {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.footer .footer__subscription form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.footer .social-media a {
    margin-right: 12px!important;
    margin-left: 12px!important;
}
.footer .footer__subscription .btn:hover,
.footer .footer__subscription .btn:focus,
.footer .footer__subscription .btn:active {
    border-color: #ffff;
}
.footer .footer__social-media {
    width: 100%;
}
@media(max-width: 1024px){
.footer .footer__subscription .btn {
    max-width: 100%;
}
.footer .footer__subscription  input[type=email] {
    width: 100%;
}
  .footer .copyright-content {
    flex-direction: column;
}
}
@media(max-width: 767px){
  .footer .footer__subscription h5 {
    font-size: 28px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
} 
  .footer .footer__subscription p {
    font-size: 16px;
    line-height: 1.4em;
        margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}
}
/* Footer End */


/* Home Page Start */
/* Banner Section Start */
.home-banner-section .promobox__text-2 {
    max-width: 580px;
    font-size: 60px;
    line-height: 1.25em;
    letter-spacing: 0.6px;
}
@media(max-width: 767px){
  .home-banner-section .promobox__text-2 {
    font-size: 45px;
        max-width: 400px;
}
  .home-banner-section .image-animation .rimage {
    height: 350px;
    padding-top: 0 !important;
}
}
/* Banner Section End */

/* Brand Section Start */
.brand-carousel {
    background-color: #C9C9C9;
    padding: 10px 0;
}
.brand-carousel .rimage {
    padding-top: 0 !important;
    height: 35px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.brand-carousel .rimage img {
    opacity: 0.7;
}
@media(max-width: 1259px){
  .brand-carousel .rimage {
    max-width: 120px;
}
  .brand-carousel {
    background-color: #C9C9C9;
    padding: 0;
}
}
@media(max-width: 767px){
    .brand-carousel .slick-list {
    padding-right: 50px;
  }
}
/* Brand Section End */

/* Home Custom-product Section Start */

.home-custom-product .product-collection__options {
    display: none;
}
/* .home-custom-product .product-collection__title {
    display: none;
} */
.home-custom-product .product-collection__more-info {
    display: none;
}
.home-custom-product .product-collection__button-add-to-cart button .btn__icon {
    display: none !important;
}
.home-custom-product .product-collection__button-add-to-cart {
      width: 100%;
      text-align: center;
}
.home-custom-product .product-collection__button-add-to-cart button {
          max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  letter-spacing: 0;
}
.home-custom-product .price,.home-custom-product .save-more-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}
.home-custom-product .product-collection__price{
    width: 100%;
    text-align: center;
}
.home-custom-product .product-collection__button-add-to-cart span {
    font-weight: bold;
    font-size: 16px;
}
.home-custom-product .product-collection__image {
    border: 1px solid #dddddd;
}
.home-custom-product .title {
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.highlighted {
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 40px;
}
@media(max-width: 767px){
  .home-custom-product .product-collection__button-add-to-cart button {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
  .home-custom-product .loox-rating .loox-icon {
    font-size: 14px;
}
    .home-custom-product .product-collection__wrapper {
    margin-bottom: 10px !important;
}
  .home-custom-product .price, .home-custom-product .save-more-text {
    font-size: 16px;
    line-height: 1.25em;
}
  .home-custom-product .title {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 30px;
}
}
/* Home Custom-product Section End */


/* Marquee Text Section Start */
.marquee-text-section .ticker.gradient {
    padding-top: 40px;
    padding-bottom: 40px;
}
.marquee-text-section .ticker__block, .marquee-text-section .ticker__block .ticker__separator {
    padding-right: 100px;
}
.marquee-text-section .ticker__text {
    font-size: 15px;
    letter-spacing: 1.5px;
}
@media(max-width: 767px){
  .marquee-text-section .ticker.gradient {
    padding-top: 20px;
    padding-bottom: 20px;
}
  .marquee-text-section .ticker__block, .marquee-text-section .ticker__block .ticker__separator {
    padding-right: 80px;
}
}
/* Marquee Text Section End */


/* Review Section Start */
.carousel-review-section .home-section-title {
    font-size: 40px;
    line-height: 1.2em;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.carousel-review-section .carousel-reviews__paragraph {
    font-weight: 400!important;
  font-size: 18px !important;
  line-height: 1.3em !important;
}
.carousel-review-section .carousel-reviews__item_content {
    min-height: auto!important;
    background-color: #F2F2F2;
    border-radius: 25px;
    position: relative;
    margin-bottom: 60px;
}
.carousel-review-section .carousel-reviews__item_user_text_line_1{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Outfit';
    letter-spacing: 1px;
    position: relative;
    padding-left: 8px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.carousel-review-section .carousel-reviews__item_user_text_line_1:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: #000;
    top: 50%;
      left: 0;
    transform: translateY(-50%);
}
.carousel-review-section .carousel-reviews__item_content:after {
    background-image: url(/cdn/shop/files/Vector_15.svg?v=1690439756);
    content: '';
    position: absolute;
    left: 15px;
    bottom: -16px;
    width: 34px;
    height: 27px;
    background-size: 100%;
}
.carousel-review-section .carousel .carousel__prev, 
.carousel-review-section .carousel .carousel__next {
    opacity: 1 !important;
 transform: translateY(-50%) !important;
}
@media(max-width: 1259px){
.carousel-review-section .carousel-reviews__item_content {
    width: calc(100% - 40px);
margin-left: auto;
    margin-right: auto
}
  .carousel-review-section .carousel__prev {
    left: 5px;
  }
.carousel-review-section .carousel__next {
    right: 5px;
  }
}
@media(max-width: 767px){
.carousel-review-section .home-section-title {
    font-size: 28px;
    line-height: 1.2em;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
      margin-bottom: 20px !important;
}
  .carousel-review-section .carousel-reviews__item_user_text_line_1{
    font-size: 16px;
}
.carousel-review-section .carousel-reviews__paragraph {
  font-size: 16px !important;
}
}
/* Review Section End */

/* One Product Section Start */
 .product-page .product-options__value--square.active[data-value="heart"]{
       filter: brightness(0);
}
 .product-options [data-section-container]:first-child {
    width: 100%;
}
/* .product-options [data-section-container]:nth-child(2) {
    order: 3;
}
.product-options [data-section-container]:last-child {
    order: 1;
  width: 100%;
} */

.product-options [data-section-container]:nth-child(2) {
    margin-right: 50px;
}

.product-options__value--square {
    width: 36px;
    height: 36px;
        background-size: contain;
}

.product-page .product-options__value--square.active[data-value="heart"] {
    filter: brightness(0);
    border-width: 0 !important;
    border-radius: 0;
}
.product-page .product-options__value--square.active[data-value="circle"] {
    filter: brightness(0);
    background-size: 100%;
    border-radius: 50%;
}
.standard-color-dark-silver{
    background-color: #66625E;
}
.standard-color-light-silver {
    background-color: #CECECE !important;
}
.standard-color-pink {
    background-color: #F8C0E0 !important;
}
.standard-color-clear{
    background-color: #F1F1F1 !important;
}
[data-property="charmcolor"] .standard-color-pink{
    background-color: #EB9DB6 !important;
}
.standard-color-red {
    background-color: #EB004B !important;
}
.standard-color-green {
    background-color: #05BABF !important;
}
.product-page .product-options__value--circle{
    width: 30px;
    height: 30px;
}

.product-page .product-options__value--circle.active:before {
    width: 38px;
    height: 38px;
}
.product-options{
    display: flex;
    flex-wrap: wrap;
}


.product-gallery__main_item .rimage {
    border: 1px solid #E8E8E8;
}
.product-gallery__main_item {
  padding: 0 10px;
  }
.product-gallery__thumbnail_item .rimage {
    border: 1px solid #ddd !important;
}
.product-gallery__thumbnail_item.slick-current .rimage {
        border: 0 !important;
}
.product-gallery__thumbnail_item {
  padding-bottom: 1px;
}

.product-page .product-gallery__thumbnail_item.current .product-gallery__thumbnail_item_inner:before,
.product-page .product-options__value--square.active{
  border-color: #000 !important;
}
.product-page-info .product-page-info__title h1,
.product-page-info .product-page-info__title h2{
  font-size: 4rem !important;
  line-height: 1.2em !important;
  font-family: 'Playfair Display';
}
.product-page-info .product-page-info__description .rte{
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: 'Outfit';
}

.product-page-info .product-options label span{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.product-page-info .product-options label span.ml-5{
  font-weight: 400;
}

.product-page-info .product-page-info__button-add-to-cart button {
  width: 100%;
  max-width: 100%;
}
.product-page-info .product-page-info__button-add-to-cart button .btn__icon {
  display: none;
}
.product-page-info .product-page-info__button-add-to-cart button span {
  font-weight: bold;
}
.custom-review-wrapper {
    display: flex;
    align-items: center;
      margin-bottom: 10px;
}
.custom-review-wrapper .line{
      padding-right: 20px;
    padding-left: 20px;

}
.product-gallery__main_arrow{
    display: none !important;
}
.custom-price-text,#home-product-section .product-page-info__price  .price,#home-product-section .product-page-info__price .price span  {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 500;
}
#home-product-section .product-page-info__price  .price{
  display: flex;
  align-items: center;
}
#home-product-section .price-text {
    margin-right: 5px;
}
.review-text {
    color: #9F9F9F;
    font-size: 14px;
    line-height: 1.3em;
}

@media( min-width: 768px){
#home-product-section .product-gallery__blockratio_content {
    padding-top: 0;
}
  .product-gallery__content .slick-dots {
display: none !important;
}
}

@media(max-width: 1024px){
.product-page-info__reviews.text-center.text-md-left {
    text-align: left !important;
}
}
@media(max-width: 767px){
.product-options [data-section-container]:nth-child(2) {
    margin-right: 0;
}
  .product-page .product-options__value--circle{
    width: 28px;
    height: 28px;
}

.product-page .product-options__value--circle.active:before {
    width: 36px;
    height: 36px;
}
  .custom-review-wrapper {
    margin-bottom: 5px;
}

  #home-product-section {
    margin-top: 0 !important;
}
.product-options {
    justify-content: space-between;
}
.product-page-info .product-page-info__title,
.product-page-info .product-page-info__description,
.product-page-info .product-options{
    text-align: left !important;
  }
  .product-gallery__main_item {
    padding: 0 0;
}
  .product-options__section {
    column-gap: 8px;
}
  .product-gallery__main_item .rimage {
    border: 0;
}

.custom-price-text,#home-product-section .product-page-info__price  .price,#home-product-section .product-page-info__price .price span {
    font-size: 18px;
}
.product-page-info .product-options__section{
    justify-content: left !important;
  }
  .product-page-info .product-page-info__title h1{
    font-size: 28px !important;
    max-width: 290px;
  }
  .product-gallery__content .product-gallery__thumbnail_item .product-gallery__thumbnail_item_inner{
    margin: 2px;
  }
  
  .product-gallery__content .slick-dots li {
    padding-left: 0 !important;
    display: flex;
    margin: 3px;
}
  .product-gallery__content .slick-dots li:before {
    display: none !important;
}

.product-gallery__content .slick-dots li button{
    width: 12px;
    height: 12px;
    border: 0;
    background-color: #E0E0E0;
    border-radius: 100%;
    font-size: 0;
      outline: 0;
}
  .product-page-info .product-options label span {
    font-size: 15px;
}
.product-gallery__content .slick-dots {
    display: none !important;
    justify-content: center;
      margin-top: 15px;
  flex-wrap: wrap;
}
.product-gallery__content .slick-dots .slick-active button {
    background-color: #183F48 !important;
}
}
/* One Product Section End */

	/* Video Section Start */
.background-video-section {
	 position: relative;
}
 .background-video-section .cover {
	 background-size: cover;
	 background-repeat: no-repeat;
	 width: 100%;
	 padding-bottom: 56.25%;
	 cursor: pointer;
}
 .background-video-section .cover iframe {
	 opacity: 0;
	 width: 100%;
	 transition: 1s;
	 position: absolute;
	 z-index: -1;
	 height: 100%;
}
 .background-video-section .cover1 {
	 background-size: cover;
	 background-repeat: no-repeat;
	 width: 100%;
	 padding-bottom: 56.25%;
	 cursor: pointer;
}
 .background-video-section .cover1 iframe {
	 opacity: 0;
	 width: 100%;
	 transition: 1s;
	 position: absolute;
	 z-index: -1;
	 height: 100%;
}
 .background-video-section .video-icon {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 pointer-events: none;
}
 @media (max-width: 991px) {
	 .background-video-section .video-icon svg {
		 width: 55px!important;
		 height: 55px!important;
	}
}
 
/* Video Section End */

/* Carousel Articles Start */
.carousel-articles__item .rte,.carousel-articles__item .rte p {
    color: #fff !important;
    font-size: 18px;
    line-height: 1.5em;
    max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-articles__item  .carousel-articles__title{
    margin-bottom: 20px !important;
}
.carousel-articles__item  .carousel-articles__title a{
   text-decoration: unset !important;
    font-weight: 400;
}
.carousel-articles__item  a {
    color: #fff !important;
    text-decoration: underline !important;
  font-weight: bold;
}
.article-content {
    max-width: 710px !important;
}
@media(max-width: 1024px){
  .carousel-articles__item .carousel-articles__title {
    font-size: 26px;
    line-height: 1.3em !important;
    margin-bottom: 10px!important;
}
  .carousel-articles__item .rte, .carousel-articles__item .rte p {
    font-size: 16px;
    line-height: 1.4em;
}
  .carousel-articles__item {
    justify-content: flex-end !important;
}
}

/* Carousel Articles End */

/* Social Feed Section Start */
.social-feed-section .promobox__text-2 {
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Outfit';
}
@media(max-width: 767px){
  .social-feed-section .promobox__text-2{
      font-size: 28px;
}
}
/* Social Feed Section Start */

/* Home Page Start */


/* Confirmation Popup Start */

.popup-subscription-confirmation .btn{
    max-width: 140px;
}
.popup-subscription-confirmation .popup-subscription-confirmation__message{
    padding: 0 !important;
}
  .popup-subscription-confirmation h3 {
    font-size: 28px;
    line-height: 1.3em;
}
@media(max-width: 767px){
    .popup-subscription-confirmation h3{
    font-size: 24px;
}
}

/* Confirmation Popup End */


/* paroduct page css start */
.setbtn-group{
  margin-top: 35px;
  margin-bottom: 30px;
}
.setbtn-group .setButton{
  width: 174px;
  height: 144px;
  border: 1px solid #000000;
  padding: 12px 16px;
  cursor: pointer;
}
.setbtn-group input:checked + .setButton{
  outline: 2px solid #000000;
}
.setbtn-group .no-offer{
  opacity: 0;
}
.setbtn-group .setButton .sticker {
  font-size: 15px;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  white-space: nowrap;
 padding: 4px 6px;
letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.setbtn-group .setButton .heading {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 4px;
  font-weight: 700;
}
.setbtn-group .setButton .discount {
  font-size: 15px;
  background: #FFC700;
  line-height: 1.2;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 3px;
}
.setbtn-group .setButton .comparePrice {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #E30000;
    margin-top: 5px;
}
.setbtn-group .setButton .price {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}
.savingPrice {
    font-size: 10px;
    line-height: 1.2;
}

@media(max-width: 1024px){
  .setbtn-group.row> .col-md-auto{
    padding-right: 8px;
    padding-left: 8px;
  }
  .setbtn-group{
    margin: 16px -8px 14px;
  }
  .setbtn-group .setButton{
    width: 142px;
    height: 135px;
  }
  .setbtn-group .setButton .sticker,
  .setbtn-group .setButton .discount{
    font-size: 13px;
  }
  .setbtn-group .setButton .heading,
  .setbtn-group .setButton .comparePrice{
    font-size: 16px;
  }
  .setbtn-group .setButton .price {
      font-size: 24px;
  }
  .savingPrice {
      font-size: 9px;
  }
}
@media(max-width: 767px){
  .setbtn-group .setButton{
    width: 100%;
  }
}
/* paroduct page css end */

/* Blog Page Start */
/* .template-blog .blog-body .col-12:nth-child(1){
  order:4;
}
.template-blog .blog-body .col-12:nth-child(2){
  order:3;
}
.template-blog .blog-body .col-12:nth-child(3){
  order:2;
}
.template-blog .blog-body .col-12:nth-child(4){
  order:1;
} */
/* Blog Page End */


/* Article Page Start */
.template-article .article-body .rte h4{
    font-weight: 600;
    font-family: 'Outfit';
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3em;
}
.template-article .article .rte ul, .template-article .article .rte ol {
    line-height: 1.5em !important;
      font-size: 18px !important;
}
.template-article .article .rte ul, .template-article .article .rte ol {
    margin-left: 0;
    margin-right: 0;
}
#insta-feed h2 {
    font-size: 20px;
    display: none;
}
div#insta-feed {
    margin-top: 0 !important;
}
#shopify-block-23be1c34-4455-4248-951d-7e494ef72720 .shopify-block.shopify-app-block {
  max-width: 100%;
  padding: 0 !important;
}
@media(max-width: 767px){
.template-article .article-body h1 {
    font-size: 25px;
    line-height: 1.3em;
}
  .template-article .article-body .rte {
    font-size: 16px;
    line-height: 1.5em;
}
  .template-article .article-body .rte h4{
    font-size: 18px;
}
 
  .template-article .article .rte ul, .template-article .article .rte ol {
     font-size: 16px !important;
}
  /* .product-gallery__main_slider ul.slick-dots {
    display: flex !important;
} */
  #insta-feed a, .instafeed-shopify a {
    width: 33.33%;
    display: inline-block !important;
  }
  #insta-feed .instafeed-container, .instafeed-shopify .instafeed-container {
    width: 100% !important;
    padding-top: 100% !important;
  }
  #insta-feed a:nth-child(4), #insta-feed a:nth-child(5), #insta-feed a:nth-child(6) {
    display: none !important;
  }
  carousel-brands .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Article Page End */


/* Collection Page Start */
body:not(.template-index) .product-collection .product-collection__image {
    border: 1px solid #ccc;
    padding: 15px;
}
body:not(.template-index) .product-collection .product-collection__title {
    width: 100%;
    text-align: center;
}
body:not(.template-index) .product-collection .product-collection__title  h4{
    font-size: 2.2rem;
    font-family: 'Playfair Display';
line-height: 1.3em;
}
 body:not(.template-index) .product-collection .product-collection__price {
    /* display: none; */
   width: 100%;
   text-align: center;
} 
 body:not(.template-index) .product-collection .product-collection__button-add-to-cart .btn__icon {
    display: none;
}
body:not(.template-index,.template-collection) .product-collection .product-collection__options {
    display: none;
}
.template-collection .product-options label {
    display: block !important;
}
body:not(.template-index) .product-collection .product-collection__buttons {
    text-align: center;
}
body:not(.template-index) .product-collection .product-collection__button-add-to-cart {
    width: 100%;
      position: absolute;
    bottom: 0;
}
body:not(.template-index) .product-collection .product-collection__button-add-to-cart button {
    max-width: 200px;
    font-size: 16px;
}
body:not(.template-index) .product-collection .product-collection__button-add-to-cart button span {
  font-weight: bold;
}
body:not(.template-index) .product-collection .product-collection__reviews {
    display: none;
}
body:not(.template-index) .product-collection .product-collection__price {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.3em;
      padding-bottom: 40px;
}
@media(max-width: 540px){
body:not(.template-index) .product-collection .product-collection__image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
/* Collection Page End */

/* Amazon btn Start */
.amazon-btn-wrapper .btn {
    width: 100%;
    max-width: 100%;
      background-color: #febd69;
    border-color: #febd69;
}
.icon-image img {
  max-width: 30px;
  margin-right: 10px;
  background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.amazon-btn-wrapper .btn span{
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}

/* Amazon btn End */

/* Footer Menu */
.inline-menu .footer__menus {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
}
.inline-menu .footer__menus .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.inline-menu .footer__menus ul.list-unstyled {
  display: inline-block;
  margin-top: 15px;
}
.inline-menu .footer__menus ul.list-unstyled .col-lg {
  margin: 0 10px;
  display: inline-block;
  max-width: none;
  width: auto;
}

@media (min-width: 767px) {
  .inline-menu .footer__menus ul.list-unstyled .col-lg li a{
    border-right: 1px solid;
    padding-right: 20px;
  }
    .inline-menu .footer__menus ul.list-unstyled .col-lg:last-child li a {
    border-right: 0;
  }
}

@media (max-width: 1024px) {
.footer__section-head {
    margin-top: 25px;
}
}


/* Discount Code Start */
input#dcodeInput {
    border: 2px solid #ddd;
}
/* div#dcodeInnerWrapper {
    display: flex;
} */

input#dcodeInput {
      max-width: 350px;
}
button#dcodeSubmit span {
    font-weight: bold;
}
button#dcodeSubmit {
    max-width: 120px;
    margin-left: -10px;
}
 /* @media(min-width: 1260px){
  div#dcodeOuterWrapper {
    position: absolute;
    bottom: 60px;
    width: 100%;
} 
} */
#dcodeOuterWrapper .calcNotice {
    display: none;
}
@media(max-width: 767px){
  input#dcodeInput {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
input#dcodeInput {
    max-width: 180px;
}

}
/* Discount Code End */


/* Home Page Updates Start */

/* Categories Section Start */
.home-categories-section .promobox__text-2 {
    font-size: 4rem;
    line-height: 1.2em;
      margin-bottom: 4rem;
}
.home-categories-section .btn{
    min-width: 20rem;
  max-width:20rem;
}

.home-categories-section .promobox__content {
    bottom: 2rem;
}

@media(max-width: 767px){
  .home-categories-section .promobox__text-2 {
    margin-bottom: 0;
}
  .home-categories-section .promobox__content {
    bottom: 0;
}
}
/* Categories Section End */

/* Custom Product Section Start */

.home-custom-product .product-collection__title{
    width: 100%;
    text-align: center;
}
.home-custom-product .product-collection__title a,.home-custom-product .product-collection__title h4 {
    font-size: 2.2rem;
    font-family: 'Playfair Display';
    line-height: 1.3em;
  padding-bottom: 0;
}
.home-custom-product .loox-rating .loox-icon:not(:last-child) {
    margin-right: 2px;
}
.home-custom-product .loox-rating-label {
    font-size: 14px;
}
.home-custom-product .loox-rating .loox-icon {
    font-size: 16px;
}
.home-custom-product .product-collection__reviews {
    display: none;
}
/* Custom Product Section End */


/* Grid Video SEction Start */
.grid-video-section .rightAlign {
    flex-direction: row-reverse;
}
.grid-video-section .title {
    font-size: 2.8rem;
    line-height: 1.25em;
    font-family: 'Playfair Display';
    margin-bottom: 2rem;
}
.grid-video-section .subtitle {
    font-size: 1.8rem;
    line-height: 1.3em;
    max-width: 44rem;
    margin-bottom: 3rem;
}

.grid-video-section .btn {
    max-width: 20rem;
}

/* Home Page Updates End */

/* Collection Page Start */
.collection-heading-section .promobox__text-2 {
    letter-spacing: 1px;
    font-size: 6rem;
    line-height: 1.2em;
}
.collection-heading-section {
    padding-bottom: 2rem;
}

.collection-sidebar-section  {
    border-bottom: dashed 1.65px #D4E3EC !important;
}
.collection-sidebar-section__head span {
   color: #111217;
    font-size: 18px;
    line-height: 1.5em;
    text-transform: capitalize;
    letter-spacing: 0;
}
.collection-sidebar-section__head.open span {
    font-weight: bold;
    color: #00464F;
}
.collection-sidebar-section__head.open .collection-sidebar-section__arrow path {
    stroke: #00464F;
}
.collection-control__button-sidebar {
    font-weight: bold;
}
/* Collection Sidebar Filter Color Start */
.collection-sidebar-section .standard-color-darksilverclear{
  background-image: url(/cdn/shop/files/Group_3230_53aee8c4-11f2-4dc4-9332-5540bb54a2e1.png?v=1708434909);
}
.collection-sidebar-section .standard-color-darksilverpink{
  background-image: url(/cdn/shop/files/Group_3233_1a322290-7c49-4870-81de-fa3e3a4b90c2.png?v=1708434909);
}
.collection-sidebar-section .standard-color-pinkclear{
  background-image: url(/cdn/shop/files/Group_3231_1ca56bbc-0e38-42d8-b8c9-dfc7313f4ca3.png?v=1708434909);
}
.collection-sidebar-section .standard-color-pinkpink{
  background-image: url(/cdn/shop/files/Group_3232_70d82a47-e419-4fa8-9a44-f5b8b7643dbf.png?v=1708434909);
}
.collection-sidebar-section .standard-color-silverblack{
  background-image: url(/cdn/shop/files/Group_3234_7f7529a5-21bf-4397-b0c2-23438f0f2ae4.png?v=1708434909);
}
.collection-sidebar-section .standard-color-silvergreen{
  background-image: url(/cdn/shop/files/Group_3235_9519ee0f-701f-4083-99e1-e022524fa3ca.png?v=1708434909);
}
.collection-sidebar-section .standard-color-silverpink{
  background-image: url(/cdn/shop/files/Group_3237_ba70df59-b693-4ae5-8f96-a98522a842ef.png?v=1708434909);
}
.collection-sidebar-section .standard-color-silverred{
  background-image: url(/cdn/shop/files/Group_3236_87fc09ec-6c7a-4e3d-b6b7-460cfbe556f7.png?v=1708434909);
}
/* Collection Sidebar Filter Color End */
@media(min-width: 1025px){
.template-collection .collection-control{
    display: none;
}
}
@media(max-width: 1024px){
.collection-control__sort-by.mr-20.js-position {
    display: none;
}
  .collection-control{
    margin-bottom: 0 !important;
}
}
@media(max-width: 540px){
.collection-heading-section .promobox__text-2 {
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 1.2em;
}
}
/* Collection Page End */

@media(min-width: 768px){
  section.self-care-section {
    padding-top: 4.5rem;
  }
}


/* product page gallery section start */
.template-product .product-page-info .product-page-info__price .price {
    display: flex;
    align-items: center;
}
.template-product .product-page-info .price-text {
    margin-right: 5px;
}
.product-gallery__main_item .rimage{
  border: none;
}
.product-page-info .product-page-info__field.product-page-info__quantity {
    height: 60px;
}
.product-page-info .input-quantity.js-product-quantity,
.product-page-info .input-quantity.js-product-quantity input[type="number"] {
    height: 100%;
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 1;
}
.template-product .product-page-info .product-page-info__price .price span{
    font-family: Outfit;  
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
}
.template-product .product-page-info .custom-price-text{
  display: none;
}

.template-product .product-page__tabs .tabs__content ul li strong{
   font-size:1.6rem;
   line-height:1.5em;
   font-weight:700;
   font-family: Outfit;
}
.template-product .product-page__tabs .tabs__content ul li,.tabs__content p{
  font-size:1.6rem;
  line-height:1.5em;
  font-weight:400;
  font-family: Outfit;
}
.template-product  .product-tabs ul:not(.list-unstyled):not([list-unstyled]) li::before{
width:5px;
   height:5px;
 }
.template-product .product-tabs .tabs__body>div>span{
  font-family: Outfit;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.5em;
  color:#302F2E!important;
  letter-spacing:0.01em;
  padding:15px 0!important;
  text-align:left!important;
  
}
.template-product .product-tabs .tabs__body>div>span i{ 
  top:50%!important;
  transform:translateY(-50%)!important;
}
.template-product .product-tabs .tabs__body>div>span i svg{
    width: 32px;
    height: 13px;
}
.template-product .tabs[data-type=mobile] .tabs__body>div.active>span i{
transform: rotate(90deg)!important;
top: 40%!important;
}
.template-product .product-page-info{
max-width:440px;
}
.template-product .product-page__tabs{
  max-width:440px;
}
.template-product .footer__section-btn svg path{
  fill:#fff;
  opacity: 0.8;
}
.template-product .product-page-info__price{
margin-bottom:30px!important;
}
body:not(.template-product) .breadcrumbs{
	display: none;
}
.breadcrumbs ul li a,.breadcrumbs ul li span{
  font-family: Outfit;
  font-size:14px;
  line-height:24px;
  font-weight:400;
}
.breadcrumbs ul li span{
  font-weight:800;
  color:#00464F;
}
.breadcrumbs li:not(:first-child):before{
  font-size:14px;
  font-weight:400;
   font-family: Outfit;
}
.template-product .input-quantity input{
  font-size:18px;
  line-height:43px;
  font-family:Outfit;
  font-weight:400;
}
#mini-heart-vibrator .product-page-info__price,#4-pack-premium-metal-butt-plugs .product-page-info__price{
  margin-bottom:20px!important;
}
@media(max-width:1259px){
.template-product .product-page__tabs .tabs__content ul li, .tabs__content p,.product-page__tabs {
font-size:2rem!important;
}
.template-product .tabs__content ul li strong{
    font-size:2rem!important;
 }
.template-product .product-tabs .tabs__body>div>span{
    font-size:1.8rem;
}
.template-product .product-tabs{
   padding:0 10px;
  }
.template-product .product-page-info .product-page-info__title h2{
 font-size:3.5rem!important;
  }
.template-product .product-page-info .product-page-info__description .rte{
    font-size:1.8rem;
  }
.template-product .product-page-info{
max-width:100%;
}
.template-product .product-page__tabs{
  max-width:100%;
}
.product-page-info .product-page-info__field.product-page-info__quantity {
    height: 50px;
  }
  .template-product .product-page-info .product-page-info__price .price span{
    font-size:2.8rem;
  }
}

@media(max-width:767px){
.template-product .product-page{
padding-bottom:0px!important;
padding-top: 0 !important;
}
}




/* Metal Butt Plug Product Page Start */
/* Size Banner Start */
.show-size-banner .promobox__content_inner .small_image {
    max-width: 850px;
      margin-left: auto;
    margin-right: auto;
}
.show-size-banner .promobox__content_inner .promobox__text-2{
    font-size: 5rem;
    line-height: 1.1em;
    margin-top: 5rem;
    letter-spacing: 0;
}
.show-size-banner .promobox__content_inner .promobox__text-3 {
    font-size: 2.2rem;
    line-height: 1.3em;
    font-family: 'Outfit';
  font-weight: 300;
}
@media(max-width: 1024px){
.show-size-banner .promobox__content_inner .small_image {
    max-width: 470px;
}
    .show-size-banner .promobox__content_inner .promobox__text-2{
    font-size: 4rem;
}
.show-size-banner .promobox__content_inner .promobox__text-3 {
    font-size: 16px;
}
}
@media(max-width: 767px){
.show-size-banner .promobox__content_inner {
    background-color: #00464f;
    padding-bottom: 35px;
    padding-top: 20px;
}
  .show-size-banner .promobox__content {
    background-color: #00464f;
  }
  .show-size-banner .promobox__content,.show-size-banner .promobox__content_inner {
    position: static !important;
}
}
/* Size Banner End */


/* Base Design Section Start */
.base-design-section{
background-color:#01464e;
}
.base-design-section .promobox__text-2 {
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 1.2em;
}
.base-design-section .promobox__text-3 {
    font-size: 18px;
    line-height: 1.4em;
}
.base-design-section .promobox__content_inner {
    max-width: 400px;
  right: 20%;
}
.base-design-section .promobox__content_inner .promobox__text-2 {
    max-width: 220px;
}
@media(max-width: 1259px){
 .base-design-section .promobox__content_inner {
  right:0 !important;
       max-width: 320px !important;
} 
  .base-design-section .promobox__text-3 {
    font-size: 16px;
}
}
 @media(max-width: 767px){
   .base-design-section .promobox__content {
    padding: 0 10px;
         max-width: 550px !important;
     margin-left: auto;
     margin-right: auto;
}
   .base-design-section .promobox__text-2 {
    font-size: 28px;
}
.base-design-section .promobox__text-3 {
    font-size: 16px !important;
    line-height: 1.5em !important;
}
} 
/* Base Design Section End */

/* Packaging Section Start */
.metal-butt-packaging-section .promobox__text-2{
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 1.2em;
}
.metal-butt-packaging-section .promobox__text-3{
    font-size: 1.8rem !important;
    line-height: 1.4em !important;
  font-family: 'Outfit';
  font-weight: 400 !important; 
  max-width: 360px;
}

@media(max-width: 767px){
 .metal-butt-packaging-section .promobox__content {
    text-align: center;
      padding-top: 25px;
}
  .metal-butt-packaging-section .promobox__text-3{
margin-left: auto;
    margin-right: auto;
}
   .metal-butt-packaging-section .image-animation {
    border: 1px solid #ddd;
}
  .metal-butt-packaging-section .promobox__text-2{
    font-size: 28px;
}
.metal-butt-packaging-section .promobox__text-3{
    font-size: 16px !important;
}
}
  /* Packaging Section End */
/* Metal Butt Plug Product Page End */


.product-page-main[data-product-handle="metal-butt-plug-set"] .product-options__value--square[data-value="circle"] {
    filter: brightness(1) !important;
    border: none !important;
}
.product-page-main[data-product-handle="metal-butt-plug-set"] .product-options__value--square[data-value=circle],
.product-page-main[data-product-handle="metal-butt-plug-set"] .product-options__value--square[data-value=heart]{
  margin-right: 10px !important;
  width: 30px;
  height: 30px;
}
.product-page-main[data-product-handle="metal-butt-plug-set"] .product-options__value--square[data-value=circle]:after,
.product-page-main[data-product-handle="metal-butt-plug-set"] .product-options__value--square[data-value=heart]:after{
  content: unset !important;
}
.product-page-main[data-product-handle="metal-butt-plug-set"] .product-options__value--square.active[data-value="circle"]:before{
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
}

/* new css start */
body.template-collection .product-collection .product-collection__buttons{
  padding-top: 40px !important;
}
body.template-collection .product-collection .product-options label {
  margin-right: 0;
  margin-bottom: 4px;
}
body.template-collection .product-collection .product-options label span {
  font-weight: bold;
}
body.template-collection .product-collection .product-options *{
  justify-content: center;
  text-align: center;
}
body.template-collection .product-collection .product-options div[data-section-container]{
  margin-left: auto;
  margin-right: auto;
}
body.template-collection .product-collection .product-collection__price{
  padding-bottom: 0 !important;
}
body.template-collection .product-options--type-collection .product-options__value--circle{
      width: 28px;
    height: 28px;
}
body.template-collection .product-options--type-collection .product-options__value--circle.active:before{
      width: 36px;
    height: 36px;
}
body.template-collection .product-options__value--square{
    width: 30px;
    height: 30px;
    border: none;
}
body.template-collection [data-product-handle="metal-butt-plug-set"] .product-options__section[data-property="shape"] [data-value="circle"]{
  position: relative;
}

body.template-collection [data-product-handle="metal-butt-plug-set"] .product-options__section[data-property="shape"] [data-value="circle"].active:before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
}
body.template-collection [data-product-handle="metal-butt-plug-set"] .product-options__section[data-property="shape"] [data-value="heart"].active{
  filter: brightness(0);
}

.template-product .tabs__content.rte a {
    color: #1b4166 !important;
}



.manual a {
    display: inline-block;
    margin-top: 20px;
    color: #29433b;
    border-bottom: 1px solid;
}



.sellout-warning {display: flex;  align-items: flex-start;  padding: 16px;  background-color: #fff5eb;  border: 1px solid #fdead5;margin:0 0 10px 0;color: #000;}
.warning-icon {  flex-shrink: 0;  width: 24px;  height: 24px;  margin-right: 12px;  fill: #ff9800;}
.sellout-warning-text strong {  display: block;  font-size: 16px;  font-weight: bold;  margin-bottom: 4px;word-break: normal !important;}
.sellout-warning-text p {  font-size: 14px;  margin: 0;word-break: normal;}

/* Beaded Metal Butt Set and metal but plug curved shape Start */
.discrete-packaging .promobox__content_inner .promobox__text-2{
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}

.discrete-packaging .promobox__content_inner .promobox__text-3{
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Outfit';
  line-height: 100%;
  font-weight: 300;
}

.discrete-packaging .promobox__content_inner{
  top: 0 !important;
}

@media(min-width: 768px) {
  .discrete-packaging .promobox__content_inner .promobox__text-2{
    font-size: 50px;
  }

  .discrete-packaging .promobox__content_inner .promobox__text-3{
    font-size: 26px;
  }
}

@media(min-width: 1200px) {
  .discrete-packaging .promobox__content_inner .promobox__text-2{
    font-size: 92px;
  }

  .discrete-packaging .promobox__content_inner .promobox__text-3{
    font-size: 50px;
    line-height: 130%;
  }
}

@media(max-width: 767px){
  .discrete-packaging .promobox__content_inner {
    background-color: #00464f;
    padding-bottom: 35px;
    padding-top: 20px;
  }
  .discrete-packaging .promobox__content {
    background-color: #00464f;
  }
  .discrete-packaging .promobox__content,.discrete-packaging .promobox__content_inner {
    position: static !important;
  }
}
/* Beaded Metal Butt Set and metal but plug curved shape End */

/* Main Collection Grid: Product card badge */
.product-item_wrapper{
  position: relative;
}

.product-item_wrapper .product-item_badge {
  position: absolute;
  top: 8px;
  right: 24px;
  color: #c62828;
  font-weight: bold;
  font-size: 16px;
  z-index: 10;
}



