/*
Theme Name: Sniff n waggle
Theme URI: 
Author:  Sniff n waggle
Author URI:
Description:Sniff n waggle them
Version: 1.0
License:
License URI: 
Text Domain: Sniff n waggle
*/

/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=IBM Plex Sans:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "IBM Plex Sans", sans-serif !important;
}

/* Customizer CSS */
header {
  z-index: 9999 !important;
}
.btn-offset {
  display: none !important;
}
.needsclick h1 {
  line-height: 21px !important;
  margin-bottom: 8px !important;
}

@media (max-width: 991px) {
  .needsclick h1 {
    line-height: 25px !important;
  }
}

@media (max-width: 768px) {
  .sw-banner {
    height: 700px !important;
  }
}

/* Woo Styles */
span.variable-item-radio-value-wrapper .stock {
  display: none;
}
.shop-page-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.shop-page-sidebar {
  width: 22.65%;
}

.shop-page-main {
  width: 76.5%;
}

.shop-page-main ul.products {
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.shop-page-main ul.products li {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 8px;
}

.shop-page-main ul.products li img {
  width: 100%;
  height: auto;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}

.shop-page-main ul.products li img {
  margin-bottom: 20px;
}

.shop-page-main .woocommerce-loop-product__title {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.27;
  margin: 0 0 8px;
}

.shop-page-main li.product .price {
  color: #4090dd;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 8px;
  display: block;
}

.shop-page-sidebar button.wpfFilterButton.wpfButton,
.shop-page-main .button {
  border-radius: 4px;
  background: #4090dd;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  line-height: 1;

  display: inline-block;
}

.shop-page-sidebar button.wpfFilterButton.wpfButton:hover,
.shop-page-main li.product .button.add_to_cart_button:hover {
  background: #f67599;
}

.sniff-shop-ordering-sort {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}

.sniff-shop-ordering-sort p {
  margin: 0;
}

form.woocommerce-ordering select {
  background: #f67599;
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  height: 44px;
  -webkit-appearance: none;
  appearance: none;
}

form.woocommerce-ordering {
  position: relative;
}

.sniff-loop-excerpt {
  font-size: 12px;
  color: #000;
  line-height: 1.33;
  margin: 8px 0;
}
.shop-page-sidebar .widget {
  border-color: #0000001a;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.sniff-sidebar-header {
  background: url("http://localhost/snw/wp-content/uploads/2025/07/widget-curve-sidebar.png")
    #4090dd no-repeat right bottom;
  padding: 16px 20px 40px;
  color: #fff;
  background-size: 100% auto;
  position: relative;
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.sniff-sidebar-header h3 {
  font-size: 28px;
  margin: 0;
}

.sniff-sidebar-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sniff-product-cols {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.sniff-product-media {
  width: 46.6%;
}

.sniff-product-info {
  width: 47.57%;
}

.sniff-product-media img {
  width: 100%;
  height: auto;
}

.wpgs-for {
  border: 1px solid #0000001a;
  border-radius: 15px;
  overflow: hidden;
}

.wpgs-for .slick-arrow {
  display: none !important;
}

.wpgs-nav.slick-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.wpgs-nav.slick-slider .slick-slide {
  border: 1px solid #0000001a;
  border-radius: 12px;
  overflow: hidden;
}

.sniff-product-info h1 {
  font-size: 34px !important;
}

.sniff-product-info .price {
  color: #438fdc;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.5px;
}

.sniff-product-cols {
  display: flex;
  justify-content: space-between;
}

.sniff-product-media {
  width: 46.6%;
}

.sniff-product-info {
  width: 47.57%;
}

.sniff-product-media img {
  width: 100%;
  height: auto;
}

.wpgs-for {
  border: 1px solid #0000001a;
  border-radius: 15px;
  overflow: hidden;
}

.wpgs-for .slick-arrow {
  display: none !important;
}

.wpgs-nav.slick-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.wpgs-nav.slick-slider .slick-slide {
  border: 1px solid #0000001a;
  border-radius: 12px;
  overflow: hidden;
}

.sniff-product-info h1 {
  font-size: 34px !important;
}

.sniff-product-info .price {
  color: #438fdc;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.5px;
}

.sniff-prod-desc strong {
  color: #438fdc;
  font-weight: 600;
  font-size: 21px;
}

.sniff-prod-desc p {
  font-size: 16px;
  line-height: 1.4;
  color: #8e96a4;
  font-weight: 500;
}

div.quantity {
  display: flex;
  align-items: center;
}

div.quantity .button {
  background: #438fdc;
  border: none;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

div.quantity .qty {
  width: 84px;
  height: 44px;
  border-radius: 25px;
  border: 1px solid #b6bbc4;
  background: #f5f7f8;
  text-align: center;
  font-size: 20px;
  color: #001c30;
  margin: 0 10px;
}

div.quantity .button.plus {
  background: #f67599;
}

button.single_add_to_cart_button {
  border: 1px solid #001c30;
  border-radius: 10px;
  color: #001c30;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  padding: 14px 24px;
  line-height: 1;
  transition:
    background 0.2s,
    color 0.2s,
    border 0.2s;
}

.cart .quantity {
  margin-bottom: 22px;
}

button.single_add_to_cart_button:hover {
  background: #f67599;
  border-color: #f67599;
  color: #fff;
}

tr.wapo-total-options,
tr.wapo-total-order {
  display: none;
}

div#wapo-total-price-table {
  display: none;
}

table.variations,
table.variations tbody,
table.variations tr,
table.variations td {
  display: block;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  list-style: none;
  line-height: 1;
}

span.variable-item-radio-value-wrapper .price {
  display: none;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared img {
  display: none;
}

span.variable-item-radio-value-wrapper {
  font-size: 0;
}

span.variable-item-radio-value-wrapper .variable-item-radio-value {
  font-size: 18px;
  color: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 80px;
  height: 80px;
  background: #dadada;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  padding: 5px;
}

label.variable-item-radio-input-wrapper input {
  width: 0;
  height: 0;
  position: absolute;
}

label.variable-item-radio-input-wrapper {
  position: relative;
  display: block;
}

input:checked
  + span.variable-item-radio-value-wrapper
  .variable-item-radio-value {
  background: #438fdc;
  color: #fff;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared
  li:before,
ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared
  li:after {
  display: none;
}

a.reset_variations {
  display: none !important;
}

table.variations .label {
  font-size: 20px;
}

h3.wapo-addon-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
}

.yith-wapo-block {
  margin: 20px 0;
}

.options-container.default-closed > .options {
  display: flex !important;
  flex-wrap: wrap !important;
}

.options-container.default-closed > .options .yith-wapo-option label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  margin: 0;
}

.checkbox-button-container {
  position: relative;
}

label.yith-wapo-addon-label {
  border-radius: 10px;
  background: #e8e8e8;
  padding: 15px 26px 15px 55px;
  font-weight: 600;
  color: #787878;
  position: relative;
}

span.checkboxbutton {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.options-container.default-closed
  > .options
  .yith-wapo-option
  .checked
  + label {
  background: #f67599;
  color: #fff;
}

label.yith-wapo-addon-label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("http://localhost/snw/wp-content/uploads/2025/07/check-gray.svg")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -12px;
}

.options-container.default-closed
  > .options
  .yith-wapo-option
  .checked
  + label:before {
  background: url("http://localhost/snw/wp-content/uploads/2025/07/check-white.svg")
    no-repeat center center;
  background-size: contain;
}

.options-container.default-closed .wapo-addon-description {
  text-align: right;
  margin-top: -35px;
  margin-bottom: 10px;
}

.options-container.default-closed .wapo-addon-description a {
  color: #438fdc;
  font-weight: bold;
  text-decoration: underline;
}

.options-container.default-closed .wapo-addon-description a:hover {
  color: #000;
}

ul.tabs.wc-tabs {
  list-style: none;
  margin: 70px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

ul.tabs.wc-tabs a {
  display: inline-flex;
  padding: 15px 20px 20px;
  font-weight: 500;
  color: #6b6b6b;
  border-radius: 18px 18px 0 0;
  line-height: 1;
  margin-bottom: -1px;
}

ul.tabs.wc-tabs .active a {
  color: #fff;
  font-weight: bold;
  background: #f67599;
}

.woocommerce-Tabs-panel.panel {
  padding: 50px 50px 30px;
  background-color: #edf6fa;
}

.woocommerce-Tabs-panel.panel h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: "IBM Plex Sans", sans-serif;
}

.woocommerce #review_form #respond textarea {
  width: 710px;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 24px 30px;
}

p.comment-form-comment label {
  display: block;
}

form#commentform label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.woocommerce #review_form #respond p.form-submit .submit {
  border-radius: 14px;
  background: #438fdc;
  padding: 15px 20px;
  color: #fff;
  transition: background 0.2s;
}

.woocommerce #review_form #respond p.form-submit .submit:hover {
  background: #f57599;
}

form#commentform {
  margin-top: 10px;
}

p.stars a {
  color: #f4cd00;
}

form#commentform label .required {
  color: #f00;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
  border-bottom: 1px solid #b4b7c1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

div#reviews {
  padding-bottom: 50px;
}

.sniff-faq-item {
  border: 1px solid #ddd;
  border-bottom: none;
}

.sniff-faq-item:last-child {
  border-bottom: 1px solid #ddd;
}

.sniff-faq-item-hd {
  font-weight: bold;
  font-size: 20px;
  padding: 5px 30px 5px 10px;
  position: relative;
  cursor: pointer;
}

.sniff-faq-item-body {
  display: none;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.sniff-faq-item-hd i {
  position: absolute;
  font-weight: normal;
  font-style: normal;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sniff-faq-item-hd i:before {
  content: "+";
}

.open .sniff-faq-item-hd i:before {
  content: "-";
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead th {
  background: #f67599 !important;
  visibility: visible !important;
  color: #fff;
  padding: 15px !important;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block
  thead
  th:first-child {
  border-top-left-radius: 8px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block
  thead
  th:last-child {
  border-top-right-radius: 8px;
}

tr.wc-block-cart-items__row td:not(#priority) {
  background: #ffe5ec !important;
  border: none !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:not(
    #priority
  ) {
  background: #f67599;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: none;
  transition: background 0.2s;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:not(
    #priority
  ):hover {
  background: #62a2e3;
}

.wp-block-woocommerce-cart-order-summary-block {
  margin: 0 0 10px;
  background: #e6f3ff;
  border-radius: 20px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-weight: bold;
  text-align: center !important;
  text-transform: none;
  font-size: 20px;
}

a.wc-block-components-checkout-return-to-cart-button {
  background: #4090dd;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: none;
  transition: background 0.2s;
  display: inline-block;
  padding: 1em;
  width: 30%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

a.wc-block-components-checkout-return-to-cart-button:hover {
  background: #000;
  color: #fff;
}

a.wc-block-components-checkout-return-to-cart-button svg {
  position: static;
  transform: none;
}

.wc-block-components-title.wc-block-components-title {
  color: #478fdd;
  font-size: 24px;
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-color: #b4b7c1 !important;
  background: #ecf6ff !important;
  padding-left: 16px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  left: 16px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  background: #ecf6ff;
}

form.wc-block-components-form.wc-block-checkout__form {
  display: flex;
  flex-direction: column;
}

.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
  order: 2;
}

#payment-method {
  order: 2;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
  order: 2;
}

button.single_add_to_cart_button.button.alt.buy-now-button {
  border-color: #f67599;
  background: #f67599;
  color: #fff;
  transition:
    background 0.2s,
    border 0.2s;
}

button.single_add_to_cart_button.button.alt.buy-now-button:hover {
  background: #438fdc;
  border-color: #438fdc;
}

.ingreds-guide-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}

.ingreds-guide-popup-wrapper.open .ingreds-guide-popup-overlay {
  opacity: 0.85;
  visibility: visible;
}

.ingreds-guide-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s,
    transform 0.2s;
  max-height: 90vh;
  overflow-y: auto;
  width: 94%;
  max-width: 1320px;
  border-radius: 50px;
  padding: 30px 55px;
}

.ingreds-guide-popup-wrapper.open .ingreds-guide-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.ingreds-guide-popup-close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #2a6db1;
  color: #fff;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  user-select: none;
}

.ingreds-guide-popup-grid {
  max-width: 975px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: 2.33%;
}

.ingreds-guide-popup-item {
  width: 31.78%;
  border-radius: 20px;
  border: 1px solid #000;
  box-shadow: 0px 1px 4px 0px #000;
  overflow: hidden;
  margin-bottom: 22px;
  opacity: 0.4;
  padding-bottom: 20px;
}

.ingreds-guide-popup-item:nth-child(3n-1) {
}

.ingreds-guide-popup-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
  display: block;
}

.ingreds-guide-info {
  padding: 0 30px;
  text-align: center;
}

.ingreds-guide-info h3 {
  color: #000;
  font-size: 30px;
}

.ingreds-guide-popup-item.active {
  opacity: 1;
  border-color: #f67599;
  box-shadow: 0px 1px 4px 0px #f67599;
}

.ingreds-guide-popup-item.active .ingreds-guide-info h3 {
  color: #f67599;
}

.ingreds-guide-info p {
  font-size: 13px;
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
}

.ingreds-guide-popup-close:before {
  content: "X";
}

.ingreds-guide-popup-header {
  text-align: center;
  margin-top: 40px;
}

.ingreds-guide-breed-selector {
  margin: 20px auto 20px;
  max-width: 860px;
}

.ingreds-guide-breed-selector select {
  width: 100%;
  height: 50px;
  border: none;
  background: #ecf6ff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
}

.ingreds-guide-popup-item:not(.active) {
  order: 2;
}

.wpgs-nav.slick-initialized.slick-slider .slick-arrow {
  width: 37px;
  height: 37px;
  transform: translateY(-50%);
}
.wpgs-nav.slick-initialized.slick-slider .slick-arrow:before {
  display: none;
}

.wpgs-nav.slick-initialized.slick-slider .slick-arrow:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url("http://localhost/snw/wp-content/uploads/2025/07/sniff-right-arrow.svg")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.wpgs-nav.slick-initialized.slick-slider .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}

ul.wcsatt-options-prompt-radios {
  padding: 10px 0;
  list-style: none;
  margin: 30px 0;
}

li.wcsatt-options-prompt-radio > label {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}

li.wcsatt-options-prompt-radio > label input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

li.wcsatt-options-prompt-radio > label input + span {
  display: block;
  border: 1px solid #8e96a4;
  width: 100%;
  padding: 18px 20px 18px 50px;
  border-radius: 14px;
  font-weight: bold;
}

label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time {
  margin-bottom: 14px;
}

span.wcsatt-options-prompt-action .price {
  font-size: 14px;
}

li.wcsatt-options-prompt-radio
  > label
  input
  + span.wcsatt-options-prompt-action
  .wscatt-subscription-option-header {
  display: flex;
  justify-content: space-between;
}

li.wcsatt-options-prompt-radio
  > label
  input
  + span.wcsatt-options-prompt-action
  span.subscription-details {
  display: none;
}

li.wcsatt-options-prompt-radio > label input + span:before {
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  content: "";
  position: absolute;
  left: 20px;
  top: 21px;
  border-radius: 50%;
}

li.wcsatt-options-prompt-radio > label input + span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 21px;
  background: #f67599;
  border-radius: 50%;
  transform: scale(0);
}

li.wcsatt-options-prompt-radio > label input:checked + span:after {
  transform: scale(0.6);
}

li.wcsatt-options-prompt-radio > label input:checked + span:before {
  border-color: #f67599;
}

li.wcsatt-options-prompt-radio
  > label.wcsatt-options-prompt-label-subscription
  input:checked
  + span {
  background: #f6759914;
  box-shadow: 0px 0px 10px 0px rgba(246, 117, 153, 0.6);
  border: 1px solid #f67599;
}

span.subscription-savings-tag {
  display: inline-block;
  background: #438fdc;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1.4;
}

ul.wscatt-perks {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-weight: 400;
}

input:not(:checked) + .wcsatt-options-prompt-action ul.wscatt-perks {
  display: none;
}

ul.wscatt-perks li {
  position: relative;
}

ul.wscatt-perks li:before {
  content: "\2022";
  padding-right: 8px;
}

.shipping-return-policies {
  border-top: 1px solid rgb(142 150 164 / 60%);
  padding-top: 15px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.shipping-return-policies a {
  display: inline-flex;
  align-items: center;
  color: #001c30;
  font-weight: bold;
  gap: 16px;
}

.shipping-return-policies a:hover {
  color: #f57599;
}

.summary > .price small.wcsatt-sub-options {
  font-size: 14px;
  display: block;
  color: #212529;
}

.summary > .price small.wcsatt-sub-options .wcsatt-dash {
  display: none;
}

li.product .price small.wcsatt-sub-options {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  margin-top: 4px;
}

li.product .price small.wcsatt-sub-options .wcsatt-dash {
  display: none;
}

span.variable-item-radio-value-wrapper .sw-stock-msg,
input#section_one-dog_breed_other {
  display: none;
}

.sw-stock-msg[data-type="outofstock"] {
  color: #cb0009;
  border: 1px solid #cb0009;
  padding: 4px 10px;
  font-size: 14px;
  background: #ffdadb;
}

.sw-stock-msg[data-type="low"] {
  color: #aa5200;
  border: 1px solid #aa5200;
  padding: 4px 10px;
  font-size: 14px;
  background: #fff0e2;
}

@media all and (min-width: 768px) {
  .woo-tab-title-mobile {
    display: none;
  }
}

@media all and (max-width: 1200px) {
  .shop-page-sidebar {
    width: 250px;
  }

  .shop-page-main {
    width: calc(100% - 280px);
  }

  .shop-page-main ul.products li {
    width: 50%;
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 992px) {
  ul.tabs.wc-tabs a {
    padding: 13px;
    font-size: 15px;
    border-radius: 8px 8px 0 0;
  }

  .sniff-prod-desc strong {
    font-size: 16px;
  }

  .options-container.default-closed > .options .yith-wapo-option label {
    min-width: 160px;
    padding: 10px 20px 10px 40px;
  }

  label.yith-wapo-addon-label:before {
    left: 12px;
  }

  button.single_add_to_cart_button {
    padding: 10px 12px;
    font-size: 18px;
  }

  .shipping-return-policies {
    margin-top: 20px;
    padding-top: 10px;
  }

  .shipping-return-policies a {
    font-size: 14px;
  }

  .shipping-return-policies a img {
    width: 30px;
  }

  li.wcsatt-options-prompt-radio > label input + span {
    font-size: 15px;
    padding: 14px 10px 14px 40px;
  }

  span.subscription-savings-tag {
    font-size: 13px;
  }

  li.wcsatt-options-prompt-radio > label input + span:before {
    width: 20px;
    height: 20px;
    top: 16px;
    left: 14px;
  }

  li.wcsatt-options-prompt-radio > label input + span:after {
    width: 20px;
    height: 20px;
    left: 14px;
    top: 16px;
  }

  .sw-banner.sw-banner-inner.sw-shop-banner {
    max-height: 300px;
  }
}

@media all and (max-width: 767px) {
  .sniff-product-cols {
    flex-wrap: wrap;
  }

  .sniff-product-media {
    width: 100%;
  }

  .sniff-product-info {
    width: 100%;
    margin-top: 30px;
  }

  .sniff-product-info .price {
    font-size: 20px;
  }

  .summary > .price small.wcsatt-sub-options {
    font-size: 13px;
  }

  .woocommerce #review_form #respond textarea {
    width: 100%;
  }

  ul.tabs.wc-tabs {
    display: none;
  }

  .sw-banner.sw-banner-inner.sw-shop-banner {
    max-height: 300px;
  }

  .woo-tab-title-mobile {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
  }

  .woocommerce-Tabs-panel.panel h3 {
    font-size: 20px;
  }

  .woocommerce-Tabs-panel {
    display: block !important;
    padding-top: 10px !important;
  }

  tr.wc-block-cart-items__row td:not(#priority) {
    background: transparent !important;
  }

  tr.wc-block-cart-items__row tr:not(#priority) {
  }

  .wc-block-components-totals-wrapper {
    padding: 10px !important;
  }

  .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .wc-block-components-totals-wrapper.slot-wrapper {
    display: none;
  }

  fieldset#additional_info {
    margin-top: 10px;
  }

  tr.wc-block-cart-items__row:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}

@media all and (min-width: 768px) {
  .shop-page-mobile-filter-toggle-wrapper,
  .shop-page-mobile-filter-sidebar-overlay {
    display: none;
  }
}

@media (max-width: 991px) {
  .ingreds-guide-popup {
    padding: 35px;
  }

  .ingreds-guide-popup-close {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .ingreds-guide-popup-header {
    margin-top: 20px;
  }

  .ingreds-guide-info h3 {
    font-size: 20px;
  }

  .ingreds-guide-info p {
    font-size: 12px;
  }

  .ingreds-guide-popup-item {
    width: 175px;
  }

  .ingreds-guide-popup-item img {
    max-height: 100px;
  }
}

@media all and (max-width: 767px) {
  .shop-page-wrapper {
    flex-wrap: wrap;
  }

  .shop-page-main {
    width: 100%;
  }

  .shop-page-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999;
    height: 100%;
    padding-bottom: 30px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s,
      visibility 0.2s,
      transform 0.2s;
  }

  .shop-page-mobile-filter-sidebar-overlay {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: #000000a3;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s,
      visibility 0.2s;
  }

  .show-sidebar .shop-page-mobile-filter-sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }

  .shop-page-sidebar .widget {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
    height: calc(100% - 40px);
  }

  .shop-page-wrapper.show-sidebar .shop-page-sidebar {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .shop-page-mobile-filter-toggle-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: -44px;
    cursor: pointer;
  }

  .shop-page-mobile-filter-toggle-wrapper > span {
    display: inline-block;
    padding: 10px 20px;
    background: #f57599;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    z-index: 2;
  }

  .sniff-shop-ordering-sort {
    justify-content: flex-end;
  }
}

span.booster-toggle,
span.no-booster-toggle {
  border: 1px solid #ddd;
  width: calc(100% - 14px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 3px;
}

@media all and (max-width: 500px) {
  .shop-page-main ul.products li {
    width: 100%;
  }
}
body
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-footer-item-tax {
  white-space: normal;
  font-size: 14px;
  font-weight: normal;
}

a.header-account svg,
a.header-cart svg {
  width: 24px;
  height: auto;
  display: inline-block;
}

a.header-account svg {
  width: 18px;
}

.header-account,
.header-cart {
  margin-left: 12px;
}

.header-account path,
.header-cart path {
  fill: #f67699;
  transition: fill 0.2s;
}

.header-account:hover path,
.header-cart:hover path {
  fill: #4092d8;
}

.sniff-one-scoop {
  border-top: 1px solid rgb(142 150 164 / 60%);
  padding-top: 25px;
  margin-top: 20px;
  margin-bottom: -20px;
}

.sniff-one-scoop + .shipping-return-policies {
  border: none;
}

ul.wc-block-components-product-details {
  display: block;
}

th.wc-block-cart-items__header-total {
  display: none;
}

td.wc-block-cart-item__total {
  display: none;
}

.wc-block-cart-item__prices {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

.wc-block-components-order-summary-item__total-price {
  display: none;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__individual-prices {
  text-align: right;
  margin-top: -30px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  padding-right: 80px;
}

.sniff-product-media .sniff-prod-desc {
  margin-top: 30px;
}

.sniff-product-info .sniff-prod-desc {
  display: none;
}

.padding-xl,
.padding-xl.woocommerce {
  padding-top: 240px !important;
}

.woocommerce-notices-wrapper {
  position: absolute;
  top: 225px;
  width: 100%;
}
.site-main {
  position: relative;
}
.sw-banner {
  position: relative;
}
.sw-banner img {
  width: 100%;
}

.banner-video-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@font-face {
  font-family: "WooCommerce";
  src:
    url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2")
      format("woff2"),
    url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Fix PageSpeed warning */
}

.woo-product-gallery-slider {
  min-height: 529px; /* match main product image height */
}
.view-all-question {
  text-align: center;
}
/* .wc-block-components-product-name{
		color:black!important;
	} */

/* ==========================================================================
   WooCommerce Shop Styles
   ========================================================================== */

/* --- Toolbar --- */
.snw-shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.woocommerce-result-count {
  margin: 0 !important;
  float: none !important;
  color: #6f8090;
  font-size: 0.9rem;
}

.woocommerce-ordering {
  position: relative;
  margin: 0 !important;
  float: none !important;
}

.woocommerce-ordering::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 8px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='6' x2='20' y2='6'/%3E%3Cline x1='4' y1='12' x2='16' y2='12'/%3E%3Cline x1='4' y1='18' x2='12' y2='18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s;
}

.woocommerce-ordering:hover::before {
  background-color: #e8e8e8;
}

.woocommerce-ordering select.orderby {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.woocommerce-ordering label {
  display: none;
}

/* --- Product grid --- */
ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
}

/* --- Product card --- */
.snw-product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  transition: box-shadow 0.2s;
}

.snw-product-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

/* Image area */
.snw-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf4f8;
  border-radius: 12px;
  margin: 12px;
  padding: 32px 20px;
  min-height: 200px;
  text-decoration: none;
}

.snw-product-card__image img {
  max-width: 100%;
  max-height: 180px;
  width: auto !important;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Card body */
.snw-product-card__body {
  padding: 4px 20px 0;
  flex: 1;
}

.snw-product-card__link {
  text-decoration: none;
  color: inherit;
}

.snw-product-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0a2137;
  margin: 0 0 4px;
  padding: 0;
}

.snw-product-card__excerpt {
  font-size: 0.75rem;
  margin: 0 0 16px;
  line-height: 1.4;
}

.snw-product-card__price {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0a2137;
  display: block;
}

.snw-product-card__price del {
  color: #6f8090;
  font-weight: 400;
  font-size: 0.9rem;
}

.snw-product-card__price ins {
  text-decoration: none;
}

/* Add to Collection button */
.snw-product-card__footer {
  padding: 12px 20px 20px;
}

.snw-product-card__btn {
  display: block;
  width: 100%;
  background: #f67599;
  color: #fff !important;
  text-align: center;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.snw-product-card__btn:hover {
  background: #e5607f;
  color: #fff !important;
}

.page-nutrition-single .sw-banner h1,
.page-single-blog .sw-banner h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.page-single-blog .sw-banner h1 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .page-single-blog .sw-banner h1 {
    margin-top: 0;
  }
}

/* Hide "View cart" link after AJAX add to cart */
.snw-product-card .added_to_cart {
  display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
  ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .snw-product-card__image {
    min-height: 150px;
    padding: 24px 16px;
  }
}

/* customizer CSS */

.btn-offset {
  display: none !important;
}
.needsclick h1 {
  line-height: 21px !important;
  margin-bottom: 8px !important;
}

@media (max-width: 991px) {
  .needsclick h1 {
    line-height: 25px !important;
  }
}

@media (max-width: 768px) {
  .sw-banner {
    height: 255px !important;
  }
  .button.wc-forward {
    text-decoration: underline;
  }
  .sw-home-banner {
    height: 700px !important;
  }
}

@media (max-width: 600px) {
  .page-home .sw-banner {
    height: 500px !important;
  }

  .page-pet-nutrition .sw-banner {
    height: 600px !important;
  }

  .sw-banner {
    height: 150px !important;
  }

  .banner-detail .btn {
    font-weight: 600;
    padding: 14px 44px;
    font-size: 16px !important;
  }
}

.snw-promo-banner img {
  border-radius: 10px;
}

/* Woo Styles */
span.variable-item-radio-value-wrapper .stock {
  display: none;
}
.shop-page-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.shop-page-sidebar {
  width: 22.65%;
}

.shop-page-main {
  width: 76.5%;
}

.shop-page-main ul.products {
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.shop-page-main ul.products li {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 8px;
}

.shop-page-main ul.products li img {
  width: 100%;
  height: auto;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}

.shop-page-main ul.products li img {
  margin-bottom: 20px;
}

.shop-page-main .woocommerce-loop-product__title {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.27;
  margin: 0 0 8px;
}

.shop-page-main li.product .price {
  color: #4090dd;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 8px;
  display: block;
}

.shop-page-sidebar button.wpfFilterButton.wpfButton,
.shop-page-main .button {
  border-radius: 4px;
  background: #4090dd;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  line-height: 1;

  display: inline-block;
}

.shop-page-sidebar button.wpfFilterButton.wpfButton:hover,
.shop-page-main li.product .button.add_to_cart_button:hover {
  background: #f67599;
}

.sniff-shop-ordering-sort {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}

.sniff-shop-ordering-sort p {
  margin: 0;
}

form.woocommerce-ordering select {
  background: #f67599;
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  height: 44px;
  -webkit-appearance: none;
  appearance: none;
}

form.woocommerce-ordering {
  position: relative;
}

.sniff-loop-excerpt {
  font-size: 12px;
  color: #000;
  line-height: 1.33;
  margin: 8px 0;
}
.shop-page-sidebar .widget {
  border-color: #0000001a;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.sniff-sidebar-header {
  background: url("http://localhost/snw/wp-content/uploads/2025/07/widget-curve-sidebar.png")
    #4090dd no-repeat right bottom;
  padding: 16px 20px 40px;
  color: #fff;
  background-size: 100% auto;
  position: relative;
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.sniff-sidebar-header h3 {
  font-size: 28px;
  margin: 0;
}

.sniff-sidebar-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sniff-product-cols {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.sniff-product-media {
  width: 46.6%;
}

.sniff-product-info {
  width: 47.57%;
}

.sniff-product-media img {
  width: 100%;
  height: auto;
}

.wpgs-for {
  border: 1px solid #0000001a;
  border-radius: 15px;
  overflow: hidden;
}

.wpgs-for .slick-arrow {
  display: none !important;
}

.wpgs-nav.slick-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.wpgs-nav.slick-slider .slick-slide {
  border: 1px solid #0000001a;
  border-radius: 12px;
  overflow: hidden;
}

.sniff-product-info h1 {
  font-size: 34px !important;
}

.sniff-product-info .price {
  color: #438fdc;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.5px;
}

.sniff-product-cols {
  display: flex;
  justify-content: space-between;
}

.sniff-product-media {
  width: 46.6%;
}

.sniff-product-info {
  width: 47.57%;
}

.sniff-product-media img {
  width: 100%;
  height: auto;
}

.wpgs-for {
  border: 1px solid #0000001a;
  border-radius: 15px;
  overflow: hidden;
}

.wpgs-for .slick-arrow {
  display: none !important;
}

.wpgs-nav.slick-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.wpgs-nav.slick-slider .slick-slide {
  border: 1px solid #0000001a;
  border-radius: 12px;
  overflow: hidden;
}

.sniff-product-info h1 {
  font-size: 34px !important;
}

.sniff-product-info .price {
  color: #438fdc;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.5px;
}

.sniff-prod-desc strong {
  color: #438fdc;
  font-weight: 600;
  font-size: 21px;
}

.sniff-prod-desc p {
  font-size: 16px;
  line-height: 1.4;
  color: #8e96a4;
  font-weight: 500;
}

div.quantity {
  display: flex;
  align-items: center;
}

div.quantity .button {
  background: #438fdc;
  border: none;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

div.quantity .qty {
  width: 84px;
  height: 44px;
  border-radius: 25px;
  border: 1px solid #b6bbc4;
  background: #f5f7f8;
  text-align: center;
  font-size: 20px;
  color: #001c30;
  margin: 0 10px;
}

div.quantity .button.plus {
  background: #f67599;
}

button.single_add_to_cart_button {
  border: 1px solid #001c30;
  border-radius: 10px;
  color: #001c30;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  padding: 14px 24px;
  line-height: 1;
  transition:
    background 0.2s,
    color 0.2s,
    border 0.2s;
}

.cart .quantity {
  margin-bottom: 22px;
}

button.single_add_to_cart_button:hover {
  background: #f67599;
  border-color: #f67599;
  color: #fff;
}

tr.wapo-total-options,
tr.wapo-total-order {
  display: none;
}

div#wapo-total-price-table {
  display: none;
}

table.variations,
table.variations tbody,
table.variations tr,
table.variations td {
  display: block;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  list-style: none;
  line-height: 1;
}

span.variable-item-radio-value-wrapper .price {
  display: none;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared img {
  display: none;
}

span.variable-item-radio-value-wrapper {
  font-size: 0;
}

span.variable-item-radio-value-wrapper .variable-item-radio-value {
  font-size: 18px;
  color: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 80px;
  height: 80px;
  background: #dadada;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  padding: 5px;
}

label.variable-item-radio-input-wrapper input {
  width: 0;
  height: 0;
  position: absolute;
}

label.variable-item-radio-input-wrapper {
  position: relative;
  display: block;
}

input:checked
  + span.variable-item-radio-value-wrapper
  .variable-item-radio-value {
  background: #438fdc;
  color: #fff;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared
  li:before,
ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared
  li:after {
  display: none;
}

a.reset_variations {
  display: none !important;
}

table.variations .label {
  font-size: 20px;
}

h3.wapo-addon-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
}

.yith-wapo-block {
  margin: 20px 0;
}

.options-container.default-closed > .options {
  display: flex !important;
  flex-wrap: wrap !important;
}

.options-container.default-closed > .options .yith-wapo-option label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  margin: 0;
}

.checkbox-button-container {
  position: relative;
}

label.yith-wapo-addon-label {
  border-radius: 10px;
  background: #e8e8e8;
  padding: 15px 26px 15px 55px;
  font-weight: 600;
  color: #787878;
  position: relative;
}

span.checkboxbutton {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.options-container.default-closed
  > .options
  .yith-wapo-option
  .checked
  + label {
  background: #f67599;
  color: #fff;
}

label.yith-wapo-addon-label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("http://localhost/snw/wp-content/uploads/2025/07/check-gray.svg")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -12px;
}

.options-container.default-closed
  > .options
  .yith-wapo-option
  .checked
  + label:before {
  background: url("http://localhost/snw/wp-content/uploads/2025/07/check-white.svg")
    no-repeat center center;
  background-size: contain;
}

.options-container.default-closed .wapo-addon-description {
  text-align: right;
  margin-top: -35px;
  margin-bottom: 10px;
}

.options-container.default-closed .wapo-addon-description a {
  color: #438fdc;
  font-weight: bold;
  text-decoration: underline;
}

.options-container.default-closed .wapo-addon-description a:hover {
  color: #000;
}

ul.tabs.wc-tabs {
  list-style: none;
  margin: 70px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

ul.tabs.wc-tabs a {
  display: inline-flex;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #0a2137;
  border-radius: 8px 8px 0 0;
  line-height: 1;
  background: #daeaf5;
  margin-bottom: -1px;
  width: 100%;
  justify-content: center;
  transition:
    background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease;
}

ul.tabs.wc-tabs a:hover {
  background: #daeaf5;
}

ul.tabs.wc-tabs .active a {
  background: #418fde;
  color: #fff;
}

ul.tabs.wc-tabs li {
  width: 100%;
  text-align: center;
  margin-right: 4px;
}

.woocommerce-Tabs-panel.panel {
  animation: snwTabFadeIn 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes snwTabFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.woocommerce-Tabs-panel.panel h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: "IBM Plex Sans", sans-serif;
}

.woocommerce #review_form #respond textarea {
  width: 710px;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 24px 30px;
}

p.comment-form-comment label {
  display: block;
}

form#commentform label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.woocommerce #review_form #respond p.form-submit .submit {
  border-radius: 14px;
  background: #438fdc;
  padding: 15px 20px;
  color: #fff;
  transition: background 0.2s;
}

.woocommerce #review_form #respond p.form-submit .submit:hover {
  background: #f57599;
}

form#commentform {
  margin-top: 10px;
}

p.stars a {
  color: #f4cd00;
}

form#commentform label .required {
  color: #f00;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
  border-bottom: 1px solid #b4b7c1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

div#reviews {
  padding-bottom: 50px;
}

.sniff-faq-item {
  border: 1px solid #ddd;
  border-bottom: none;
}

.sniff-faq-item:last-child {
  border-bottom: 1px solid #ddd;
}

.sniff-faq-item-hd {
  font-weight: bold;
  font-size: 20px;
  padding: 5px 30px 5px 10px;
  position: relative;
  cursor: pointer;
}

.sniff-faq-item-body {
  display: none;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.sniff-faq-item-hd i {
  position: absolute;
  font-weight: normal;
  font-style: normal;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sniff-faq-item-hd i:before {
  content: "+";
}

.open .sniff-faq-item-hd i:before {
  content: "-";
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead th {
  background: #f67599 !important;
  visibility: visible !important;
  color: #fff;
  padding: 15px !important;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block
  thead
  th:first-child {
  border-top-left-radius: 8px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block
  thead
  th:last-child {
  border-top-right-radius: 8px;
}

tr.wc-block-cart-items__row td:not(#priority) {
  background: #ffe5ec !important;
  border: none !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:not(
    #priority
  ) {
  background: #f67599;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: none;
  transition: background 0.2s;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:not(
    #priority
  ):hover {
  background: #62a2e3;
}

.wp-block-woocommerce-cart-order-summary-block {
  margin: 0 0 10px;
  background: #e6f3ff;
  border-radius: 20px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-weight: bold;
  text-align: center !important;
  text-transform: none;
  font-size: 20px;
}

a.wc-block-components-checkout-return-to-cart-button {
  background: #4090dd;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: none;
  transition: background 0.2s;
  display: inline-block;
  padding: 1em;
  width: 30%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

a.wc-block-components-checkout-return-to-cart-button:hover {
  background: #000;
  color: #fff;
}

a.wc-block-components-checkout-return-to-cart-button svg {
  position: static;
  transform: none;
}

.wc-block-components-title.wc-block-components-title {
  color: #478fdd;
  font-size: 24px;
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-color: #b4b7c1 !important;
  background: #ecf6ff !important;
  padding-left: 16px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  left: 16px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  background: #ecf6ff;
}

form.wc-block-components-form.wc-block-checkout__form {
  display: flex;
  flex-direction: column;
}

.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
  order: 2;
}

#payment-method {
  order: 2;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
  order: 2;
}

button.single_add_to_cart_button.button.alt.buy-now-button {
  border-color: #f67599;
  background: #f67599;
  color: #fff;
  transition:
    background 0.2s,
    border 0.2s;
}

button.single_add_to_cart_button.button.alt.buy-now-button:hover {
  background: #438fdc;
  border-color: #438fdc;
}

.ingreds-guide-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}

.ingreds-guide-popup-wrapper.open .ingreds-guide-popup-overlay {
  opacity: 0.85;
  visibility: visible;
}

.ingreds-guide-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s,
    transform 0.2s;
  max-height: 90vh;
  overflow-y: auto;
  width: 94%;
  max-width: 1320px;
  border-radius: 50px;
  padding: 30px 55px;
}

.ingreds-guide-popup-wrapper.open .ingreds-guide-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.ingreds-guide-popup-close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #2a6db1;
  color: #fff;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  user-select: none;
}

.ingreds-guide-popup-grid {
  max-width: 975px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: 2.33%;
}

.ingreds-guide-popup-item {
  width: 31.78%;
  border-radius: 20px;
  border: 1px solid #000;
  box-shadow: 0px 1px 4px 0px #000;
  overflow: hidden;
  margin-bottom: 22px;
  opacity: 0.4;
  padding-bottom: 20px;
}

.ingreds-guide-popup-item:nth-child(3n-1) {
}

.ingreds-guide-popup-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
  display: block;
}

.ingreds-guide-info {
  padding: 0 30px;
  text-align: center;
}

.ingreds-guide-info h3 {
  color: #000;
  font-size: 30px;
}

.ingreds-guide-popup-item.active {
  opacity: 1;
  border-color: #f67599;
  box-shadow: 0px 1px 4px 0px #f67599;
}

.ingreds-guide-popup-item.active .ingreds-guide-info h3 {
  color: #f67599;
}

.ingreds-guide-info p {
  font-size: 13px;
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
}

.ingreds-guide-popup-close:before {
  content: "X";
}

.ingreds-guide-popup-header {
  text-align: center;
  margin-top: 40px;
}

.ingreds-guide-breed-selector {
  margin: 20px auto 20px;
  max-width: 860px;
}

.ingreds-guide-breed-selector select {
  width: 100%;
  height: 50px;
  border: none;
  background: #ecf6ff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
}

.ingreds-guide-popup-item:not(.active) {
  order: 2;
}

.wpgs-nav.slick-initialized.slick-slider .slick-arrow {
  width: 37px;
  height: 37px;
  transform: translateY(-50%);
}
.wpgs-nav.slick-initialized.slick-slider .slick-arrow:before {
  display: none;
}

.wpgs-nav.slick-initialized.slick-slider .slick-arrow:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url("http://localhost/snw/wp-content/uploads/2025/07/sniff-right-arrow.svg")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.wpgs-nav.slick-initialized.slick-slider .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}

ul.wcsatt-options-prompt-radios {
  padding: 10px 0;
  list-style: none;
  margin: 30px 0;
}

li.wcsatt-options-prompt-radio > label {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}

li.wcsatt-options-prompt-radio > label input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

li.wcsatt-options-prompt-radio > label input + span {
  display: block;
  border: 1px solid #8e96a4;
  width: 100%;
  padding: 18px 20px 18px 50px;
  border-radius: 14px;
  font-weight: bold;
}

label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time {
  margin-bottom: 14px;
}

span.wcsatt-options-prompt-action .price {
  font-size: 14px;
}

li.wcsatt-options-prompt-radio
  > label
  input
  + span.wcsatt-options-prompt-action
  .wscatt-subscription-option-header {
  display: flex;
  justify-content: space-between;
}

li.wcsatt-options-prompt-radio
  > label
  input
  + span.wcsatt-options-prompt-action
  span.subscription-details {
  display: none;
}

li.wcsatt-options-prompt-radio > label input + span:before {
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  content: "";
  position: absolute;
  left: 20px;
  top: 21px;
  border-radius: 50%;
}

li.wcsatt-options-prompt-radio > label input + span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 21px;
  background: #f67599;
  border-radius: 50%;
  transform: scale(0);
}

li.wcsatt-options-prompt-radio > label input:checked + span:after {
  transform: scale(0.6);
}

li.wcsatt-options-prompt-radio > label input:checked + span:before {
  border-color: #f67599;
}

li.wcsatt-options-prompt-radio
  > label.wcsatt-options-prompt-label-subscription
  input:checked
  + span {
  background: #f6759914;
  box-shadow: 0px 0px 10px 0px rgba(246, 117, 153, 0.6);
  border: 1px solid #f67599;
}

span.subscription-savings-tag {
  display: inline-block;
  background: #438fdc;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1.4;
}

ul.wscatt-perks {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-weight: 400;
}

input:not(:checked) + .wcsatt-options-prompt-action ul.wscatt-perks {
  display: none;
}

ul.wscatt-perks li {
  position: relative;
}

ul.wscatt-perks li:before {
  content: "\2022";
  padding-right: 8px;
}

.shipping-return-policies {
  border-top: 1px solid rgb(142 150 164 / 60%);
  padding-top: 15px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.shipping-return-policies a {
  display: inline-flex;
  align-items: center;
  color: #001c30;
  font-weight: bold;
  gap: 16px;
}

.shipping-return-policies a:hover {
  color: #f57599;
}

.summary > .price small.wcsatt-sub-options {
  font-size: 14px;
  display: block;
  color: #212529;
}

.summary > .price small.wcsatt-sub-options .wcsatt-dash {
  display: none;
}

li.product .price small.wcsatt-sub-options {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  margin-top: 4px;
}

li.product .price small.wcsatt-sub-options .wcsatt-dash {
  display: none;
}

span.variable-item-radio-value-wrapper .sw-stock-msg,
input#section_one-dog_breed_other {
  display: none;
}

.sw-stock-msg[data-type="outofstock"] {
  color: #cb0009;
  border: 1px solid #cb0009;
  padding: 4px 10px;
  font-size: 14px;
  background: #ffdadb;
}

.sw-stock-msg[data-type="low"] {
  color: #aa5200;
  border: 1px solid #aa5200;
  padding: 4px 10px;
  font-size: 14px;
  background: #fff0e2;
}

@media all and (min-width: 768px) {
  .woo-tab-title-mobile {
    display: none;
  }
}

@media all and (max-width: 1200px) {
  .shop-page-sidebar {
    width: 250px;
  }

  .shop-page-main {
    width: calc(100% - 280px);
  }

  .shop-page-main ul.products li {
    width: 50%;
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 992px) {
  .sniff-prod-desc strong {
    font-size: 16px;
  }

  .options-container.default-closed > .options .yith-wapo-option label {
    min-width: 160px;
    padding: 10px 20px 10px 40px;
  }

  label.yith-wapo-addon-label:before {
    left: 12px;
  }

  button.single_add_to_cart_button {
    padding: 10px 12px;
    font-size: 18px;
  }

  .shipping-return-policies {
    margin-top: 20px;
    padding-top: 10px;
  }

  .shipping-return-policies a {
    font-size: 14px;
  }

  .shipping-return-policies a img {
    width: 30px;
  }

  li.wcsatt-options-prompt-radio > label input + span {
    font-size: 15px;
    padding: 14px 10px 14px 40px;
  }

  span.subscription-savings-tag {
    font-size: 13px;
  }

  li.wcsatt-options-prompt-radio > label input + span:before {
    width: 20px;
    height: 20px;
    top: 16px;
    left: 14px;
  }

  li.wcsatt-options-prompt-radio > label input + span:after {
    width: 20px;
    height: 20px;
    left: 14px;
    top: 16px;
  }

  .sw-banner.sw-banner-inner.sw-shop-banner {
    max-height: 300px;
  }
}

@media all and (max-width: 767px) {
  .sniff-product-cols {
    flex-wrap: wrap;
  }

  .sniff-product-media {
    width: 100%;
  }

  .sniff-product-info {
    width: 100%;
    margin-top: 30px;
  }

  .sniff-product-info .price {
    font-size: 20px;
  }

  .summary > .price small.wcsatt-sub-options {
    font-size: 13px;
  }

  .woocommerce #review_form #respond textarea {
    width: 100%;
  }

  ul.tabs.wc-tabs {
    display: none;
  }

  .sw-banner.sw-banner-inner.sw-shop-banner {
    max-height: 300px;
  }

  .woo-tab-title-mobile {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
  }

  .woocommerce-Tabs-panel.panel h3 {
    font-size: 20px;
  }

  .woocommerce-Tabs-panel {
    display: block !important;
    padding-top: 10px !important;
  }

  tr.wc-block-cart-items__row td:not(#priority) {
    background: transparent !important;
  }

  tr.wc-block-cart-items__row tr:not(#priority) {
  }

  .wc-block-components-totals-wrapper {
    padding: 10px !important;
  }

  .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .wc-block-components-totals-wrapper.slot-wrapper {
    display: none;
  }

  fieldset#additional_info {
    margin-top: 10px;
  }

  tr.wc-block-cart-items__row:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}

@media all and (min-width: 768px) {
  .shop-page-mobile-filter-toggle-wrapper,
  .shop-page-mobile-filter-sidebar-overlay {
    display: none;
  }
}

@media (max-width: 991px) {
  .ingreds-guide-popup {
    padding: 35px;
  }

  .ingreds-guide-popup-close {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .ingreds-guide-popup-header {
    margin-top: 20px;
  }

  .ingreds-guide-info h3 {
    font-size: 20px;
  }

  .ingreds-guide-info p {
    font-size: 12px;
  }

  .ingreds-guide-popup-item {
    width: 175px;
  }

  .ingreds-guide-popup-item img {
    max-height: 100px;
  }
}

@media all and (max-width: 767px) {
  .shop-page-wrapper {
    flex-wrap: wrap;
  }

  .shop-page-main {
    width: 100%;
  }

  .shop-page-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999;
    height: 100%;
    padding-bottom: 30px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s,
      visibility 0.2s,
      transform 0.2s;
  }

  .shop-page-mobile-filter-sidebar-overlay {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: #000000a3;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s,
      visibility 0.2s;
  }

  .show-sidebar .shop-page-mobile-filter-sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }

  .shop-page-sidebar .widget {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
    height: calc(100% - 40px);
  }

  .shop-page-wrapper.show-sidebar .shop-page-sidebar {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .shop-page-mobile-filter-toggle-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: -44px;
    cursor: pointer;
  }

  .shop-page-mobile-filter-toggle-wrapper > span {
    display: inline-block;
    padding: 10px 20px;
    background: #f57599;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    z-index: 2;
  }

  .sniff-shop-ordering-sort {
    justify-content: flex-end;
  }
}

span.booster-toggle,
span.no-booster-toggle {
  border: 1px solid #ddd;
  width: calc(100% - 14px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 3px;
}

@media all and (max-width: 500px) {
  .shop-page-main ul.products li {
    width: 100%;
  }
}
body
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-footer-item-tax {
  white-space: normal;
  font-size: 14px;
  font-weight: normal;
}

a.header-account svg,
a.header-cart svg {
  width: 24px;
  height: auto;
  display: inline-block;
}

a.header-account svg {
  width: 18px;
}

.header-account,
.header-cart {
  margin-left: 12px;
}

.header-account path,
.header-cart path {
  fill: #f67699;
  transition: fill 0.2s;
}

.header-account:hover path,
.header-cart:hover path {
  fill: #4092d8;
}

.sniff-one-scoop {
  border-top: 1px solid rgb(142 150 164 / 60%);
  padding-top: 25px;
  margin-top: 20px;
  margin-bottom: -20px;
}

.sniff-one-scoop + .shipping-return-policies {
  border: none;
}

ul.wc-block-components-product-details {
  display: block;
}

th.wc-block-cart-items__header-total {
  display: none;
}

td.wc-block-cart-item__total {
  display: none;
}

.wc-block-cart-item__prices {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

.wc-block-components-order-summary-item__total-price {
  display: none;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__individual-prices {
  text-align: right;
  margin-top: -30px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  padding-right: 80px;
}

.page-cart .ppc-button-wrapper {
  display: none;
}

.sniff-product-media .sniff-prod-desc {
  margin-top: 30px;
}

.sniff-product-info .sniff-prod-desc {
  display: none;
}

.padding-xl,
.padding-xl.woocommerce {
  padding-top: 240px !important;
}

.woocommerce-notices-wrapper {
  position: absolute;
  top: 225px;
  width: 100%;
}
.site-main {
  position: relative;
}
.sw-banner {
  position: relative;
}

.sw-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-video-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@font-face {
  font-family: "WooCommerce";
  src:
    url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2")
      format("woff2"),
    url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Fix PageSpeed warning */
}

.woo-product-gallery-slider {
  min-height: 529px; /* match main product image height */
}
.view-all-question {
  text-align: center;
}

th.woocommerce-product-attributes-item__label {
  width: 21%;
}

.product_meta {
  display: none;
}

.snw-promo-banner {
  margin-bottom: 40px;
}

.page-product .section {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .page-wellness3 .sw-navigation:after {
    opacity: 0.3;
    top: 0 !important;
  }

  .page-wellness3 .sw-navigation.sticky:after {
    opacity: 1;
    top: 0 !important;
  }

  .page-wellness3 .topbar {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}
.page-wellness3 .w3-video-zone {
  margin-top: 0 !important;
}

.product-tags {
  display: none;
}
