/** Shopify CDN: Minification failed

Line 503:36 Unexpected ";"

**/
/* global styles */

.container {
    max-width:1440px;
    margin:0 auto;
    padding:0 20px;
}

:root {
--vb-bg: #000000;
    --vb-bg-2: #0a0a0c;
    --vb-surface: #101014;
    --vb-surface-2: #16161c;
    --vb-border: rgba(255, 255, 255, 0.08);
    --vb-border-strong: rgba(255, 255, 255, 0.16);
    --vb-text: #ffffff;
    --vb-muted: rgba(255, 255, 255, 0.82);
    --vb-muted-2: rgba(255, 255, 255, 0.42);
    --vb-orange: #FF6A00;
    --vb-pink: #FF1B8D;
    --vb-grad: linear-gradient(90deg, var(--vb-orange) 0%, var(--vb-pink) 100%);
    --vb-grad-soft: linear-gradient(135deg, rgba(255, 106, 0, .18), rgba(255, 27, 141, .18));
    --vb-glow: 0 10px 40px -10px rgba(255, 27, 141, .55), 0 0 0 1px rgba(255, 255, 255, .04);
    --brand-orange: oklch(72% .2 45);
    --bg:#0b0b0f;
  --surface:#13131a;
  --surface-elev:#1b1b25;
  --foreground:#f5f5f7;
  --muted:#9a9aa6;
  --hairline:rgba(255,255,255,.08);
  --brand-orange:#ff7a18;
  --brand-pink:#ff2e93;
  --gradient-brand:linear-gradient(90deg,#ff7a18,#ff2e93);
  --shadow-glow:0 10px 40px -10px rgba(255,46,147,.45);
}

.home-heading {
  font-family: var(--font-h3--family);
  font-style: var(--font-h3--style);
  font-weight: var(--font-h3--weight);
  font-size: var(--font-h3--size);
  line-height: var(--font-h3--line-height);
  letter-spacing: var(--font-h3--letter-spacing);
  text-transform: var(--font-h3--case);
  color: var(--color, var(--font-h3-color));
  text-transform:uppercase;
  text-align:left;
  margin:0;
}


.home-h2-heading {
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  font-weight: var(--font-h2--weight);
  font-size: var(--font-h2--size);
  line-height: var(--font-h2--line-height);
  letter-spacing: var(--font-h2--letter-spacing);
  text-transform: var(--font-h2--case);
  color: var(--color, var(--font-h2-color));
  text-transform:uppercase;
  margin:0;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.content-for-layout {
    flex: 1;
    background: #090909 !important;
    padding:40px 0;
}

.page-collection .content-for-layout {
    flex: 1;
    background: #090909 !important;
    padding:40px 20px;
}

.content-for-layout .shopify-policy__container {
    max-width: 1200px !important;
}

.content-for-layout h1 {
  margin-bottom:30px;
}

.content-for-layout p,
.content-for-layout li {
  color:rbga(0,0,0,0.6) !important;
}

.content-for-layout .section-content-wrapper {
  max-width:1200px !important;
  margin:0 auto;
}

#shopify-section-template--18465384235083__main .page-width-content {
  
  --full-page-grid-margin:unset;
  max-width:1200px !important;
  margin:0 auto; 
}

.page-refund-policy a {
  color:#fff;
}

.full-width-page{
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.vb-cta{
  display:inline-flex;
  margin-top:10px;
  padding:10px 30px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  z-index:1;
  color:#fff;
  font-size:14px;
}

.vb-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  opacity:0;
  transition:opacity .4s ease;
  z-index:-1;
}

.vb-card:hover .vb-cta::before{
  opacity:1;
}

.dual-card:hover .vb-cta::before{
  opacity:1;
}

/* CONTACT */

.contact-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top:20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content:end;
  width:100%;
}

.contact-item svg {
  width: 20px;
  height: 20px;
  fill: #000;
}

.contact-item .icon {
    width: 20px;
    height: 20px;
    display: flex;
    gap: 15px;
}

.contact-item .text {
  font-size: 14px;
  color: #fff;
    opacity:0.8;
}

.footer-content div {
    width:100%;
}

.footer-content p,
.footer-content a {
    opacity:1;
    font-size:14px;
    transition:0.3s all ease-in-out;
}

.footer-content p:hover,
.footer-content a:hover {
    opacity:1;
}

.footer-content a:hover{
  background: linear-gradient(90deg, var(--vb-orange) 0%, var(--vb-pink) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration:none;
}

.footer-content a,
.social-icons__icon-wrapper a {
  transition: all .3s ease;
}

/* text hover */
.footer-content a:hover {
  background: linear-gradient(90deg, var(--vb-orange), var(--vb-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-content > * {
  min-width: 0;
}

.footer-content > .group-block:first-child {
  max-width: 400px;
}

.footer-content .text-block {
  width: 100% !important;
  max-width: 100% !important;
}

.email-signup-block {
  width: 100%;
  max-width: 100%;
}

.email-signup__input-group {
  width: 100%;
}

.email-signup__input {
  width: 100%;
  min-width: 0;
  padding:12px 20px !important;
  outline:none !important;
}


.email-signup__input-group {
    flex-direction:column;
}

.email-signup__input::placeholder {
    font-size:14px;
    text-transform:capitalize;
}

.email-signup__button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .9rem 2.2rem;
    border: none;
    color: #fff;
    background: linear-gradient(90deg, #FF6A00, #FF1B8D);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.email-signup__button:hover {
  box-shadow:
    0 15px 40px rgba(255, 106, 0, 0.35),
    0 0 25px rgba(255, 27, 141, 0.4);
}

.email-signup__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.email-signup__button:hover::before {
  opacity: 1;
}

footer .logo-block__image {
    max-width:260px;
}

.cart-bubble__background {
  background: var(--vb-grad);
}

.header .menu-list__link span:hover {
background: linear-gradient(90deg, var(--vb-orange) 0%, var(--vb-pink) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration:none;
  transition:0.3s all ease-in-out;
}

/* product page css start */


.product-details h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}


.product-information__grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at left center,
    rgba(255,122,24,.18),
    transparent 70%
  );
  filter: blur(20px);
  z-index: 0;
}


.product-information__grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at right center,
    rgba(255,46,147,.18),
    transparent 70%
  );
  filter: blur(20px);
  z-index: 0;
}

.product-information__grid .slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]) {
  border: 1px solid var(--brand-orange);
  box-shadow: 0 0 0 3px 
  color-mix(in oklab, var(--brand-orange) 25%, transparent);
  outline:none !important;
}

.product-information__grid .slideshow-control {
  min-width:100px;
  min-height:60px;
}

.product-information__grid .slideshow-controls__thumbnails img {
  min-width:100px;
  min-height:100px;
}

.product-information__grid .product-media {
border: 1px solid var(--hairline);
    background: linear-gradient(180deg, var(--surface-elev), var(--surface));
    box-shadow: var(--shadow-glow);
}

.product-information__grid .price {
 font-size: 21px;
    font-weight: 800;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.product-information__grid .compare-at-price {
font-size: 18px;
    margin-left: 6px;
}


.product-information__grid button[type="submit"],
.product-information__grid .product-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2.2rem;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #FF6A00, #FF1B8D);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 40px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 27, 141, 0.35);
}

.product-information__grid button[type="submit"]:hover,
.product-information__grid .product-form__submit:hover {
box-shadow:
    0 12px 35px rgba(255, 106, 0, 0.4),
    0 0 30px rgba(255, 27, 141, 0.5);
}

.product-information__grid button[type="submit"]::before,
.product-information__grid .product-form__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-information__grid button[type="submit"]:hover::before,
.product-information__grid .product-form__submit:hover::before {
  opacity: 1;
}

.product-details .quantity-selector {
    border: 1px solid var(--hairline);
    border-radius: 999px !important;
}

.product-details .quantity-selector .quantity-plus, .quick-add-modal .quantity-selector .quantity-plus {
  border-radius: 999px !important;
}

.product-details .quantity-selector .quantity-minus {
  border-radius: 999px !important;
}

.product-details .quantity-selector:hover {
  background:#333;
}

.product-information__grid .product-form-buttons button {
    background-color: #333333;
    border-radius: 100px;
     font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.product-information__grid .rte p,
.product-information__grid .rte li {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
  width:100%;
  max-width:100%;
}

.product-information__grid .rte nbsp; {
  display:none
}

.product-information__grid .rte b {
  color:#fff;
}

.product-information__grid .rte {
  white-space: normal;
}

.product-information__grid .rte ul {
  padding-left: 0;
  list-style: none;
}

.product-information__grid .rte li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.product-information__grid .rte li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg,#FF6A00,#FF1B8D);
  position: absolute;
  left: 0;
  top: 8px;
}

.product-details .variant-option__select-wrapper {
  position: relative;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  transition: all 0.3s ease;
}

.product-details .variant-option__select-wrapper:hover {
  border-color: rgba(255,106,0,0.6);
  box-shadow: 0 0 15px rgba(255,27,141,0.2);
}

.product-details .variant-option__select {
  width: 100%;
  background: transparent;
  color: #fff;
  padding: 12px 40px 12px 14px;
  border: none;
  outline: none;
  font-size: 14px;
  appearance: none;
  cursor: pointer;
}


.product-details .variant-option__select-wrapper svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  fill: rgba(255,255,255,0.6);
  pointer-events: none;
}

.product-details .variant-option label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
  display: block;
}

.product-details .variant-option__select:focus {
  outline: none;
}

.product-details .variant-option__select-wrapper:has(select:focus) {
  border-color: #FF1B8D;
  box-shadow: 
    0 0 0 1px rgba(255,27,141,0.6),
    0 0 20px rgba(255,27,141,0.25);
}

.product-details .variant-option__select option {
  background: #111;
  color: #fff;
}

.product-details .variant-option__select option:disabled,
.product-details .variant-option__select option[data-available="false"] {
  color: rgba(255,255,255,0.4);
}

.product-details .variant-option {
  margin-bottom: 18px;
}


.product-details .details__header {
  font-size:15px;
}

.product-recommendations h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.product-recommendations .resource-list {
  gap: 20px !important;
}

.resource-list--grid .product-card,
.page-collection .product-grid__item {
  border-radius: 10px !important;
  overflow: hidden;
  background: linear-gradient(180deg, #1b1b25, #13131a);
  border: 1px solid rgba(255,255,255,0.08) !important;
  transition: all 0.4s ease;
  position: relative;
}

.resource-list--grid .product-card::before,
.page-collection .product-grid__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg,#ff7a18,#ff2e93);
  opacity: .8;
}

.resource-list--grid .product-card:hover,
.page-collection .product-grid__item:hover {
  box-shadow: 0 10px 40px -10px rgba(255,46,147,.5);
}

.resource-list--grid .product-card .product-media__image,
.page-collection .product-grid__item img {
  transition: transform .6s ease;
}

.resource-list--grid .product-card:hover .product-media__image,
.page-collection .product-grid__item:hover img {
  transform: scale(1.1);
}

.resource-list--grid .product-badges__badge,
.page-collection .product-grid__item .product-badges__badge {
  background: linear-gradient(90deg,#ff7a18,#ff2e93) !important;
  color: #fff !important;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 999px;
}

.resource-list--grid .product-card p,
.page-collection .product-grid__item p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.resource-list--grid .product-card .price,
.page-collection .product-grid__item .price {
  font-weight: 800;
  font-size: 16px;
  background: linear-gradient(90deg,#ff7a18,#ff2e93);
  -webkit-background-clip: text;
  color: transparent;
}

.resource-list--grid .product-card .compare-at-price,
.page-collection .product-grid__item .compare-at-price {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  text-decoration: line-through;
  margin-left:4px;
}

.resource-list--grid .product-card .quick-add__button--add,
.page-collection .product-grid__item .add-to-cart-button {
  background: linear-gradient(90deg,#ff7a18,#ff2e93);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(255,46,147,.5);
  transition: all .3s ease;
}


quick-add
.resource-list--grid .product-card__content {
  background: transparent !important;
  border: none !important;
  display:unset;
}

.page-collection .product-grid__item .product-card__content  {
  background: transparent !important;
  border: none !important;
}

/* .page-collection .product-grid__item .product-card__content {
  padding:15px;
} */

.resource-list--grid .product-card .text-block p,
.page-collection .text-block p,
.page-collection .card__heading,
.page-collection .full-unstyled-link {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.resource-list--grid .product-media-container img,
.page-collection .product-grid__item img {
    aspect-ratio: inherit;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
}

.resource-list--grid .product-media-container .product-media,
.page-collection .product-grid__item .product-media {
  min-height: 300px;
    max-height: 300px;
}

.resource-list--grid .product-media-container.media-fit,
.page-collection .product-grid__item .product-media-container.media-fit {
    --product-media-fit: cover;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
}

.section-resource-list__content h3 {
  text-transform:uppercase !important;
}

.product-page summary:hover {
  color:#fff;
}

.product-short-description p {
  font-size:14px;
  color:rgba(255,255,255,0.8);
}


  .product-page .product-information__media {
    position: relative;
  }

  .product-page .slick-prev,
  .product-page .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.12);
    transition: all .35s ease;
    z-index: 99;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  .product-page .slick-prev {
    left: -20px;
  }

  .product-page .slick-next {
    right: -20px;
  }

  .product-page .product-information__media:hover .slick-prev {
    left: 10px;
    opacity: 1;
    visibility: visible;
  }

  .product-page .product-information__media:hover .slick-next {
    right: 10px;
    opacity: 1;
    visibility: visible;
  }

  .product-page .slick-prev:hover,
  .product-page .slick-next:hover {
    background: rgba(0,0,0,.9);
    border-color: rgba(255,255,255,.2);
  }

  .product-page .slick-prev::before,
  .product-page .slick-next::before {
    content: "" !important;
    position: absolute;
    inset: 0;
    background-image: url("/cdn/shop/files/right-arrows.png?v=1778087871");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
  }

.product-page .slick-prev::before {
  transform: rotate(180deg);
}

.product-information__grid h1 {
  text-wrap: auto !important;
}

.page-collection .product-grid .group-block-content {
  padding: 0 20px 15px;
}

.page-collection .product-grid .group-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-collection .product-grid .group-block__media-wrapper,
.page-collection .product-grid .group-block__media-wrapper img,
.page-collection .product-grid .media img {
  width: 100%;
  display: block;
}

.page-collection .product-grid .text-block,
.page-collection .product-grid product-price {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.page-collection .metafield-rich_text_field p {
  font-weight:400 !important;
  color:rgba(255,255,255,0.6) !important;
  font-size:14px;
  margin-top:5px;
}

.rating-stars {
  display:flex;
}

.custom-rating .rating-stars svg{
  width:20px;
  height:20px;
  fill:#D73173;
}

.custom-rating {
      display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom:0;
}

.product-page .product-short-description .metafield-rich_text_field {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-page .product-meta-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0;
  margin:0;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  border-image:linear-gradient(90deg,var(--vb-orange),var(--vb-pink)) 1;
  padding:12px 0;
}

.product-page .product-meta-item{
  width:50%;
  display:flex;
  align-items:center;
  gap:6px;
}

.product-page .product-meta-item:last-child{
  justify-content:flex-start;
}

.product-page .meta-label,
.product-page .meta-value,
.product-page .meta-value *{
  font-size:14px;
  font-weight:400;
  color:#fff;
  line-height:1.4;
  margin:0;
  background:none;
  -webkit-text-fill-color:unset;
}

.product-page .meta-label {
  font-weight:600!important;
}

.product-page .custom-liquid-main {
  width:100% !important;
}

.product-information__grid h1{
  font-size:24px !important;
  line-height:1.2;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:normal;
}

.product-page .product-information__grid{
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
  padding:32px;
  background:#0b0b0f;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03),
    0 10px 40px -15px rgba(255,106,0,.18),
    0 15px 50px -20px rgba(255,27,141,.18);
}

.delivery-info{
  margin:0;
  padding:18px 20px;
  list-style:none;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:linear-gradient(180deg,#111114,#0b0b0f);
}

.delivery-info li{
  position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
}

.delivery-info li:last-child{
  margin-bottom:0;
}

.delivery-info li::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  position:absolute;
  left:0;
  top:4px;
}

.product-page .dynamic-qty-price{
  margin-top:0;
  font-size:18px;
  font-weight:700;
  color:#fff;
  text-align:center;
}

.page-product .content-for-layout {
  padding:0 !important;
}

.product-page .dynamic-price{
  background:linear-gradient(90deg,#FF6A00,#FF1B8D);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}


.product-feature .feature-main-heading {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
}

.product-feature .vb-why-icon img {
  max-width:25px;
  max-height:25px;
}

.product-feature  .vb-why-card {
  gap: 15px;
}

.product-feature .vb-why-title {
  font-family: "Fjalla One", sans-serif;
  font-weight:400;
}

.product-page .section-resource-list__content h3 {
  font-family: "Fjalla One", sans-serif;
  font-weight:400;
}

.product-card__content{
  overflow:hidden;
}

.page-cart .product-card__content > product-price{
  display:block;
  padding:0 15px 15px;
}

.page-cart .resource-list--grid .product-card .text-block p {
  padding:10px 15px 0 15px;
}

.cart__ctas .button {
    color: #fff;
    background: linear-gradient(90deg,#ff6a00,#ff1b8d);
    text-decoration: none;
    border-radius: 40px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px #ff1b8d59;
}

.cart-items__title:hover {
  color:#fff !important;
}

#ResultsList {
  border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: 32px;
    background: #0b0b0f;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .03), 0 10px 40px -15px rgba(255, 106, 0, .18), 0 15px 50px -20px rgba(255, 27, 141, .18);
}

.sticky-add-to-cart__button {
    color: #fff;
    background: linear-gradient(90deg, #ff6a00, #ff1b8d);
    text-decoration: none;
    border-radius: 40px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px #ff1b8d59;
}

._1tx8jg71j {
  width:100% !important;
}

@media(max-width:767px){
  .product-page .product-meta-row{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .product-page .product-meta-item{
    width:100%;
  }

  .product-information__grid h1{
  font-size:18px !important;
}
}

@media screen and (min-width: 1024px) {
  .page-collection  .product-grid--template--18465384071243__main:is(.product-grid--grid) {
    --product-grid-columns-desktop: repeat(4,1fr) !important;
    gap: 20px !important;
  }
}

@media screen and (min-width: 750px) {
  .product-information__grid {
    display: grid;
    grid-template-columns: 50% 50% !important;
    align-items: start;
  }

  .product-information__media {
    width: 100%;
    max-width: 100%;
  }

  .product-details {
    width: 100%;
    min-width: 0;
  }

}

@media (min-width: 1025px) {
  .product-page .accordion {
    display:none;
  }
}

@media (max-width: 1024px) {
  .footer-content > .group-block:first-child {
    max-width: 100%;
  }

  .resource-list--grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

 
  .product-page .product-desc-custom {
    display:none !important;
  }

   .dark-feature-boxes{
    grid-template-columns:repeat(2,1fr);
  }

  #ResultsList {
    padding:20px 12px;
  }

}

@media (max-width: 768px) {
  .footer-content .social-icons__wrapper {
    justify-content:flex-start;
  }

  .contact-item {
    justify-content:left;
  }

  .announcement-bar__text {
    font-size:15px !important;
    line-height:18px;
  }

  .resource-list--grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  
  .product-details {
    padding-top:20px;
  }

  .product-short-description p {
    font-size: 12px;
  }

  .product-information__grid .price {
    font-size: 18px;
  }

  .product-information__grid .compare-at-price {
    font-size: 14px;
  }

  .product-information__grid h1 {
    font-size:20px !important;
  }

  .product-information__grid .quantity-selector-wrapper {
    width: 100% !important;
    max-width: 100%;
    display: unset;
  }

  .product-information__grid .variant-picker {
padding-bottom:0 !important;
  }

  .product-information {
    padding:20px 0 30px !important;
  }

  h3 {
    font-size:20px !important;
  }

   .feature-main-heading{
    font-size:24px;
  }
  .dark-feature-boxes{
    grid-template-columns:1fr;
  }

  .resource-list--grid .product-media-container.media-fit, .page-collection .product-grid__item .product-media-container.media-fit {
    --product-media-fit: cover;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
}

.resource-list--grid .product-media-container img, .page-collection .product-grid__item img {
    aspect-ratio: inherit;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
}

.page-collection .product-grid {
--mobile-columns: 1 !important;
grid-template-columns: 1fr !important;
}
}