<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: theme-dps_band
Theme URI: http://underscores.me/
Author: Guy Gargi Golan
Author URI: http://underscores.me/
Description: Description
Version: 1.0.092
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-dps_band

theme-dps_band is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/** Breakpoints **/
/*
// Using a variable
@include media-max($sm) { 
    body {color:red}
}
 
// Custom value 
@include media-min(300px) { 
    body {color:red}
}
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
:root {
  --container-width: 1200px;
}

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Style &lt;pre&gt; tags */
@font-face {
  font-family: 'dpsregular';
  src: url("./dist/fonts/dps-webfont.woff2") format("woff2"), url("./dist/fonts/dps-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  color: #ffffff;
  scroll-behavior: smooth;
}

body:not(.home) {
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
}

@media screen and (max-width: 768px) {
  body:not(.home) {
    -webkit-padding-before: 70px;
            padding-block-start: 70px;
  }
}

body.woocommerce, body.woocommerce-page {
  background-color: #151515;
}

body.no-scroll {
  overflow: hidden;
}

h2.section-title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  h2.section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

button {
  cursor: pointer;
}

a.border-link {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px 20px;
  margin: 10px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.border-link:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
}

footer#colophon {
  position: relative;
  z-index: 1;
  padding-block: 10px;
  background-color: #000000;
}

footer#colophon .promotion .links-row h3 {
  font-size: 18px;
}

footer#colophon .promotion .links-row ul li a img {
  height: 20px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

footer#colophon .promotion .links-row ul li a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Structure */
input,
select,
textarea {
  background-color: #ffffff;
  color: #000000;
}

select {
  cursor: pointer;
}

input.dps-input {
  background-color: #ffffff;
  width: 300px;
  height: 40px;
  padding-inline: 5px;
  -webkit-box-shadow: inset 0 0 5px 0 #000000;
          box-shadow: inset 0 0 5px 0 #000000;
}

.theme-theme-dps_band #page form .dps-select {
  width: 200px;
  position: relative;
}

.theme-theme-dps_band #page form .dps-select::after {
  content: "\276E";
  color: #000000;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.theme-theme-dps_band #page form .dps-select select {
  min-width: 200px;
  padding-inline: 10px;
  height: 32px;
  line-height: 32px;
}

header#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 99;
  background-color: #000;
  -webkit-box-shadow: 0px 5px 10px 6px black;
          box-shadow: 0px 5px 10px 6px black;
}

@media screen and (max-width: 1000px) {
  header#masthead {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

body.home header#masthead {
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0);
          box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0);
  -webkit-transition: background-color .3s ease .3s, -webkit-box-shadow .3s ease;
  transition: background-color .3s ease .3s, -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease, background-color .3s ease .3s;
  transition: box-shadow .3s ease, background-color .3s ease .3s, -webkit-box-shadow .3s ease;
}

body.home header#masthead.scrolled {
  -webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease .3s;
  transition: background-color .3s ease, -webkit-box-shadow .3s ease .3s;
  transition: background-color .3s ease, box-shadow .3s ease .3s;
  transition: background-color .3s ease, box-shadow .3s ease .3s, -webkit-box-shadow .3s ease .3s;
  background-color: #000;
  -webkit-box-shadow: 0px 5px 10px 6px black;
          box-shadow: 0px 5px 10px 6px black;
}

body.home header#masthead.menu-toggled {
  background-color: #000;
  -webkit-box-shadow: 0px 5px 10px 6px black;
          box-shadow: 0px 5px 10px 6px black;
  -webkit-transition: none;
  transition: none;
}

body.home header#masthead.menu-toggled .site-branding {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.home .site-branding {
  display: none;
}

body.home .site-branding.mobile-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1001px) {
  .site-branding {
    display: none;
  }
}

.site-branding a {
  display: inline-block;
  margin-block: 5px;
}

.site-branding a img {
  height: 30px;
  width: auto;
}

nav#site-navigation.active {
  height: calc(100vh - 43px);
}

nav#site-navigation.active &gt; div {
  height: 100%;
}

nav#site-navigation.active &gt; div ul#primary-menu {
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

nav#site-navigation.active &gt; div ul#primary-menu &gt; li.menu-item {
  width: 100%;
  text-align: center;
}

nav#site-navigation.active &gt; div ul#primary-menu &gt; li.menu-item &gt; a {
  padding: 15px 25px;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b0b0b0;
  color: #000000;
}

button.menu-toggle {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

@media screen and (max-width: 1000px) {
  button.menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

button.menu-toggle .line {
  background-color: white;
  height: 2px;
  width: 20px;
}

button.menu-toggle .line1 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}

button.menu-toggle .line3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}

button.menu-toggle[aria-expanded="true"] .line {
  width: 25px;
  display: block;
}

button.menu-toggle[aria-expanded="true"] .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
  position: relative;
  top: -3px;
}

button.menu-toggle[aria-expanded="true"] .line2 {
  opacity: 0;
}

button.menu-toggle[aria-expanded="true"] .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: 3px;
  top: 2px;
}

ul#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 1000px) {
  ul#primary-menu {
    display: none;
  }
  .main-navigation.active ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul#primary-menu li.main-home-link {
    display: none;
  }
}

ul#primary-menu &gt; li a {
  padding: 12px 25px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul#primary-menu &gt; li a:hover {
  color: #000;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul#primary-menu &gt; li.main-home-link {
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

body.home ul#primary-menu &gt; li.main-home-link {
  width: 0;
}

body.home ul#primary-menu &gt; li.main-home-link.home-active {
  width: 140px;
}

body:not(.home) ul#primary-menu &gt; li.main-home-link {
  width: 140px;
}

ul#primary-menu &gt; li.main-home-link a {
  font-size: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

ul#primary-menu &gt; li.main-home-link a:hover {
  background-color: transparent;
}

ul#primary-menu &gt; li.main-home-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(./dist/img/dps-logo-small.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

ul#primary-menu &gt; li.main-home-link:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.page-header {
  padding-block: 60px;
}

.page-header h1.page-title {
  font-size: 40px;
  color: #ffffff;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.container,
.woocommerce-account .entry-content {
  max-width: 100%;
  width: 1200px;
  padding-inline: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.container.row,
.woocommerce-account .entry-content.row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}

.page-container {
  max-width: 100%;
  width: 1200px;
  padding-inline: 15px;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
      grid-template-columns: auto 300px;
  grid-gap: 30px;
}

body:not(.home) .page-container {
  padding-bottom: 50px;
}

@media all and (max-width: 1000px) {
  .page-container {
    grid-gap: 0;
  }
  .page-container .side,
  .page-container #primary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
}

.custom-page-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

nav.navigation.posts-navigation {
  margin-top: 30px;
  text-align: center;
}

.gallery-wrap {
  position: relative;
}

.gallery-info {
  margin-bottom: 20px;
  line-height: 28px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin: 0 auto;
}

@media screen and (max-width: 529px) {
  .gallery {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.gallery .gallery-item img {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lightbox-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  display: none;
  opacity: 0;
}

.lightbox-backdrop.active {
  display: block;
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.lightbox-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 80vh;
  max-width: 90vw;
  z-index: 10;
}

.lightbox-wrap.active {
  display: block;
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.lightbox-wrap .lightbox-header {
  position: absolute;
  bottom: 100%;
}

.lightbox-wrap .lightbox-header button.lightbox-close {
  height: 25px;
  aspect-ratio: 1/1;
}

.lightbox-wrap .lightbox-header button.lightbox-close:hover {
  opacity: .7;
}

.lightbox-wrap .lightbox-content .lightbox-image img {
  max-height: 70vh;
  max-width: 80vw;
}

.lightbox-wrap .lightbox-caption {
  position: absolute;
  background-color: #ffffff;
  padding: 2px 20px;
  color: #000;
  opacity: 0;
}

.lightbox-wrap .lightbox-caption.active {
  display: block;
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* Comps */
section#newsletter {
  background-image: url("./dist/img/newsletter-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-block: 120px;
  color: #ffffff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#newsletter .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: center;
}

section#newsletter .form-wrap .cta h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

section#newsletter .form-wrap .cta p {
  font-size: 20px;
  line-height: 30px;
}

section#newsletter .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#newsletter .form-wrap form button {
  border: 1px solid;
  padding: 5px 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 21px;
}

.side section#newsletter {
  padding: 0;
}

.side section#newsletter .form-wrap {
  max-width: 100%;
}

.side section#newsletter .cta h2 {
  font-size: 22px;
}

.side section#newsletter .cta p {
  font-size: 12px;
  line-height: 18px;
}

.side section#newsletter form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.side section#newsletter form input {
  max-width: 100%;
}

.side section#newsletter form button {
  font-size: 17px;
}

.side section#newsletter form .form-row-wrap {
  margin-top: 0px !important;
}

.sib-form {
  background-color: transparent !important;
  padding: 0;
  font-family: inherit;
}

.sib-form #sib-container {
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}

.sib-form #sib-container .sib-form-block {
  color: #ffffff !important;
  padding: 0 !important;
}

.sib-form #sib-container .cta {
  text-align: center;
}

.sib-form #sib-container .form-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.sib-form #sib-container .form-row-wrap .entry__field {
  margin: 0 !important;
}

.sib-form #sib-container .form-row-wrap .entry__field #EMAIL {
  width: 250px;
  color: #000000;
}

.sib-form #sib-container .form-row-wrap .entry__error {
  position: absolute !important;
  font-size: 12px !important;
}

.sib-form #sib-container .form-row-wrap .sib-form-block__button {
  border: 1px solid !important;
  padding: 5px 15px !important;
  -webkit-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  font-size: 21px !important;
  background-color: #000000 !important;
  font-family: inherit !important;
}

.links-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-image: url(./dist/img/newsletter-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-block: 20px;
  color: #ffffff;
}

.links-widget .promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.links-widget h3 {
  font-size: 22px;
}

.links-widget .links-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.links-widget .links-row ul li {
  height: 30px;
  width: 30px;
}

.links-widget .links-row ul li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  height: 100%;
}

.links-widget .links-row ul li &gt; a:hover {
  -webkit-transform: translateY(-3px) scale(1.2);
          transform: translateY(-3px) scale(1.2);
}

.links-widget .links-row ul li &gt; a &gt; img {
  -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
  -o-object-fit: contain;
     object-fit: contain;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popup .popup-content {
  position: relative;
  width: 100%;
  max-width: 405px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #000;
}

#popup .popup-content span.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#popup .popup-content span.close:hover {
  opacity: .8;
}

#popup .popup-content h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

#popup .popup-body {
  padding: 20px 0 5px;
}

#popup .popup-body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#popup .popup-body form .form-row {
  position: relative;
}

#popup .popup-body form .form-row span.wpcf7-spinner {
  position: absolute;
  left: 5px;
  top: 8px;
}

#popup .popup-body form input {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
}

#popup .popup-body form input:focus {
  outline: none;
  border-color: #000;
}

#popup .popup-body form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

#popup .popup-body form textarea {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
  max-width: 100%;
  width: 100%;
}

#popup .popup-body form textarea:focus {
  outline: none;
  border-color: #000;
}

#popup .popup-body form input[type="submit"] {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #000;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#popup .popup-body form input[type="submit"]:hover {
  opacity: .8;
}

#popup .popup-body form .wpcf7-response-output {
  margin: 10px auto;
}

/* Pages */
body.home section:not(.auto-section) {
  min-height: 100vh;
}

body.home section.auto-section {
  min-height: 505px;
}

body.home section:not(.open-hero) {
  position: relative;
  z-index: 2;
}

body.home main {
  padding-top: 100vh;
}

section#open-hero {
  height: 100vh;
  width: 100vw;
  position: relative;
  -webkit-box-shadow: -3px 12px 100px 6px #ffffff38;
          box-shadow: -3px 12px 100px 6px #ffffff38;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
}

section#open-hero .background-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

section#open-hero .background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section#open-hero .background-video .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(transparent 30%, #000000);
  background-color: rgba(0, 0, 0, 0.4);
}

section#open-hero .hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: calc(100% - 30px);
}

section#open-hero .hero-content img.hero-logo {
  height: 240px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section#open-hero .hero-content .hero-title {
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  position: relative;
  text-shadow: -1px 2px black;
  margin-block: 30px;
}

section#open-hero .hero-content .hero-title::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./dist/img/hero-text-bg.jpg");
  background-size: contain;
  background-position: bottom;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

section#open-hero #hero-scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  opacity: .6;
  -webkit-animation: bounceInPlace 1s infinite ease-in-out;
          animation: bounceInPlace 1s infinite ease-in-out;
}

section#open-hero #hero-scroll:hover {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes bounceInPlace {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

@keyframes bounceInPlace {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

section#gigs {
  background-image: url("./dist/img/dps-jinjer-tlv-by-eyal-peer.jpg");
  background-color: #8b8b8b;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  padding-block: 120px;
  -webkit-box-shadow: 3px -12px 100px 6px #ffffff38;
          box-shadow: 3px -12px 100px 6px #ffffff38;
}

@media screen and (max-width: 1000px) {
  section#gigs {
    background-attachment: unset;
  }
}

ul.gigs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.65);
}

ul.gigs-list li.gig-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 19px;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
  padding: 30px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.gigs-list li.gig-item:hover {
  background: rgba(100, 100, 100, 0.1);
  opacity: 1 !important;
}

ul.gigs-list li.gig-item span.date {
  width: 112px;
}

ul.gigs-list li.gig-item .actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

ul.gigs-list li.gig-item .actions a {
  border: 1px solid;
  padding: 2px 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.gigs-list li.gig-item .actions a:hover {
  background: #ffffff;
  color: #000000;
}

ul.gigs-list li.gig-item.past-event {
  opacity: 0.4;
}

@media screen and (max-width: 900px) {
  ul.gigs-list li.gig-item {
    padding: 25px 15px;
    gap: 20px;
    font-size: 17px;
  }
  ul.gigs-list li.gig-item .actions {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ul.gigs-list li.gig-item .actions .gallery {
    margin: unset;
  }
}

@media screen and (max-width: 760px) {
  ul.gigs-list li.gig-item span.date {
    width: 100%;
  }
}

#news {
  background-image: url("./dist/img/stone-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  padding-block: 140px 110px;
}

#news .items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  color: #ffffff;
  margin-bottom: 40px;
}

#news .items-wrap .news-item {
  width: 550px;
}

#news .items-wrap .news-item a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#news .items-wrap .news-item .inner img {
  border: 4px solid #000;
  -webkit-box-shadow: 0 0 5px 0 #ffffff;
          box-shadow: 0 0 5px 0 #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#news .items-wrap .news-item h3.title {
  font-weight: 100;
  font-size: 21px;
  line-height: 30px;
}

section#merch {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#merch .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#merch .container &gt; div {
  width: 50%;
}

@media (max-width: 1000px) {
  section#merch .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 20px;
  }
  section#merch .container &gt; div {
    width: calc(100% - 30px);
  }
}

section#merch .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 15px;
}

@media (max-width: 1000px) {
  section#merch .left {
    background-color: #000000;
    padding: 5px 20px 20px;
    -webkit-box-shadow: 0px -5px 5px 0px #ffffff47;
            box-shadow: 0px -5px 5px 0px #ffffff47;
  }
}

section#merch .left h2 {
  font-size: 60px;
}

section#merch .left p {
  font-size: 25px;
}

section#merch .left a {
  border: 2px solid;
  width: 320px;
  max-width: 100%;
  padding: 10px;
  font-size: 20px;
  background-color: #000000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

section#merch .left a:hover {
  background-color: #ffffff;
  color: #000000;
}

section#merch .right img {
  display: block;
  min-width: 320px;
  margin: 0 auto;
}

.promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
}

.promotion .links-row {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .promotion .links-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promotion .links-row h3 {
  font-size: 25px;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
}

.promotion .links-row ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.promotion .links-row ul &gt; li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.promotion .links-row ul &gt; li &gt; a:hover {
  -webkit-transform: translateY(-3px) scale(1.2);
          transform: translateY(-3px) scale(1.2);
}

.promotion .links-row ul &gt; li &gt; a &gt; img {
  height: 35px;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
}

#video-promo {
  background-image: url(./dist/img/dps-live-wall-of-death-supporting-jinjer-in-tlv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1000px) {
  #video-promo {
    background-attachment: unset;
  }
}

#video-promo .inner-wrap {
  padding-block: 140px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.471);
}

#video-promo iframe {
  max-width: 750px;
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
}

body.woocommerce .container {
  width: 1400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

body.woocommerce .container.product-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px !important;
}

@media screen and (max-width: 960px) {
  body.woocommerce .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px !important;
  }
}

body.woocommerce.archive div#primary {
  width: 100%;
  max-width: 1035px;
}

body.woocommerce.archive aside#secondary {
  width: 305px;
}

@media screen and (max-width: 960px) {
  body.woocommerce.archive aside#secondary {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.woocommerce.single-product #primary {
  width: 100%;
}

body.woocommerce .products .pl-loops.pllp-dps-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body.woocommerce .products .pl-loops.pllp-dps-main .pl-product {
  float: unset !important;
}

body.woocommerce .pl-loop.pllp-dps-main {
  height: 470px;
  width: 355px;
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  body.woocommerce .pl-loop.pllp-dps-main {
    height: 410px;
    width: 300px !important;
  }
}

body.woocommerce .pl-loop.pllp-dps-main .pl-magic {
  max-height: 100%;
  overflow-y: hidden;
  padding: 10px;
  border-bottom: 1px solid;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-title {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-meta-wrap {
  margin: 0;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-regular-price {
  display: none;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-content {
  margin-top: -25px;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-hidden-price {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  height: 30px;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-hidden-price del {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-hidden-price del .woocommerce-Price-amount bdi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #868686;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-hidden-price del .woocommerce-Price-amount bdi::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  rotate: -14deg;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-figure {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background-color: #151515;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-title,
body.woocommerce .pl-loop.pllp-dps-main .ivpa-content,
body.woocommerce .pl-loop.pllp-dps-main .pl-addtocart {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 1001px) {
  body.woocommerce .pl-loop.pllp-dps-main:hover .pl-magic {
    -webkit-box-shadow: 0 0 20px 0px #2e2b2b;
            box-shadow: 0 0 20px 0px #2e2b2b;
  }
  body.woocommerce .pl-loop.pllp-dps-main:hover .pl-title {
    color: inherit;
  }
  body.woocommerce .pl-loop.pllp-dps-main:hover .pl-title,
  body.woocommerce .pl-loop.pllp-dps-main:hover .pl-price,
  body.woocommerce .pl-loop.pllp-dps-main:hover .ivpa-content,
  body.woocommerce .pl-loop.pllp-dps-main:hover .pl-addtocart {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  body.woocommerce .pl-loop.pllp-dps-main:hover .pl-figure::after {
    content: "";
    width: 100%;
    height: 87px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

body.woocommerce .pl-loop.pllp-dps-main .pl-effect:after {
  display: none !important;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-info-box {
  display: none;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-addtocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

body.woocommerce .pl-loop.pllp-dps-main .pl-addtocart a.pl-button.pl-checkout.button {
  display: none;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-content .ivpa_attribute[data-attribute="pa_size"].ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_outofstock {
  opacity: 0.2;
}

body.woocommerce .pl-loop.pllp-dps-main .ivpa-content .ivpa_attribute[data-attribute="pa_size"].ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_clicked {
  border-color: #bbbbbb;
  color: #000000;
  background-color: #bbbbbb;
}

body.woocommerce table.woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce table.woocommerce-checkout-review-order-table tr.order-total td {
  border-color: #ffffff !important;
}

ul#shipping_method li input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.pl-fluid .pl-column-3:nth-of-type(3n+1) {
  clear: none !important;
}

.pl-cart::after,
.pl-checkout::after {
  background-image: none;
  -webkit-mask: url("../../../wp-content/plugins/xforwoocommerce/x-pack/product-loops/assets/images/loop-sprites.svg");
          mask: url("../../../wp-content/plugins/xforwoocommerce/x-pack/product-loops/assets/images/loop-sprites.svg");
  background-color: #ffffff;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 9.6em;
          mask-size: 9.6em;
}

.pl-cart:hover::after,
.pl-checkout:hover::after {
  background-color: #000000 !important;
  background-image: none;
}

.woocommerce-products-header {
  padding-block: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .woocommerce-products-header {
    padding-block: 50px 0;
  }
}

.woocommerce-products-header .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 2px solid #ffffff;
}

.woocommerce-products-header .container h1 {
  text-align: center;
  font-size: 50px;
}

ul.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-0) {
  padding-left: 20px;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 &gt; li &gt; a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 &gt; li:not(:last-of-type) {
  margin-bottom: 15px;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 &gt; li &gt; a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 {
  list-style: initial;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 &gt; li:not(:last-of-type) {
  margin-bottom: 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid;
  padding: 8px 35px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ffffff;
  color: #000;
}

.single-product nav.woocommerce-breadcrumb {
  padding-block: 40px 0;
}

@media screen and (max-width: 1000px) {
  .single-product nav.woocommerce-breadcrumb {
    padding-block: 0;
  }
}

.single-product h1.product_title {
  font-size: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  .single-product h1.product_title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .single-product h1.product_title {
    font-size: 35px;
  }
}

.single-product h1.product_title.mobile-title {
  display: none;
}

@media screen and (max-width: 768px) {
  .single-product h1.product_title {
    display: none;
  }
  .single-product h1.product_title.mobile-title {
    display: block;
  }
}

.single-product .woocommerce-product-gallery .flex-viewport {
  width: 657px;
  max-width: 100%;
}

.single-product .product-gallery-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  margin-top: 5px;
}

.single-product .product-gallery-thumbnails .woocommerce-product-gallery__image {
  width: 24% !important;
}

.single-product .product-gallery-thumbnails .woocommerce-product-gallery__image &gt; img {
  width: 100%;
  height: auto;
}

.single-product .entry-summary .price {
  margin-bottom: 30px;
}

.single-product .entry-summary span.woocommerce-Price-amount.amount {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}

.single-product .entry-summary form.cart .variations th.label {
  width: 80px;
  font-size: 21px;
  line-height: 33px;
}

.single-product .entry-summary form.cart .quantity input {
  height: 32px;
}

.single-product .entry-summary form.cart button.single_add_to_cart_button.button.alt {
  height: 32px;
  border: 1px solid;
  padding: 5px 15px;
  background-color: transparent;
}

.single-product .entry-summary .sku_wrapper {
  display: none;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper ul {
  color: #000;
}

.single-product section.related.products {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1035px;
}

.single-product section.related.products h2 {
  font-size: 32px;
}

.single-product div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
  line-height: 25px;
}

.pl-grid-table {
  display: none !important;
}

.floating-cart.floating-cart-top-right {
  display: none;
}

.woocommerce .floating-cart.floating-cart-top-right {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
  background-color: #000000;
  top: 140px !important;
  bottom: auto !important;
  border-right: 0;
  right: 0 !important;
  left: auto !important;
}

.woocommerce .floating-cart.floating-cart-top-right a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 960px) {
  .woocommerce .floating-cart.floating-cart-top-right a {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
  }
}

@media screen and (max-width: 960px) {
  .woocommerce .floating-cart.floating-cart-top-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 45px !important;
    background-color: transparent;
    border: none;
    left: 0 !important;
    right: unset !important;
    margin-left: 0 !important;
  }
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-cart table.shop_table td.product-remove {
  width: 20px;
}

.woocommerce-cart table.shop_table td.product-thumbnail {
  width: 90px;
}

.woocommerce-cart table.shop_table td.product-quantity .quantity .qty {
  height: 35px;
}

.woocommerce-cart table.shop_table td.actions .coupon .input-text {
  width: 130px;
  text-align: left;
}

.woocommerce-cart table.shop_table .button,
.woocommerce-cart table.shop_table input.button {
  height: 37px;
}

.woocommerce-cart .shipping-calculator-form input {
  height: 37px;
  padding-left: 10px;
}

.woocommerce-cart section.shipping-calculator-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-cart section.shipping-calculator-form .select2-container .select2-selection--single {
  height: 37px;
}

.woocommerce-cart section.shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.woocommerce-cart section.shipping-calculator-form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 26px;
}

.select2-container {
  color: #000;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: transparent;
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ffffff;
  color: #000000;
}

.woocommerce-page header.entry-header {
  margin-block: 60px;
}

.woocommerce-page header.entry-header .woocommerce-breadcrumb {
  color: #767676;
}

.woocommerce-page header.entry-header h1 {
  text-align: center;
  font-size: 50px;
  padding-block: 40px;
  border-bottom: 2px solid;
}

.woocommerce-page .woocommerce form .form-row input.input-text {
  height: 37px;
  padding-left: 15px;
}

.woocommerce-page .woocommerce form .form-row textarea {
  height: 80px;
  padding-left: 15px;
}

.woocommerce-page #add_payment_method #payment,
.woocommerce-page .woocommerce-cart #payment,
.woocommerce-page .woocommerce-checkout #payment {
  background: #646464;
}

.woocommerce-page #add_payment_method #payment button,
.woocommerce-page .woocommerce-cart #payment button,
.woocommerce-page .woocommerce-checkout #payment button {
  margin-top: 30px;
}

.mobile-shop-categories-dropdown {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .mobile-shop-categories-dropdown {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px;
  }
}

.mobile-shop-categories-dropdown select {
  margin: 0;
  width: 300px;
  height: 30px;
  line-height: 30px;
  padding-inline: 10px;
}

.mobile-shop-categories-dropdown .wc-block-product-categories__button {
  display: none;
}

.desktop-shop-categories-list {
  display: block;
}

@media screen and (max-width: 960px) {
  .desktop-shop-categories-list {
    display: none;
  }
}

.woocommerce-order-received table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.59);
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 30px;
  font-size: 20px;
}

.woocommerce .woocommerce-customer-details address {
  line-height: 27px;
}

nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 20px;
  font-size: 20px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: 1px solid #ffffff;
}

.woocommerce-order-details {
  margin-top: 20px;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 10px;
}

.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea {
  background-color: #ffffff;
  color: #000000;
  all: revert;
}

.woocommerce-page div.product.sale p.price del {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  font-size: 23px;
}

.woocommerce-page div.product.sale p.price del .woocommerce-Price-amount bdi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #868686;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-page div.product.sale p.price del .woocommerce-Price-amount bdi::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  rotate: -14deg;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>