/** Shopify CDN: Minification failed

Line 240:69 Expected identifier but found whitespace
Line 1151:0 Expected "}" to go with "{"

**/
.sf__btn {
  text-decoration: none;
}

/********** HEADER/NAV **********/
.sf-header__bg {
  background:rgb(11, 11, 11);
}

.sf-header .sf-menu-item>a {
  color: #FFF;
}

.sf-header .sf-search-form {
  color: #FFF;
}

.sf-header .cart-icon {
  color: #FFF;
}

#cart-drawer-container #shopify-section-cart-drawer .scd__content {
  background: #1e1e1e;
}

body.subscriber #cart-drawer-container #shopify-section-cart-drawer  .scd-item__prices {
  display: none;
}

#cart-drawer-container #shopify-section-cart-drawer .scd-item__quantity {
  display: none;
}

#cart-drawer-container #shopify-section-cart-drawer .scd-item__remove {
  margin-left: 0;
  padding-left: 0;
}

#cart-drawer-container #shopify-section-cart-drawer .scd__footer {
  background: #1e1e1e;
}

/********* PREDICTIVE SEARCH **********/
.search-container .text-black {
  color: var(--product-regular-price-color);
}

.search-container .text-color-sale-price, .search-container .text-color-regular-price {
  display: none;
}

/********** FOOTER **********/
.footer-mobile__common {
  background: #000;
}

/********** HOME **********/
.image__with-text .sf-custom__block {
  padding-bottom: 20px !important;
  padding-top:20px !important;
}

.image__with-text .sf-custom__block .content__box h3 {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .image__with-text .sf-custom__block .content__box h3 {
    font-size: 30px;
  }
}

.image__with-text .sf-custom__block .content__box .prose {
  color: #FFF;
  margin-bottom: 0 !important;
}

/********** LIST PAGE **********/
.video-preview-toggle {
  margin-bottom: 20px;
}

.video-preview .video, .video-preview input {
  display: block;
}

.video-preview input {
  background: none;
  border: none;
  color: #FFF;
  margin-bottom: 10px;       
}

.video-preview info {
  display: none;
}

.video-preview .error {
  display: block;
  background-color: red;
  color: white;
}

.sf__accordion-item .sf__accordion-button:after {
  background-image: url(arrow-down-white.svg);
}


@media screen and (max-width: 767px) {
  .sf__collection-container .sf__collection-toolbar .sf__toolbar-wrapper {
      background: #000000ff;
  }
}

@media screen and (max-width: 1279px) {
  .sf__collection-container.sidebar__leftColumn .sf__sidebar .sf__sidebar-content, .sf__collection-container.sidebar__rightColumn .sf__sidebar .sf__sidebar-content {
      background-color: #000 !important;
  }
}

.sf__pcard-content .mt-3 {
  margin-top: 10px !important;
}

.sf__col-one .sf__pcard form .sf__pcard-image {
  margin-right: 20px !important;
  width: 60px !important;
}

.sf__col-one .sf__pcard form .sf__pcard-content {
  margin-top: 0 !important;
  width: 100px !important;
}
.sf__col-one .sf__pcard form {
  align-items: center !important;
  display: flex !important;
}

#main-collection-product-grid .sf__col-one .sf__pcard form .sf__pcard-action {
  display: none !important;
}

/***** SAMPLE PLAYER *****/
.product-sample .player-container {
  background:rgb(20, 20, 20);
  bottom: 0;
  cursor: default;
  left: 0;
  min-height: 50px;
  padding: 2px;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .product-sample .player-container {
    padding-left: 110px;
  }
}


.product-sample.active .player-container {
  visibility: visible;
}

.product-sample .player-container .flex-player {
  align-items: center;
  display: flex;
}

.product-sample .player-container .sample-image {
  display: none;
  left: 0;
  position: relative;
  top: 0;
  Padding: 12px
}

@media screen and (min-width: 768px) {
  .product-sample .player-container .sample-image {
    display: block;
  }
}

.product-sample .player-container .sample-title {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 20px;
}

.product-sample .player-container .sample-title .artist-name {
  color: var(--color-secondary);
}

.product-sample .player-container .sample-player {
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  width: 100%;
}

.product-sample .player-container .sample-player wave {
  overflow: hidden !important;
}

.product-sample .player-container .sample-buy {
  align-items: center;
  border-radius: 100%;
  display: flex;
  background: #none;
  border: none;
  color: #000;
  fill: #000;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin-left: 30px;
  min-width: 0;
  padding: 0;
  transition: all .32s;
  width: 40px;
  margin-right: 80px !important;
}

.product-sample .player-container .sample-buy:hover {
  border-color: #00FFC8;
  background-color: #00FFC8;
  color: #FFF;
  fill: #000;
}

.product-sample .player-container .sample-wishlist.added-to-wishlist: {
  background-color: none;
}

.product-sample .player-container .sample-wishlist.added-to-wishlist svg {
  fill: #00FFC8;
  background-color:rgb(13, 13, 13);
  border-color: #00FFC8;

}
.product-sample .player-container a[href*="create-video"] {
  margin-left: 40px !important;
  margin-right: 100px !important;
}


/*** PLAY/PAUSE BUTTONS ***/
.product-sample .wave-btn, .player-btn {
  border: none;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-sample .wave-btn:hover, .player-btn:hover {
  border-color: #00FFC8;
}

.product-sample .wave-btn svg, .player-btn svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}
.product-sample .wave-btn:hover svg, .player-btn:hover svg {
  fill: #00FFC8;
}

.product-sample .wave-btn svg#pause_icon, .player-btn svg#pause_icon {
  display: none;
}
.product-sample .wave-btn.playing svg#pause_icon, .player-btn.playing svg#pause_icon {
  display: block;
}
.product-sample .wave-btn.playing svg#play_icon, .player-btn.playing svg#play_icon {
  display: none;
}

/***** PRODUCT ROW *****/
@media screen and (min-width: 1400px) {
  .product-row {
    display: flex;
  }
}

.product-row .title-and-sample {
  align-items: center;
  cursor: default;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .product-row .title-and-sample {
    flex-shrink: 0;
    width: 50%;
  }
}

.product-row .title-and-sample  h3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 20px;
  width: 100px;
}
@media screen and (max-width: 575px) {
  .product-row .title-and-sample h3 {
    left: 100px;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
  }
}

.product-row .title-and-sample h3 .sf__pcard-name {
  display: block
}

.product-row .title-and-sample h3 .artist-name {
  color:rgb(185, 185, 185);
}
.product-row .title-and-sample h3 .artist-name:hover {
  color: #00FFC8;
}

.product-sample {
  padding-left: 56px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .product-sample {
    height: 100px;
    left: 120px;
    position: absolute;
    top: 20px;
    width: calc(100% - 120px);
  }
}

.product-sample .waveform wave {
  overflow: hidden !important;

}

.product-row .product-row-info {
  align-items: center;
  cursor: default;
  display: flex;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .product-row .product-row-info {
    flex-direction: column;
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .product-row .product-row-info {
    width: 50%;
  }
}

.product-row .product-row-info .metafields {
  color: #dbdbdb;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  padding-right: 20px;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 575px) {
  .product-row .product-row-info .metafields {
    justify-content: flex-start;
    padding-right: 120px;
    text-align: left;
    width: 100%;
  }
  .product-row .product-row-info .metafields.genre {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .product-row .product-row-info .metafields {
    width: 38%;
  }
}
body.subscriber .product-row .product-row-info .metafields {
  flex-grow: 1;
}

.product-row .product-row-info .metafields .field:last-of-type .separator {
  display: none;
}

body.subscriber .product-row .product-row-info .price-and-buy {
  min-width: 50px;
}

@media screen and (max-width: 575px) {
  .product-row .product-row-info .price-and-buy .sf__pcard-price {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.product-row .product-row-info .price-and-buy .prod__price {
  color: #FFF;
  font-weight: bold;
}

.product-row .product-row-info .price-and-buy .prod__price,
.product-row .product-row-info .price-and-buy .money,
.product-row .product-row-info .price-and-buy .money-details {
  display: none;
}

.product-row .product-row-info .price-and-buy .content-view-list {
  margin: 0 !important;
}

.sf__tooltip-item.sf-wishlist__button {
  background: none;
  border: none;
  color: #00FFC8;
  height: 30px;
  margin-bottom: 0;
  width: 30px;
}
@media screen and (max-width: 575px) {
  .sf__tooltip-item.sf-wishlist__button {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sf__tooltip-item.sf-wishlist__button:hover {
  background: #00ffc8;
  border-color: #585858;
  box-shadow:  none;
  color: #000;
}
.sf__tooltip-item.sf-wishlist__button.added-to-wishlist {
  background: #00ffc8;
  border-color: #000;
  color: #000;
}
.sf__tooltip-item.sf-wishlist__button.added-to-wishlist:hover {
  border-color: transparent;
  color: #000;
}

.product-row .product-row-info .price-and-buy .content-view-list .add-to-cart,
.product-row .product-row-info .price-and-buy .sf-pqv__button.quick-add {
  background:rgba(28, 28, 28, 0);
  border: none;
  color: #fff;
  font-size: 20px;
  height: 30px;
  min-width: 60px;
  padding: 0;
  position: static;
  width: 30px;
}
.product-row .product-row-info .price-and-buy .content-view-list .add-to-cart:hover,
.product-row .product-row-info .price-and-buy .sf-pqv__button.quick-add:hover {
  border-color: #000;
  box-shadow: none;
  color: #fff;
  background-color: #00ffc8;
}

.product-row .product-row-info .price-and-buy .content-view-list .add-to-cart svg,
.product-row .product-row-info .price-and-buy .sf-pqv__button.quick-add svg {
  margin: 0 auto;
}
.product-row .product-row-info .price-and-buy .content-view-list .flex.items-center {
  align-items: center;
  display: flex;
  gap: 24px;
  position: relative;
}

.product-row .product-row-info .price-and-buy .content-view-list .sf__tooltip-item {
  position: static !important;
  transform: none !important;
  right: auto !important;
  top: auto !important;
}
.product-row .product-row-info .price-and-buy .content-view-list a.sf__tooltip-item {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  height: 20px !important;
  width: 20px !important;
}
.al-loading-overlay:after {
  background: none;
}

body.subscriber .sf-modal__content .prod__compare_price, body.subscriber .sf-modal__content .prod__price {
  display: none;
}

body.subscriber .sf-modal__content .product-options {
  display: none;
}

/* Add hover effect to product listings */
.product-row:hover {
  background-color:rgba(44, 44, 44, 0.07); /* Change this to the desired hover background color */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.07); /* Neon green glow effect */
}


/***** PRODUCT GRID LAYOUT *****/
.product-grid-item .sf__pcard-content {
  margin-top: 10px;
}


/********** PRODUCT PAGE *********/
.template-product .sf-prod__info-wrapper {
  z-index: 69;
}

body.subscriber .sf-prod__container.audio-product .main-product__block-price {
  display: none;
}
body.subscriber .sf-prod__container.audio-product .main-product__block-variant_picker {
  display: none;
}

.sf-prod__container.audio-product .product-metafields .metafields {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sf-prod__container.audio-product .product-metafields .metafields .metafield-title {
  color: #00FFC8;
  margin-right: 10px;
}

.sf-prod__container.audio-product .product-metafields .field:last-of-type .separator {
  display: none;
}

.sf-prod__container.audio-product .sf-po__option-button {
  border-color: var(--color-secondary);
  padding: 0 10px;
}
.sf-prod__container.audio-product .sf-po__option-button[data-selected=true] {
  border-color: var(--color-primary);
}

.sf-prod__container.audio-product .pricing-button {
  background: #FFF;
  color: #000;
  display: block;
  margin-top: 10px;
  max-width: 267px;
  padding: 10px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.sf-prod__container.audio-product .pricing-button:hover {
  background: var(--color-primary);
  color: #FFF;
}

.sf-prod__container.audio-product .add-to-cart {
  flex-grow: 0;
  margin-right: 20px;
  width: 200px;
}
.sf-prod__container.audio-product .prod__dynamic_checkout {
  width: 200px;
}

@media (min-width: 768px) {
  .sf-prod__container.audio-product .product-image-block {
      width: 25%;
  }
  .sf-prod__container.audio-product .product-content-block {
      width: 75%;
  }
}

.prod__sticky-atc {
  display: none !important;
}

/********** PRICING PAGE *********/
#shopify-section-page-pricing {
  padding-bottom: 30px;
}

.sf__pages-pricing .pricing-toggle {
  border: solid 1px #00FFC8
  border-radius: 30px;
  display: flex;
  margin: 0 auto 50px;
  overflow: hidden;
  width: 300px;
}

.sf__pages-pricing .pricing-toggle .toggle {
  border-radius: 28px;
  color: #FFF;
  display: block;
  padding: 20px 0;
  text-align: center;
  width: 150px;
}

.sf__pages-pricing .pricing-toggle .active {
  background: #212121; /* Default background color */
  transition: box-shadow 0.3s ease; /* Smooth transition effect */
}

.sf__pages-pricing .pricing-grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px)  {
  .sf__pages-pricing .pricing-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}

.sf__pages-pricing .pricing-grid .pricing-panel {
  align-items: center;
  border: solid 0.2px #1a1a1a;
  background-color: #1a1a1a;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  position: relative;
}

.sf__pages-pricing .pricing-grid .pricing-panel:hover {
  background-color: #000;;
  box-shadow: 0 0 40px rgba(0, 255, 200, 0.7); /* glow effect */

}
@media screen and (min-width: 1024px)  {
  .sf__pages-pricing .pricing-grid .pricing-panel {
    margin-bottom: 0;
    max-width: 32%;
    width: 500px;
  }
}

.sf__pages-pricing .pricing-grid .pricing-panel h3 {
  color: #FFF;
  margin-bottom: 30px;
}

.sf__pages-pricing .pricing-grid .pricing-panel p {
  color: #999;
  margin-bottom: 25px;
}

.sf__pages-pricing .pricing-grid .pricing-panel p.white {
  color: #FFF;
}

.sf__pages-pricing .pricing-grid .pricing-panel p.last {
  margin-bottom: 50px;
}

.sf__pages-pricing .pricing-grid .pricing-panel p span.price {
  color: #00FFC8;
  font-size: 35px;
}

.sf__pages-pricing .pricing-grid .pricing-panel .memberships_button {
  margin-top: auto;
  width: 100%;
}

.sf__pages-pricing .pricing-grid .pricing-panel .memberships_button .btn {
  border: solid 1px #3b3b3b;
  border-radius: 30px;
  background-color: #00FFC8;
  color: #000;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.sf__pages-pricing .pricing-grid .pricing-panel .memberships_button .btn:hover {
  background: #3b3b3b;
  color: #FFF
}

/***** COMPARISON TABLE *****/
.plan-comparison {
  font-size: 15px;
  font-weight: 300;
  overflow-x: auto;
  width: 100%;
}

.plan-comparison .comparison-grid {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

.plan-comparison .comparison-grid tr:nth-of-type(even) {
  background: #121212;
}

.plan-comparison .comparison-grid .section-row {
  color: #00FFC8;
}

.plan-comparison .comparison-grid td {
  height: 72px;
  padding: 15px 5px;
}

.plan-comparison .comparison-grid .section-row td {
  height: auto;
}

.plan-comparison .comparison-grid td strong {
  font-weight: 600;
}

.plan-comparison .comparison-grid td span.dark {
  color: #999;
}

.plan-comparison .comparison-grid td.plan-cell span {
  color: #000;
  display: inline-block;
  padding: 15px 10px;
  width: 120px;
  font-size: 15px;
  border-radius: 25px;
}

.plan-comparison .comparison-grid td.plan-cell.bronze span {
  color: #CD7F32
}

.plan-comparison .comparison-grid td.plan-cell.silver span {
  color: #C0C0C0;
}

.plan-comparison .comparison-grid td.plan-cell.gold span {
  color: #FFD700;
}

.plan-comparison .comparison-grid td.tick {
  color: #00FFC8;
  font-size: 16px;
}

.plan-comparison .comparison-grid td.cross {
  color: #961911;
  font-size: 16px;
}

.plan-comparison .comparison-grid td#one-account {
  color: #CE7F32;
}

.plan-comparison .comparison-grid td#two-accounts {
  color: #C0C0C0;
}

.plan-comparison .comparison-grid td#four-accounts {
  color: #DCAF15;
}

.plan-comparison .table-note {
  display: block;
  margin-top: 20px;
}


/********** MEMBERS **********/
.form-control {
  color: #FFF;
}

#MainContent .accountDetailsContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--container-width, 1280)*1px);
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

#MainContent .accountDetailsContainer h1 {
  font-size: 1.875rem;
  font-weight: normal;
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  #MainContent .accountDetailsContainer h1 {
    font-size: 2.25rem;
    margin: 3.5rem 0;
  }
}

#MainContent .accountDetailsContainer .membership_table {
  text-align: center;
  width: 100%;
}

#MainContent .accountDetailsContainer .membership_table a {
  color: #00FFC8;
}
#MainContent .accountDetailsContainer .membership_table a:hover {
  color: #36a9e1 !important;
}

.modal-content {
  color: #333;
}

.modal-footer .btn {
  color: #333;
}



@media (max-width: 767px) {
    #MainContent .accountDetailsContainer {
        max-width: 100% !important; /* Allow full width on mobile */
        padding-left: 0.5rem; /* Reduce padding for mobile */
        padding-right: 0.5rem;
        overflow-x: auto; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    }

    #MainContent .accountDetailsContainer .membership_table {
        width: auto !important; /* Allow table to size to content */
        min-width: 100%; /* Ensure full content is accessible */
        display: block; /* Ensure table behaves as block for scrolling */
        overflow-x: auto; /* Enable table-specific scrolling */
    }

    #MainContent .accountDetailsContainer .membership_table td,
    #MainContent .accountDetailsContainer .membership_table th {
        white-space: nowrap; /* Prevent text wrapping in cells */
        padding: 0.5rem; /* Adjust padding for mobile */
    }
}



/********** BASKET **********/
.sf-cart__item .scd-item__qty .scd-item__qty_input {
  color: #000;
}

.sf-wishlist__container .product-row .title-and-sample h3,
.recently-viewed .product-row .title-and-sample h3 {
  margin-right: 0;
  margin-top: 5px;
  width: 100%;
}

.sf-wishlist__container .product-row .title-and-sample .product-sample,
.recently-viewed .product-row .title-and-sample .product-sample {
  display: none;
}

.sf-wishlist__container .product-row .product-row-info .metafields,
.recently-viewed .product-row .product-row-info .metafields {
  display: none;
}

.sf-wishlist__container .sf__pcard-quick-add,
.recently-viewed .sf__pcard-quick-add {
  display: none !important;
}
.globo-account .globo-account-left .globo-account-details {
  background:black !important;
}
.globo-account {
  padding:0 !important;
}
.globo-account-details {
  padding:0 !important;
}
.globo-account-right {
  display:none;
}

/* Style for the extra button on product.quickview.liquid file - referencing subscriptions */
.btn-extra {
  background-color: #000; /* Customize the background color */
  color: #FFF; /* Customize the text color */
  padding: 10px 20px; /* Adjust padding as needed */
  border-radius: 20px; /* Add border radius for rounded corners */
  width: 110%;
  text-decoration: none; /* Remove underline from the link */
  margin-left: 110px; /* Add spacing between the button and the product title */
}

/* Hover effect for the button */
.btn-extra:hover {
  background-color: #ffffff; /* Customize the hover background color */
  color: #fff; /* Customize the hover text color */
}

.sf__btn.video-preview-toggle {
  /* Custom styling for the button */
  /* Example styles */
  background-color:rgb(243, 243, 243); /* Blue background */
  color:rgb(0, 0, 0); /* White text color */
  border: 1px solid #ffffff; /* Blue border */
  border-radius: 10px; /* Border radius */
  padding: 8px 12px; /* Padding */
  text-decoration: none; /* Remove underline */
}

.sf__btn.video-preview-toggle:hover {
  background-color:rgb(0, 255, 187); /* Darker blue background on hover */
  color:rgb(0, 0, 0); /* White text color */
}



/********** NEW MOBILE LIST STYLING **********/
@media screen and (max-width: 600px) {
  /***** LIST *****/
  .sf__product-listing .sf__pcard {
    padding: 0;
  }

  .sf__product-listing .sf__pcard .product-form {
    align-items: center;
    display: flex;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-image {
    margin-right: 3% !important;
    width: 17% !important;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-image .track-images {
    border: 1px solid #FFF;
    border-radius: 0;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content {
    padding: 0;
    width: 80%;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row {
    display: flex;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .title-and-sample {
    flex-grow: 1;
    padding-right: 5px;
    width: 50%;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .title-and-sample h3 {
    margin: 0;
    position: static;
    width: calc(100% - 40px);
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .title-and-sample h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .title-and-sample .product-sample {
    height: 40px;
    padding: 0;
    position: static;
    width: 40px;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .title-and-sample .product-sample .wave-btn {
    position: static;
    transform: none;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .title-and-sample .product-sample .waveform {
    display: none
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info {
    flex-direction: row;
    margin: 0;
    width: auto;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .metafields {
    display: none;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .metafields.duration {
    display: block;
    padding: 0;
    width: 32px;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .price-and-buy .items-start {
    flex-direction: row-reverse;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .price-and-buy .sf-pqv__button.quick-add,
  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .price-and-buy .content-view-list .add-to-cart {
    min-width: 30px;
    position: static;
    transform: none;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .price-and-buy .grid {
    display: flex;
    gap: 0;
    margin: 0 5px;
  }

  .sf__product-listing .sf__pcard .product-form .sf__pcard-content .product-row .product-row-info .price-and-buy .grid .sf__tooltip-item.sf-wishlist__button {
    position: static;
    transform: none;
  }

  /***** PLAYER *****/
  .product-sample .player-container .sample-title {
    flex-shrink: 1;
    font-size: 14px;
    padding: 0;
    width: 50%;
  }
  
  .product-sample .player-container .sample-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .product-sample .player-container .sample-player {
    padding: 0 0 0 40px;
  }

  .product-sample .player-container .sample-wishlist {
    display: none
  }

  .product-sample .player-container .sample-buy {
    display: none
  }
  @media screen and (max-width: 600px) {
  .product-sample .player-container a[href*="create-video"] {
    display: none !important;
  }
  @media screen and (max-width: 600px) {
  .product-row .product-row-info .metafields.duration {
    display: none !important;
  }
}

}
@media screen and (max-width: 600px) {
  .product-row .product-row-info .price-and-buy .content-view-list .flex.items-center {
    gap: 12px !important;
    align-items: center !important;
  }
  
  .product-row .product-row-info .price-and-buy .content-view-list .sf__tooltip-item,
  .product-row .product-row-info .price-and-buy .content-view-list a.sf__tooltip-item,
  .product-row .product-row-info .price-and-buy .content-view-list .add-to-cart {
    position: static !important;
    transform: none !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 24px !important;
    width: 24px !important;
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
  }
}
.product-row .product-row-info .price-and-buy .content-view-list .flex.items-center,
.product-row .product-row-info .price-and-buy .content-view-list .flex.items-center * {
  vertical-align: middle;
}

.product-row .product-row-info .price-and-buy .content-view-list .sf__tooltip-item svg,
.product-row .product-row-info .price-and-buy .content-view-list .add-to-cart svg {
  display: block;
}
.product-row .product-row-info .price-and-buy .content-view-list a.sf__tooltip-item {
  vertical-align: middle !important;
  position: relative !important;
  top: 5px !important;  /* adjust this value up or down to taste */
}
.sf__sidebar {
  position: relative;
  z-index: 1;
}

.sf__accordion-item {
  position: relative;
  z-index: 1;
}
