@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row, .grid-block {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .grid-block:before, .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "Arvo", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 1.1rem ;
  line-height: 1;
  font-family: "Berani", sans-serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 5.45455rem ; }

h2, .h2 {
  font-size: 4.54545rem ; }

h3, .h3 {
  font-size: 3.18182rem ; }

h4, .h4 {
  font-size: 2.27273rem ; }

h5, .h5 {
  font-size: 1.81818rem ; }

h6, .h6 {
  font-size: 1.36364rem ; }

p {
  font-family: "Arvo", sans-serif;
  line-height: inherit;
  margin-bottom: 1.1rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 1.1rem ;
  margin-left: 2em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.5; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 1.1rem ; }
  dl dt, dl dd {
    line-height: 1.5; }
  dl dd {
    line-height: 1.5; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 1.1rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: bold; }

ul.unstyled, ul.page-nav__blocklist, ol.unstyled, ol.page-nav__blocklist {
  list-style: none;
  margin-left: 0; }

ul.inline li, ul.page-nav__blocklist li, ol.inline li, ol.page-nav__blocklist li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

.text-align-right {
  text-align: right; }

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 1.1rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 0.55rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 22px;
  color: rgba(41, 10, 9, 0.95);
  line-height: 1.5; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 1.1rem ;
  margin-right: 1.1rem ;
  margin-left: 1.1rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

.offset-75 {
  margin-left: 75%; }

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

.offset-50 {
  margin-left: 50%; }

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

.offset-25 {
  margin-left: 25%; }

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

.offset-11 {
  margin-left: 11%; }

.col-10, .w-10 {
  width: 10%; }

.offset-10 {
  margin-left: 10%; }

.col-9, .w-9 {
  width: 9%; }

.offset-9 {
  margin-left: 9%; }

.col-8, .w-8 {
  width: 8%; }

.offset-8 {
  margin-left: 8%; }

.col-7, .w-7 {
  width: 7%; }

.offset-7 {
  margin-left: 7%; }

.col-6, .w-6 {
  width: 6%; }

.offset-6 {
  margin-left: 6%; }

.col-5, .w-5 {
  width: 5%; }

.offset-5 {
  margin-left: 5%; }

.col-4, .w-4 {
  width: 4%; }

.offset-4 {
  margin-left: 4%; }

.col-3, .w-3 {
  width: 3%; }

.offset-3 {
  margin-left: 3%; }

.col-2, .w-2 {
  width: 2%; }

.offset-2 {
  margin-left: 2%; }

.col-1, .w-1 {
  width: 1%; }

.offset-1 {
  margin-left: 1%; }

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 1.1rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.5;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top; }

audio:not([controls]) {
  display: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

a:focus {
  outline: thin dotted; }

a {
  color: #C60207; }

a:hover,
a:active {
  outline: 0;
  color: #FF9D00; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

#i3-JTR .\+i3TODO {
  outline: 1px dashed red; }

#i3-JTR .\+fs-12 {
  font-size: 12px; }

#i3-JTR .\+fs-18 {
  font-size: 18px; }

#i3-JTR .\+fw-normal {
  font-weight: 400; }

#i3-JTR .\+fw-bold {
  font-weight: bold; }

#i3-JTR .\+ta-left {
  text-align: left; }

#i3-JTR .\+ta-center {
  text-align: center;
  margin: 0 auto; }

#i3-JTR .\+ta-right {
  text-align: right; }

#i3-JTR .\+lh-1 {
  line-height: 1; }

#i3-JTR .\+lh-11 {
  line-height: 1.1; }

#i3-JTR .\+lh-12 {
  line-height: 1.2; }

#i3-JTR .\+lh-13 {
  line-height: 1.3; }

#i3-JTR .\+lh-14 {
  line-height: 1.4; }

#i3-JTR .\+lh-15 {
  line-height: 1.5; }

#i3-JTR .\+lh-16 {
  line-height: 1.6; }

#i3-JTR .\+lh-17 {
  line-height: 1.7; }

#i3-JTR .\+lh-18 {
  line-height: 1.8; }

#i3-JTR .\+lh-19 {
  line-height: 1.9; }

#i3-JTR .\+lh-20 {
  line-height: 2; }

#i3-JTR .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-JTR .\+td-line-through {
  text-decoration: line-through; }

#i3-JTR .\+tt-uppercase {
  text-transform: uppercase; }

#i3-JTR .\+c-white {
  color: #FFF; }

#i3-JTR .\+c-black {
  color: #000; }

#i3-JTR .\+c-grey {
  color: #606060; }

#i3-JTR .\+c-light-grey {
  color: #EDE8DE; }

#i3-JTR .\+c-brand {
  color: #C60207; }

#i3-JTR .\+c-brand-dark {
  color: #290A09; }

#i3-JTR .\+c-brand-red {
  color: #FF9D00; }

#i3-JTR .\+d-block {
  display: block; }

#i3-JTR .\+d-inline-block {
  display: inline-block; }

#i3-JTR .\+p-relative {
  position: relative; }

#i3-JTR .\+ls-large {
  letter-spacing: 4px; }

#i3-JTR .\+ls-two {
  letter-spacing: 2px; }

#i3-JTR .\+ls-three {
  letter-spacing: 3px; }

#i3-JTR .\+ls-four {
  letter-spacing: 4px; }

#i3-JTR .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

#i3-JTR .\+d-none {
  display: none; }

@media (min-width: 1024px) {
  #i3-JTR .\+tablet-d-none {
    display: none; } }

@media (min-width: 1100px) {
  #i3-JTR .\+desktop-d-none {
    display: none; } }

#i3-JTR .\+d-block {
  display: block; }

@media (min-width: 1024px) {
  #i3-JTR .\+tablet-d-block {
    display: block; } }

@media (min-width: 1100px) {
  #i3-JTR .\+desktop-d-block {
    display: block; } }

#i3-JTR .\+highlight {
  text-align: center;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #i3-JTR .\+highlight {
      font-size: 28px !important; } }

#i3-JTR .\+highlight-heading {
  text-align: center;
  font-size: 1.36364rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #i3-JTR .\+highlight-heading {
      font-size: 28px !important;
      margin-bottom: 18px !important; } }

#i3-JTR .\+fs-44 {
  font-size: 44px; }

#i3-JTR .\+s-heading {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px; }

#i3-JTR .\+hr-small {
  width: 45px;
  border: 2px solid #024930; }
  #i3-JTR .\+hr-small.\--white {
    border-color: #fff; }

#i3-JTR .\+h-font {
  font-family: "Berani", sans-serif; }

#i3-JTR .\+cta-icon {
  font-weight: 500;
  color: #290A09;
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #i3-JTR .\+cta-icon:after {
    content: "\e91d";
    font-family: 'default';
    width: 36px;
    height: 36px;
    background-color: #D5D4CC;
    border-radius: 6px;
    font-size: 14px;
    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;
    margin-left: 16px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s; }
  #i3-JTR .\+cta-icon:hover {
    color: #C60207; }
    #i3-JTR .\+cta-icon:hover:after {
      background-color: #C60207;
      color: #FFF; }

#i3-JTR .\+text-bg {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  padding: 12px 0.90909rem;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 767px) {
    #i3-JTR .\+text-bg {
      font-size: 0.81818rem; } }
  @media (min-width: 1024px) {
    #i3-JTR .\+text-bg {
      font-size: 1rem; } }

#i3-JTR .\+mt-3 {
  margin-top: 1.36364rem; }

#i3-JTR .\+tb-3 {
  margin-top: 1.36364rem;
  margin-bottom: 1.36364rem; }

#i3-JTR .\+fancy-paragraph {
  font-size: 1.5625rem;
  line-height: 1.1;
  font-family: 'Omica';
  text-transform: uppercase;
  letter-spacing: -0.5px; }
  @media (min-width: 1024px) {
    #i3-JTR .\+fancy-paragraph {
      font-size: 2rem; } }
  @media (min-width: 1100px) {
    #i3-JTR .\+fancy-paragraph {
      font-size: 2.27273rem; } }

#i3-JTR .\+fancy-text {
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: 'Omica';
  border-radius: 5px;
  background-color: #C60207;
  -webkit-backdrop-filter: blur(8.07742px);
  backdrop-filter: blur(8.07742px);
  padding: 3px 10px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: rgba(255, 244, 225, 0.95);
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg); }
  @media (min-width: 768px) {
    #i3-JTR .\+fancy-text {
      font-size: 1.45455rem; } }

#i3-JTR .\+fancy-content {
  font-size: 2rem;
  font-family: 'Omica';
  text-transform: uppercase;
  letter-spacing: -0.46px; }
  #i3-JTR .\+fancy-content span {
    font-size: 1.75rem;
    color: #FFF4E1; }
    @media (min-width: 768px) {
      #i3-JTR .\+fancy-content span {
        font-size: 1.90909rem; } }
  @media (min-width: 768px) {
    #i3-JTR .\+fancy-content {
      font-size: 2.09091rem; } }

#i3-JTR .\+fancy-link {
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.76px;
  position: relative; }
  @media (max-width: 768px) {
    #i3-JTR .\+fancy-link {
      font-size: 24px; } }
  #i3-JTR .\+fancy-link:after {
    content: '';
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/link-layer.png");
    background-size: cover;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto; }

#i3-JTR .\+highlight_number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.31818rem;
  height: 3.31818rem;
  font-size: 1.54545rem;
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/highlight-layer.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF4E1;
  font-family: 'AnotherDanger';
  letter-spacing: -0.34px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  margin-right: 0.625rem; }
  @media (min-width: 1100px) {
    #i3-JTR .\+highlight_number {
      margin-right: 0.90909rem; } }

@media (min-width: 1025px) {
  #i3-JTR .\+hide-on-desktop {
    display: none; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  img.alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem; }
  img.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem; }

html {
  height: 100%; }

body {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/body-bg.webp");
  background-size: cover;
  background-position: center;
  overflow-x: hidden; }
  body.\--height-fixed {
    height: 100%;
    overflow: hidden;
    padding-right: 17px; }
  body .body-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative; }
  body.\--show-mobile-menu {
    overflow-y: hidden; }

@media (max-width: 767px) {
  .pm__nav ul > li.current-menu-ancestor ul.sub-menu {
    display: block; } }

.offset-bottom-1, .offset-bottom-rem-1 {
  margin-bottom: 10px; }
  @media (max-width: 1100px) {
    .offset-bottom-1, .offset-bottom-rem-1 {
      margin-bottom: 30px !important; } }

.offset-bottom-2, .offset-bottom-rem-2 {
  margin-bottom: 20px; }
  @media (max-width: 1100px) {
    .offset-bottom-2, .offset-bottom-rem-2 {
      margin-bottom: 30px !important; } }

.offset-bottom-3, .offset-bottom-rem-3 {
  margin-bottom: 30px; }
  @media (max-width: 1100px) {
    .offset-bottom-3, .offset-bottom-rem-3 {
      margin-bottom: 30px !important; } }

.offset-bottom-4, .offset-bottom-rem-4 {
  margin-bottom: 40px; }
  @media (max-width: 1100px) {
    .offset-bottom-4, .offset-bottom-rem-4 {
      margin-bottom: 30px !important; } }

.offset-bottom-5, .offset-bottom-rem-5 {
  margin-bottom: 50px; }
  @media (max-width: 1100px) {
    .offset-bottom-5, .offset-bottom-rem-5 {
      margin-bottom: 30px !important; } }

.offset-bottom-6, .offset-bottom-rem-6 {
  margin-bottom: 60px; }
  @media (max-width: 1100px) {
    .offset-bottom-6, .offset-bottom-rem-6 {
      margin-bottom: 30px !important; } }

.offset-bottom-7, .offset-bottom-rem-7 {
  margin-bottom: 70px; }
  @media (max-width: 1100px) {
    .offset-bottom-7, .offset-bottom-rem-7 {
      margin-bottom: 30px !important; } }

.offset-bottom-8, .offset-bottom-rem-8 {
  margin-bottom: 80px; }
  @media (max-width: 1100px) {
    .offset-bottom-8, .offset-bottom-rem-8 {
      margin-bottom: 30px !important; } }

.offset-bottom-9, .offset-bottom-rem-9 {
  margin-bottom: 90px; }
  @media (max-width: 1100px) {
    .offset-bottom-9, .offset-bottom-rem-9 {
      margin-bottom: 30px !important; } }

.offset-bottom-10, .offset-bottom-rem-10 {
  margin-bottom: 100px; }
  @media (max-width: 1100px) {
    .offset-bottom-10, .offset-bottom-rem-10 {
      margin-bottom: 30px !important; } }

.ins-checkout-layout {
  height: 100% !important; }
  .ins-checkout-layout .ins-toggle-btn {
    bottom: 55px !important; }
    @media (max-width: 576px) {
      .ins-checkout-layout .ins-toggle-btn {
        left: -75px !important;
        width: 60px;
        height: 60px; }
        .ins-checkout-layout .ins-toggle-btn .ins-items-count {
          margin-left: -11px; } }
    @media (min-width: 1100px) {
      .ins-checkout-layout .ins-toggle-btn {
        bottom: 75px !important; } }

.single-product.woocommerce .woocommerce-error li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-page-sidemenu .cms-content {
  padding-bottom: 3.63636rem; }
  @media (min-width: 1100px) {
    .page-template-page-sidemenu .cms-content {
      padding-bottom: 8.18182rem; } }

.az-listing .az-letters-wrap ul li a {
  color: #C60207 !important; }

.az-listing .items-outer .items-inner .az-columns li a {
  color: #C60207; }

.az-listing .items-outer .items-inner .back-to-top a {
  color: #C60207; }

.container {
  max-width: 1740px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container.\--style-full {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-large {
    max-width: 1800 px; }
  .container.\--style-medium {
    max-width: 1400px; }
  .container.\--style-small {
    max-width: 940px; }
  .container.\--pad-t-1 {
    padding-top: 10px; }
  .container.\--pad-b-1 {
    padding-bottom: 10px; }
  .container.\--pad-t-2 {
    padding-top: 20px; }
  .container.\--pad-b-2 {
    padding-bottom: 20px; }
  .container.\--pad-t-3 {
    padding-top: 30px; }
  .container.\--pad-b-3 {
    padding-bottom: 30px; }
  .container.\--pad-t-4 {
    padding-top: 40px; }
  .container.\--pad-b-4 {
    padding-bottom: 40px; }
  .container.\--pad-t-5 {
    padding-top: 50px; }
  .container.\--pad-b-5 {
    padding-bottom: 50px; }
  .container.\--pad-t-6 {
    padding-top: 60px; }
  .container.\--pad-b-6 {
    padding-bottom: 60px; }
  .container.\--pad-t-7 {
    padding-top: 70px; }
  .container.\--pad-b-7 {
    padding-bottom: 70px; }
  .container.\--pad-t-8 {
    padding-top: 80px; }
  .container.\--pad-b-8 {
    padding-bottom: 80px; }
  .container.\--pad-t-9 {
    padding-top: 90px; }
  .container.\--pad-b-9 {
    padding-bottom: 90px; }
  .container.\--pad-t-10 {
    padding-top: 100px; }
  .container.\--pad-b-10 {
    padding-bottom: 100px; }

@font-face {
  font-family: 'Berani';
  src: url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/Berani.woff2?32gdwb") format("woff2"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/Berani.woff?32gdwb") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Omica';
  src: url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/Omica.woff2?32gdwb") format("woff2"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/Omica.woff?32gdwb") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Unthinkers';
  src: url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/Unthinkers.woff2?32gdwb") format("woff2"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/Unthinkers.woff?32gdwb") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AnotherDanger';
  src: url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/AnotherDanger.woff2?32gdwb") format("woff2"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/AnotherDanger.woff?32gdwb") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html, body {
  font-size: 16px; }
  @media (min-width: 1024px) {
    html, body {
      font-size: 18px; } }
  @media (min-width: 1100px) {
    html, body {
      font-size: 20px; } }
  @media (min-width: 1580px) {
    html, body {
      font-size: 22px; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

p {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02em; }
  @media (min-width: 1100px) {
    p {
      font-size: 1rem; } }
  @media (min-width: 1370px) {
    p {
      font-size: 1rem;
      line-height: 1.6; } }

a {
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  outline: none !important;
  color: #FF9D00;
  text-decoration: none; }

h1, h2, h3, h4 {
  line-height: 0.95;
  text-transform: uppercase;
  word-wrap: break-word; }

h5, h6 {
  text-transform: uppercase; }

@media (max-width: 767px) {
  h2 {
    font-size: 2.27273rem; } }

ul li {
  font-size: 18px; }
  @media (min-width: 1100px) {
    ul li {
      font-size: 20px; } }

blockquote {
  border: 1px solid #8b2e98;
  padding: 38px;
  margin-bottom: 30px;
  font-family: "Berani", sans-serif;
  font-size: 1.5em;
  position: relative; }
  @media (min-width: 1100px) {
    blockquote {
      padding-left: 180px; } }
  blockquote:before {
    content: '❝';
    font-family: "Berani", sans-serif;
    line-height: 1;
    display: none;
    font-size: 140px;
    position: absolute;
    left: 50px;
    top: 20px; }
    @media (min-width: 1100px) {
      blockquote:before {
        display: block; } }
  blockquote p {
    font-family: "Berani", sans-serif;
    letter-spacing: 1px;
    line-height: 1.3; }
    blockquote p:last-child {
      margin-bottom: 0; }

hr {
  border-color: #CCC; }

.cms-content .btn:not(a) {
  text-decoration: none; }

.cms-content h2 sup {
  font-size: 1.25rem;
  top: -15px; }
  @media (min-width: 768px) {
    .cms-content h2 sup {
      font-size: 2.27273rem;
      top: -38px; } }

.cms-content p sup {
  font-size: 1.36364rem; }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 5.1rem"] {
    font-size: 1.875rem !important; } }

@media (max-width: 767px) {
  .cms-content h2 span[style*="font-size: 9rem"] {
    font-size: 3.75rem !important; } }

@media (max-width: 767px) {
  .cms-content h2.h4 {
    font-size: 1.875rem !important; } }

p:last-child {
  margin-bottom: 0; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/default.eot?u8gez7");
  src: url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/default.eot?u8gez7#iefix") format("embedded-opentype"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/default.ttf?u8gez7") format("truetype"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/default.woff?u8gez7") format("woff"), url("/wp-content/themes/jacktheripper-2025/_ui/media/fonts/default.svg?u8gez7#default") format("svg");
  font-weight: normal;
  font-style: normal; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down-radius:before {
  content: "\e927"; }

.icon-minus:before {
  content: "\e900"; }

.icon-share:before {
  content: "\e901"; }

.icon-plus:before {
  content: "\e902"; }

.icon-star:before {
  content: "\e903"; }

.icon-arrow-left:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-up:before {
  content: "\e90a"; }

.icon-tripadvisor:before {
  content: "\e90d"; }

.icon-twitter:before {
  content: "\e90f"; }

.icon-instagram:before {
  content: "\e914"; }

.icon-pin:before {
  content: "\e91b"; }

.icon-email:before {
  content: "\e91e"; }

.icon-phone:before {
  content: "\e922"; }

.icon-play:before {
  content: "\e923"; }

.icon-facebook:before {
  content: "\e924"; }

.icon-user:before {
  content: "\e925"; }

.icon-cart:before {
  content: "\e926"; }

.icon-calendar:before {
  content: "\e921"; }

.icon-reset:before {
  content: "\e911"; }

.icon-enter:before {
  content: "\e91f"; }

.icon-search:before {
  content: "\e920"; }

.icon-chevron-right:before {
  content: "\e905"; }

.icon-chevron-left:before {
  content: "\e908"; }

.icon-chevron-up:before {
  content: "\e90e"; }

.icon-chevron-down:before {
  content: "\e910"; }

.icon-launcher:before {
  content: "\e913"; }

.icon-pencil:before {
  content: "\e916"; }

.icon-delivery:before {
  content: "\e91a"; }

.icon-card:before {
  content: "\e91c"; }

.icon-arrow-top-right:before {
  content: "\e91d"; }

.icon-postage:before {
  content: "\e912"; }

.icon-truck:before {
  content: "\e915"; }

.icon-loader:before {
  content: "\e90c"; }

.icon-world:before {
  content: "\e906"; }

.icon-caret-down:before {
  content: "\e918"; }

.icon-close:before {
  content: "\e919"; }

.icon-menu:before {
  content: "\e917"; }

.icon-checkmark:before {
  content: "\e90b"; }

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  background-color: transparent;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: #291A00;
  font-size: 1.54545rem;
  font-family: "Berani", sans-serif;
  letter-spacing: normal;
  line-height: 1 !important;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  cursor: pointer;
  overflow: hidden; }
  .btn:before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    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;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn span {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block; }
  .btn:hover {
    color: unset; }
    .btn:hover:before {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .btn:hover span {
      opacity: 0;
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .btn svg {
    position: absolute;
    top: 0;
    left: 0; }
  .btn span {
    position: relative;
    z-index: 2;
    line-height: 1; }
  .btn i {
    margin-left: 8px;
    font-size: 1rem;
    vertical-align: middle; }
  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn__wrapper.\--center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    @media (min-width: 1025px) {
      .btn__wrapper.\--right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .btn__wrapper.\--style-large .btn {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/large-layer.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      width: 29.04545rem;
      height: 4.54545rem;
      font-size: 1.5625rem; }
      @media (min-width: 768px) {
        .btn__wrapper.\--style-large .btn {
          font-size: 2rem; } }
    .btn__wrapper.\--style-medium .btn {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/button-medium.svg");
      background-size: 100%;
      background-position: center;
      width: 17.36364rem;
      height: 3.18182rem;
      font-size: 1.54545rem;
      letter-spacing: 0.34px; }
    .btn__wrapper.\--style-full .btn {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/full-button-layer.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 3.40909rem;
      font-size: 1.125rem;
      letter-spacing: 0.36px;
      color: #FFF4E1; }
      @media (min-width: 768px) {
        .btn__wrapper.\--style-full .btn {
          font-size: 1.63636rem; } }
  .btn.\--style-block {
    width: 100%;
    text-align: center; }
  .btn.\--style-view-product {
    text-align: center;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/view-button-layer.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1.375rem;
    width: 13.75rem;
    height: 3.125rem;
    color: #FFF4E1;
    letter-spacing: 1px; }
    @media (min-width: 377px) {
      .btn.\--style-view-product {
        width: 16.875rem; } }
    @media (min-width: 600px) {
      .btn.\--style-view-product {
        font-size: 1.5rem; } }
    @media (min-width: 1024px) {
      .btn.\--style-view-product {
        width: 13.63636rem;
        height: 2.72727rem;
        font-size: 1.36364rem;
        letter-spacing: 1.2px; } }
    @media (min-width: 1280px) {
      .btn.\--style-view-product {
        width: 11.81818rem;
        height: 2.72727rem;
        font-size: 1.36364rem;
        letter-spacing: 1.2px; } }
    @media (min-width: 1500px) {
      .btn.\--style-view-product {
        width: 14.54545rem;
        font-size: 1.36364rem;
        letter-spacing: 1.2px; } }
  .btn.\--style-load-more {
    text-align: center;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/load-more.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 15.13636rem;
    height: 3.18182rem; }
  .btn.\--theme-primary {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/primary-layer.svg");
    background-size: cover;
    background-position: center;
    width: 12.13636rem;
    height: 3.18182rem;
    letter-spacing: 0.34px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn.\--theme-secondary {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/secondary-layer.svg");
    background-size: cover;
    background-position: center;
    width: 12.13636rem;
    height: 3.18182rem;
    letter-spacing: 0.34px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFF4E1; }
  .btn.\--type-add-to-cart {
    padding: 0.63636rem 0.90909rem 0.72727rem 0.90909rem;
    width: 5rem; }
    @media (min-width: 1024px) {
      .btn.\--type-add-to-cart {
        padding: 0.63636rem 1.81818rem 0.72727rem 1.81818rem; } }
    @media (min-width: 1280px) {
      .btn.\--type-add-to-cart {
        width: 5.36364rem;
        height: 2.36364rem; } }
    .btn.\--type-add-to-cart i {
      font-size: 0px;
      margin: 0px; }
      .btn.\--type-add-to-cart i:before {
        content: "\e907"; }
    .btn.\--type-add-to-cart.loading {
      pointer-events: none; }
      .btn.\--type-add-to-cart.loading span {
        font-size: 0px; }
      .btn.\--type-add-to-cart.loading i {
        -webkit-animation: button-icon-rotate .5s linear infinite;
        animation: button-icon-rotate .5s linear infinite;
        font-size: 1.09091rem;
        margin-left: 10px; }
        .btn.\--type-add-to-cart.loading i:before {
          content: "\e90c"; }

a.btn {
  text-decoration: none; }

@-webkit-keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.panel-row-style {
  border-width: 2px !important; }

.panel-grid {
  margin-bottom: 0 !important; }

.\--style-so-stretch > .panel-grid-cell > .so-panel {
  height: 100%; }
  .\--style-so-stretch > .panel-grid-cell > .so-panel > div {
    height: 100%; }
    .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div {
      height: 100%; }
      .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div.w-image > div {
        height: 100%; }
        .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div.w-image > div img {
          height: 100%; }

.absolute-row {
  margin-top: -163px; }

.absolute-row-large {
  margin-top: -260px; }

.reverse-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  color: rgba(0, 48, 20, 0.8);
  font-size: 0.90909rem;
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background: transparent;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 12px 0.90909rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  border-radius: 5px;
  border-left: 5px #EAE7E0 solid; }
  input[type=email].wpcf7-not-valid,
  input[type=number].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=text].wpcf7-not-valid,
  input[type=date].wpcf7-not-valid,
  input[type=password].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #290A09; }
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=text]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=text]::placeholder,
  input[type=date]::placeholder,
  input[type=password]::placeholder,
  textarea::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=date]:focus,
  input[type=password]:focus,
  textarea:focus {
    border-color: #28443F;
    border-left-color: #290A09;
    background: transparent; }

.gform-body input[type=email]:not(.mapplic-search-input),
.gform-body input[type=number]:not(.mapplic-search-input),
.gform-body input[type=tel]:not(.mapplic-search-input),
.gform-body input[type=text]:not(.mapplic-search-input),
.gform-body input[type=date]:not(.mapplic-search-input),
.gform-body input[type=password]:not(.mapplic-search-input),
.gform-body textarea:not(.mapplic-search-input) {
  color: rgba(0, 48, 20, 0.8);
  font-size: 0.90909rem;
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background: transparent;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 12px 0.90909rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  border-radius: 5px;
  border-left: 5px #EAE7E0 solid; }
  .gform-body input[type=email]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=number]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=tel]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=text]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=date]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=password]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body textarea:not(.mapplic-search-input).wpcf7-not-valid {
    border-color: #290A09; }
  .gform-body input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input):-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform-body textarea:not(.mapplic-search-input)::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input):focus,
  .gform-body input[type=number]:not(.mapplic-search-input):focus,
  .gform-body input[type=tel]:not(.mapplic-search-input):focus,
  .gform-body input[type=text]:not(.mapplic-search-input):focus,
  .gform-body input[type=date]:not(.mapplic-search-input):focus,
  .gform-body input[type=password]:not(.mapplic-search-input):focus,
  .gform-body textarea:not(.mapplic-search-input):focus {
    border-color: #28443F;
    border-left-color: #290A09;
    background: transparent; }

.gform-body form p {
  line-height: 1.5; }

.gform-body .gfield.gfield--type-html {
  font-size: 13px;
  color: rgba(67, 88, 83, 0.8);
  line-height: 1rem; }

.gform-body .gfield.gfield--type-submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gform-body .gfield.gfield--type-submit input[type="submit"] {
    background-color: #FF9D00;
    padding: 0.90909rem 1.09091rem;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Berani", sans-serif;
    letter-spacing: 0.218px;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF;
    border: none;
    line-height: 0; }
    .gform-body .gfield.gfield--type-submit input[type="submit"]:hover {
      background-color: #cc7e00;
      color: #fff; }

.gform-body .gform-body .gform-field-label {
  font-family: "Berani", sans-serif;
  font-weight: 500;
  letter-spacing: 0.36px;
  font-size: 9px;
  text-transform: uppercase;
  color: rgba(41, 10, 9, 0.95);
  margin-bottom: 12px; }
  .gform-body .gform-body .gform-field-label .gfield_required {
    color: #290A09; }

.gform-body .gform_required_legend {
  display: none; }

.gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper textarea:not(.mapplic-search-input) {
  border-color: #203C37;
  color: rgba(250, 245, 237, 0.9);
  background: #203C37;
  border-left-color: #203C37; }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input):-ms-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input):focus {
    border-color: #C60207;
    border-left-color: #C60207;
    background: transparent; }

.gform-body.\--dark_wrapper .gfield.gfield--type-html {
  color: rgba(250, 245, 237, 0.64);
  line-height: 1rem; }
  .gform-body.\--dark_wrapper .gfield.gfield--type-html a {
    color: #C60207; }

.gform-body.\--dark_wrapper .gform-body .gform-field-label {
  color: #C60207; }
  .gform-body.\--dark_wrapper .gform-body .gform-field-label .gfield_required {
    color: #C60207; }

.gform-body.\--dark_wrapper .control-select {
  background: #203C37;
  border-color: #203C37;
  color: rgba(250, 245, 237, 0.9);
  border-left-color: #203C37; }
  .gform-body.\--dark_wrapper .control-select.\--focus {
    border-color: #C60207;
    border-left-color: #C60207;
    background: transparent; }
  .gform-body.\--dark_wrapper .control-select > span:after {
    color: rgba(250, 245, 237, 0.6); }

.gform-body.gform_validation_error .gform_validation_errors {
  border-radius: 8px;
  padding: 10px;
  border-color: #000; }
  .gform-body.gform_validation_error .gform_validation_errors > ol {
    padding-left: 0px;
    margin: 0; }
    .gform-body.gform_validation_error .gform_validation_errors > ol li {
      list-style-type: none !important; }
  .gform-body.gform_validation_error .gform_validation_errors > h2 {
    color: #000;
    font-family: "Arvo", sans-serif;
    font-weight: normal;
    font-size: 12px; }

.gform-body.gform_validation_error .gfield_validation_message, .gform-body.gform_validation_error .validation_message {
  padding: 10px !important;
  border-radius: 8px;
  border-color: #000;
  color: #000;
  font-size: 12px; }

.gform-body .ginput_container_consent input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:after {
  opacity: 1; }

.gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:before {
  background-color: #F57842;
  border-color: #F57842; }

.gform-body .ginput_container_consent .gform-field-label {
  display: inline-block;
  font-family: "Arvo", sans-serif;
  min-height: 1.18182rem;
  padding-left: 1.72727rem;
  position: relative;
  display: block;
  line-height: 1.2;
  cursor: pointer;
  text-transform: unset;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
  color: rgba(250, 245, 237, 0.64) !important; }
  .gform-body .ginput_container_consent .gform-field-label:before {
    content: "";
    border: 2px solid #949F99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0; }
  .gform-body .ginput_container_consent .gform-field-label:after {
    content: '\e902';
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F57842;
    border-color: #F57842;
    width: 0.54545rem;
    height: 0.54545rem;
    position: absolute;
    left: 0.22727rem;
    top: 0.22727rem;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF; }

.gravity-theme.\--dark .gform_confirmation_message {
  color: #C60207; }

.gravity-theme .gform_confirmation_message {
  text-align: center; }

.wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.wpcf7-checkbox label {
  display: inline-block; }
  .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }
  .wpcf7-checkbox label .wpcf7-list-item-label {
    min-height: 1rem;
    padding-left: 2.27273rem;
    position: relative;
    display: block;
    line-height: 1.2;
    cursor: pointer; }
    .wpcf7-checkbox label .wpcf7-list-item-label:before {
      content: "";
      border: 1.5px solid #BBBBBB;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 2px;
      width: 1rem;
      height: 1rem;
      position: absolute;
      left: 0;
      top: 0; }
    .wpcf7-checkbox label .wpcf7-list-item-label:after {
      background-color: #333333;
      width: 0.54545rem;
      height: 0.54545rem;
      content: "";
      position: absolute;
      left: 0.22727rem;
      top: 0.22727rem;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 135px;
  resize: vertical; }
  @media (max-width: 1024px) {
    textarea {
      height: 150px; } }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 3px solid #8D9EA4; }
  fieldset legend {
    color: #290A09;
    font-weight: bold;
    font-size: 1.27273rem;
    margin-bottom: 2rem; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

:-ms-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

@media (min-width: 1024px) {
  .form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .form__grid__item {
      padding-left: 1rem;
      width: 50%; } }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #ff0026 !important;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #ff0026 !important; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #C60207;
    border-color: #C60207; }

span.wpcf7-not-valid-tip {
  color: #290A09;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f; }

div.wpcf7-validation-errors {
  color: #290A09;
  border: 2px solid #290A09;
  border-radius: 0;
  padding-left: 20px; }

#mc_embed_signup div#mce-responses {
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important; }

.gform_wrapper .gform_required_legend {
  display: none; }

.gform_wrapper .gform_validation_errors {
  display: none; }

.gform_wrapper .gform-body .gfield--type-html {
  margin-bottom: 0.90909rem; }
  .gform_wrapper .gform-body .gfield--type-html h2 {
    color: #290A09;
    letter-spacing: 0 !important;
    margin-bottom: 10px; }
  .gform_wrapper .gform-body .gfield--type-html p {
    color: #290A09;
    font-size: 1rem;
    line-height: 1.6; }

.gform_wrapper .gform-body .gform_fields {
  gap: 0.90909rem; }

.gform_wrapper .gform-body .gform-field-label {
  font-size: 1.18182rem !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
  color: #290A09;
  font-family: 'Omica';
  letter-spacing: -0.26px !important;
  text-transform: uppercase; }
  .gform_wrapper .gform-body .gform-field-label .gfield_required {
    color: #C60207;
    font-size: 100%; }

.gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input),
.gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input),
.gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input),
.gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input),
.gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input),
.gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input),
.gform_wrapper .gform-body textarea:not(.mapplic-search-input) {
  color: #290A09;
  font-size: 1rem !important;
  background-color: #fff !important;
  border: 2px solid #290A09;
  background: transparent;
  padding: 0.77273rem 0.90909rem;
  outline: none;
  border-radius: 8px;
  letter-spacing: -0.22px; }
  .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform_wrapper .gform-body textarea:not(.mapplic-search-input).wpcf7-not-valid {
    border-color: #290A09; }
  .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input):focus,
  .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input):focus,
  .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input):focus,
  .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input):focus,
  .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input):focus,
  .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input):focus,
  .gform_wrapper .gform-body textarea:not(.mapplic-search-input):focus {
    color: #290A09;
    border-color: #C60207;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(198, 2, 7, 0.3) !important;
    box-shadow: 0px 0px 0px 3px rgba(198, 2, 7, 0.3) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform_wrapper .gform-body textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(41, 10, 9, 0.4);
    letter-spacing: -0.22px; }
  .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform_wrapper .gform-body textarea:not(.mapplic-search-input):-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(41, 10, 9, 0.4);
    letter-spacing: -0.22px; }
  .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform_wrapper .gform-body textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(41, 10, 9, 0.4);
    letter-spacing: -0.22px; }
  .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform_wrapper .gform-body textarea:not(.mapplic-search-input)::placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(41, 10, 9, 0.4);
    letter-spacing: -0.22px; }

.gform_wrapper .gform-body textarea.large {
  height: 10.90909rem !important;
  resize: none !important; }

.gform_wrapper .gform-body .control-select {
  color: #290A09;
  background: transparent !important;
  padding: 0.90909rem 1.09091rem;
  outline: none;
  border: 1.5px solid #c9c8c0;
  border-radius: 6px; }
  .gform_wrapper .gform-body .control-select select {
    padding: 0;
    color: #290A09;
    font-size: 0.81818rem;
    background: transparent; }
    .gform_wrapper .gform-body .control-select select:focus {
      border-color: #28443F;
      border-color: #C60207;
      -webkit-box-shadow: 0px 0px 0px 3px rgba(198, 2, 7, 0.3) !important;
      box-shadow: 0px 0px 0px 3px rgba(198, 2, 7, 0.3) !important;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.gform_wrapper .gform_footer {
  margin-top: 1.81818rem !important;
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/secondary-layer.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 12.13636rem;
  height: 3.54545rem;
  letter-spacing: 0.34px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .gform_wrapper .gform_footer {
      padding: 0 !important; } }
  .gform_wrapper .gform_footer:hover {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/primary-layer.svg");
    color: #291A00; }
  .gform_wrapper .gform_footer input[type=submit] {
    background: transparent !important;
    font-family: Berani !important;
    font-size: 1.54545rem !important;
    font-weight: 400;
    text-transform: uppercase !important;
    color: #fff;
    outline: 0;
    border: 0;
    letter-spacing: 0.34px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0 !important; }

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto 10px auto;
  padding-left: 30px;
  position: relative;
  text-align: left; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: top; }

.control-checkbox {
  line-height: 1;
  display: inline-block;
  padding: 10px 0; }
  .control-checkbox > label {
    display: block;
    cursor: pointer; }
  .control-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      border-color: #C60207;
      background-color: #C60207; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1;
        color: #FFF; }
  .control-checkbox__checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    padding-top: 2px;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    text-align: center;
    background-color: #FFF; }
    .control-checkbox__checkbox > i {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .control-checkbox__checkbox > i:before {
        content: '\e90b'; }
  .control-checkbox__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 0;
    color: #000000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-checkbox + .control-checkbox {
  margin-top: 10px; }

.cms-content-form {
  margin-left: -2%; }
  .cms-content-form .control-group {
    float: left;
    width: 48%;
    margin-left: 2%; }
    .cms-content-form .control-group:last-child {
      width: 98%;
      float: none;
      clear: both; }

.control-group {
  width: 100%;
  margin-bottom: 20px; }
  .control-group__label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: -1px; }
    .control-group__label i {
      display: inline-block;
      vertical-align: top;
      font-size: 1em;
      margin-right: 10px; }
    .control-group__label label {
      display: block; }
    .control-group__label span.asterix, .control-group__label span.required {
      color: #f03030; }
    .grid-table__cell .control-group__label {
      padding-right: 40px;
      margin-bottom: 0;
      line-height: 60px; }
      .grid-table__cell .control-group__label label {
        line-height: 60px; }
  .control-group__control {
    position: relative; }
  .control-group p.error {
    font-size: 12px;
    color: red;
    padding: 4px 0 0 0;
    margin-bottom: 0; }
    .form-consultation .control-group p.error {
      position: absolute;
      left: 0;
      bottom: -23px; }
  .control-group .help-block {
    display: block;
    padding-top: 5px; }
    .control-group .help-block i {
      display: none; }
    .control-group .help-block p {
      margin-bottom: 0;
      font-size: 12px; }
  .control-group__stars {
    padding: 14px;
    background: #FFF;
    border: 1px solid #CCC;
    display: inline-block; }
    .control-group__stars .control-radio {
      display: none; }
    .control-group__stars a {
      text-decoration: none;
      color: #CCC;
      margin-right: 3px;
      font-size: 26px;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .control-group__stars a.cancel {
        margin-right: 10px; }
        .control-group__stars a.cancel i:before {
          content: "\e900"; }
      .control-group__stars a.rating {
        color: #084983; }
      .control-group__stars a.rating-over {
        color: #084983; }
      .control-group__stars a i {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .control-group__stars a i:before {
          content: "\e911"; }
  .control-group.\--style-small input[type=email],
  .control-group.\--style-small input[type=number],
  .control-group.\--style-small input[type=text],
  .control-group.\--style-small input[type=password],
  .control-group.\--style-small textarea {
    padding: 10px; }
  .control-group.\--style-small .control-select {
    padding: 12px;
    font-size: 14px;
    font-weight: 400; }
  .control-group.\--style-small .control-check {
    padding: 12px;
    font-size: 14px;
    font-weight: 400; }
  .control-group.\--style-small .control-checkbox__checkbox {
    width: 20px;
    height: 20px; }
  .control-group.\--style-small .control-group__label, .control-group.\--style-small .control-checkbox__text {
    font-size: 14px; }
  .control-group.\--style-xsmall input[type=email],
  .control-group.\--style-xsmall input[type=number],
  .control-group.\--style-xsmall input[type=text],
  .control-group.\--style-xsmall input[type=password],
  .control-group.\--style-xsmall textarea {
    padding: 10px; }
  .control-group.\--style-xsmall .control-select {
    padding: 12px;
    font-size: 13px;
    font-weight: 400; }
  .control-group.\--style-xsmall .control-check {
    padding: 12px;
    font-size: 13px;
    font-weight: 400; }
  .control-group.\--style-xsmall .control-checkbox__checkbox {
    width: 12px;
    height: 12px; }
    .control-group.\--style-xsmall .control-checkbox__checkbox > i {
      font-size: 8px;
      margin-top: -15px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1px; }
  .control-group.\--style-xsmall .control-group__label, .control-group.\--style-xsmall .control-checkbox__text {
    font-size: 13px; }
  .control-group.\--style-xsmall .control-checkbox__text {
    margin: 0 0 0 2px; }
  .control-group.\--filter-active input[type=email], .control-group.\--filter-active input[type=number], .control-group.\--filter-active input[type=text], .control-group.\--filter-active input[type=password], .control-group.\--filter-active textarea,
  .control-group.\--filter-active .control-select {
    border-color: #131734; }
  .control-group.\--type-horizontal {
    display: table;
    width: 100%; }
    .control-group.\--type-horizontal.\--long-labels .control-group__label {
      width: 50%; }
    .control-group.\--type-horizontal .control-group__label {
      display: table-cell;
      width: 150px;
      vertical-align: middle; }
      .control-group.\--type-horizontal .control-group__label label {
        display: inline-block; }
    .control-group.\--type-horizontal .control-group__control {
      display: table-cell; }
  .control-group.\--type-range input[type="text"] {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 5px; }
  .control-group.\--type-range .to {
    margin-top: 7px;
    font-size: 11px;
    color: #222;
    display: inline-block; }
  .control-group.\--type-range .slider-range {
    height: 5px;
    background-color: #666666;
    margin: 0 5px;
    border-radius: 5px; }
    .control-group.\--type-range .slider-range .ui-slider-range {
      background-color: #333; }
    .control-group.\--type-range .slider-range .ui-slider-handle {
      width: 12px;
      height: 12px;
      border: 0;
      top: -4px;
      margin-left: -7px;
      background-color: #333;
      border-radius: 50%;
      border: 2px solid #333; }
  .control-group.\--theme-light input[type=email],
  .control-group.\--theme-light input[type=number],
  .control-group.\--theme-light input[type=text],
  .control-group.\--theme-light input[type=date],
  .control-group.\--theme-light input[type=password],
  .control-group.\--theme-light textarea {
    background-color: #fff;
    color: #858585;
    border-radius: 4px;
    border: 0; }
  .control-group.\--theme-light ::-webkit-input-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-moz-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-ms-input-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-moz-placeholder {
    color: #858585; }
  @media (min-width: 768px) {
    .control-group.\--type-newsletter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 1rem; } }
  @media (max-width: 767px) {
    .control-group.\--type-newsletter .control-group__control {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    .control-group.\--type-newsletter .control-group__control__button {
      width: 180px; } }
  .control-group.\--type-newsletter .control-group__control__button input {
    width: 100%; }
  .control-group.\--type-newsletter .control-group__control__button .ajax-loader {
    position: absolute;
    right: -30px; }
  .control-group.\--type-search input[type="text"] {
    border: 1px solid #D7D7D7 !important;
    letter-spacing: -0.01em;
    color: #282828;
    font-size: 14px;
    padding: 14px 12px; }
  .control-group.\--type-search ::-webkit-input-placeholder {
    color: #282828; }
  .control-group.\--type-search :-moz-placeholder {
    color: #282828; }
  .control-group.\--type-search :-ms-input-placeholder {
    color: #282828; }
  .control-group .twitter-typeahead {
    width: 100%;
    display: block !important; }
    .control-group .twitter-typeahead input[type="text"] {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
  .control-group.\--type-filter {
    margin-bottom: 0; }
    .control-group.\--type-filter .control-select {
      width: 13.63636rem;
      border-radius: 8px;
      border: 2px solid rgba(255, 244, 225, 0.15);
      background: rgba(255, 244, 225, 0.1);
      -webkit-box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.03) inset;
      box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.03) inset;
      -webkit-backdrop-filter: blur(2.16071px);
      backdrop-filter: blur(2.16071px);
      color: #fff4e1; }
      .control-group.\--type-filter .control-select > span:after {
        color: #FFF4E1; }

.control-radio {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  padding: 11px 0; }
  .control-radio > label {
    display: block;
    cursor: pointer; }
  .control-radio input[type=radio] {
    opacity: 0;
    position: absolute; }
    .control-radio input[type=radio]:checked + .control-radio__radio {
      border-color: #C60207;
      background-color: #C60207; }
      .control-radio input[type=radio]:checked + .control-radio__radio > i {
        opacity: 1;
        background-color: #FFF;
        border-color: #C60207; }
      .control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text {
        color: #333; }
  .control-radio__radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #666;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #FFF; }
    .control-radio__radio > i {
      display: block;
      width: 16px;
      height: 16px;
      border: 2px solid #FFF;
      border-radius: 50%;
      margin: 6px auto 0 auto;
      opacity: 0; }
  .control-radio__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: #666;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-radio + .control-radio {
  margin-top: 10px; }

.control-select {
  position: relative !important;
  font-size: 0.90909rem;
  padding: 13px 0.90909rem !important;
  border: 1px solid #C9C8C0;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px;
  padding-right: 1.81818rem;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .control-select.\--focus {
    border-color: #290A09 !important;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12);
    box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12);
    background-color: #FFF; }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.4;
    vertical-align: middle; }
    .control-select > span:before {
      content: "\00a0";
      color: #FFF; }
    .control-select > span:after {
      font-size: 0.90909rem;
      content: '\e909';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 0.90909rem;
      top: 50%;
      color: #290A09;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.control-uploader {
  font-size: 13px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 17px 17px 18px 17px;
  line-height: 1;
  background: #FFF; }
  .control-uploader.\--focus, .control-uploader.\--hover {
    border-color: #333; }
  .control-uploader input[type=file] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .control-uploader__filename {
    display: block;
    width: 100%;
    padding-right: 80px;
    white-space: nowrap;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .control-uploader__action {
    font-size: 13px;
    display: block;
    position: absolute;
    padding-top: 20px;
    z-index: 1;
    right: 10px;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 80px;
    color: #333; }

.wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  border: 1px solid #fff;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 4px; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 3px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 15px;
  opacity: 0;
  visibility: hidden; }

.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible; }

span.wpcf7-list-item.first.last {
  margin-left: 0; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  padding-left: 32px; }

.accept_policy {
  clear: both;
  padding-top: 25px; }

.accept_policy {
  position: relative;
  padding-bottom: 30px; }

.accept_policy span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: 0; }

html.ie .accept_policy span.wpcf7-not-valid-tip {
  width: 100vh;
  bottom: -24px; }

html.ie body {
  overflow-x: hidden; }

@media (max-width: 1024px) {
  html.ie .accept_policy span.wpcf7-not-valid-tip {
    width: 100vh;
    bottom: -37px;
    text-align: left;
    padding-bottom: 13px; } }

span.wpcf7-form-control-wrap.accept-policy {
  position: unset; }

.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
  border: 2px solid #c82859; }

.radio-style span.wpcf7-form-control.wpcf7-radio input + span:before,
html.ie .radio-style span.wpcf7-form-control.wpcf7-radio input + span:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border: 2px solid #d4d1d5;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 0;
  float: left; }

.radio-style span.wpcf7-form-control.wpcf7-radio input + span {
  margin-left: 19px; }

.radio-style span.wpcf7-form-control-wrap.flexible {
  width: 64%;
  display: block;
  float: right; }

.radio-style span.wpcf7-form-control.wpcf7-radio {
  width: 100%;
  display: block; }

.radio-style span.wpcf7-list-item {
  width: 50%;
  display: block;
  float: left;
  margin: 0; }

.radio-style span.wpcf7-form-control.wpcf7-radio input:checked + span:before {
  content: '\f00c' !important;
  font-family: "default" !important;
  line-height: 22px;
  padding-left: 3px;
  width: 20px !important;
  color: #8b2e98; }

span.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: relative;
  width: 23px;
  height: 23px;
  opacity: 0;
  z-index: 9;
  top: 4px;
  left: 2px; }

span.wpcf7-list-item {
  position: relative; }

@media all and (max-width: 992px) {
  .radio-style span.wpcf7-form-control-wrap.flexible {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 23px;
    padding-left: 11px; } }

@media all and (max-width: 480px) {
  .radio-style span.wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px; }
  .radio-style span.wpcf7-form-control-wrap.flexible {
    margin-bottom: 12px; } }

div.wpcf7 .ajax-loader {
  margin: 20px 0 0px 14px; }

span.wpcf7-not-valid-tip {
  color: #FF9D00;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f !important; }

div.wpcf7-validation-errors {
  color: #d13961;
  border: 2px solid #d13962;
  border-radius: 0;
  padding-left: 20px; }

.wpcf7-form.invalid div.wpcf7-response-output {
  margin: 1rem 0 1rem 0;
  padding: 10px;
  color: #FF9D00;
  border-color: #FF9D00; }

.grid-block {
  overflow: hidden; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .grid-block > * {
        width: 50% !important; } }
  .grid-block.\--type-inline-blocks {
    overflow: visible; }
    .grid-block.\--type-inline-blocks > * {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -4px; }
  .grid-block.\--type-one-block > * {
    width: 100%; }
  .grid-block.\--type-two-blocks > * {
    width: 50%; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333%; }
  .grid-block.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-block.\--type-four-blocks > * {
    width: 25%; }
  .grid-block.\--type-five-blocks > * {
    width: 20%; }
  .grid-block.\--style-offset-blocks {
    margin-left: -20px; }
    .grid-block.\--style-offset-blocks > * {
      padding-left: 20px;
      padding-bottom: 20px; }
  .grid-block.\--style-offset-block-medium {
    margin-left: -10px; }
    .grid-block.\--style-offset-block-medium > * {
      padding-left: 10px;
      padding-bottom: 10px; }
  .grid-block.\--style-offsets-xlarge {
    margin-left: -60px; }
    .grid-block.\--style-offsets-xlarge > * {
      padding-left: 60px; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
  .grid-block.\--style-offsets-medium {
    margin-left: -50px; }
    .grid-block.\--style-offsets-medium > * {
      padding-left: 50px; }
  .grid-block.\--style-offsets-small {
    margin-left: -10px; }
    .grid-block.\--style-offsets-small > * {
      padding-left: 10px; }
  .grid-block.\--style-offsets-large {
    margin-left: -50px; }
    .grid-block.\--style-offsets-large > * {
      padding-left: 50px; }

ul.grid-block {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table.\--style-fixed {
    table-layout: fixed; }
  .grid-table.\--style-align-middle .grid-table__cell {
    vertical-align: middle; }
  .grid-table.\--style-align-top .grid-table__cell {
    vertical-align: top; }
  .grid-table.\--style-fixed-height {
    height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell, .grid-table.\--style-fixed-height .grid-table__row, .grid-table.\--style-fixed-height .grid-table__cell__item {
      height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell > * {
      height: 100%; }
  .grid-table__row {
    display: table-row; }
  .grid-table__cell {
    display: table-cell;
    vertical-align: top; }
  .grid-table.\--type-two-blocks .grid-table__cell {
    width: 50%; }
  .grid-table.\--type-three-blocks .grid-table__cell {
    width: 33%; }
  .grid-table.\--type-four-blocks .grid-table__cell {
    width: 25%; }
  .grid-table.\--type-five-blocks .grid-table__cell {
    width: 20%; }
  .grid-table.\--style-offsets .grid-table__cell {
    padding-left: 30px; }
  .grid-table.\--style-offset-blocks .grid-table__cell {
    padding-left: 25px;
    padding-bottom: 25px; }
  .grid-table.\--style-offset .grid-table__cell {
    padding-left: 25px; }
  .grid-table.\--style-offset-large .grid-table__cell {
    padding-left: 80px; }
  .grid-table__wrapper {
    margin-left: -25px; }
  .grid-table__wrapper-large {
    margin-left: -80px; }

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .grid-flex__spacer {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .grid-flex.\--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .grid-flex.\--space-inherit {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; }
  .grid-flex > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid-flex.\--style-last-double > *:last-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .grid-flex.\--style-equal-widths > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .grid-flex.\--style-left-aligned {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .grid-flex.\--style-offset-blocks-xsmall {
    margin-left: -4px; }
    .grid-flex.\--style-offset-blocks-xsmall > * {
      padding-left: 4px;
      padding-bottom: 4px; }
  .grid-flex.\--style-offset-blocks {
    margin-left: -30px; }
    .grid-flex.\--style-offset-blocks > * {
      padding-left: 30px;
      padding-bottom: 30px; }
  .grid-flex.\--style-offsets {
    margin-left: -20px; }
    .grid-flex.\--style-offsets > * {
      padding-left: 20px; }
  .grid-flex.\--offset-1 {
    margin: 0-10px; }
    .grid-flex.\--offset-1 > * {
      padding: 0 10px; }
  .grid-flex.\--offset-2 {
    margin: 0-20px; }
    .grid-flex.\--offset-2 > * {
      padding: 0 20px; }
  .grid-flex.\--offset-3 {
    margin: 0-30px; }
    .grid-flex.\--offset-3 > * {
      padding: 0 30px; }
  .grid-flex.\--offset-4 {
    margin: 0-40px; }
    .grid-flex.\--offset-4 > * {
      padding: 0 40px; }
  .grid-flex.\--offset-5 {
    margin: 0-50px; }
    .grid-flex.\--offset-5 > * {
      padding: 0 50px; }
  .grid-flex.\--offset-6 {
    margin: 0-60px; }
    .grid-flex.\--offset-6 > * {
      padding: 0 60px; }
  .grid-flex.\--offset-7 {
    margin: 0-70px; }
    .grid-flex.\--offset-7 > * {
      padding: 0 70px; }
  .grid-flex.\--offset-8 {
    margin: 0-80px; }
    .grid-flex.\--offset-8 > * {
      padding: 0 80px; }
  .grid-flex.\--offset-9 {
    margin: 0-90px; }
    .grid-flex.\--offset-9 > * {
      padding: 0 90px; }
  .grid-flex.\--offset-10 {
    margin: 0-100px; }
    .grid-flex.\--offset-10 > * {
      padding: 0 100px; }
  .grid-flex.\--type-one-block > * {
    width: 100%; }
  .grid-flex.\--type-two-blocks > * {
    width: 50%; }
  .grid-flex.\--type-three-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-three-blocks > * {
        width: 50%; } }
    @media (min-width: 1024px) {
      .grid-flex.\--type-three-blocks > * {
        width: 33.33%; } }
  .grid-flex.\--type-four-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-four-blocks > * {
        width: 50%; } }
    @media (min-width: 1024px) {
      .grid-flex.\--type-four-blocks > * {
        width: 33.33%; } }
    @media (min-width: 1280px) {
      .grid-flex.\--type-four-blocks > * {
        width: 25%; } }
  .grid-flex.\--type-five-blocks > * {
    width: 20%; }
  @media (max-width: 1024px) {
    .grid-flex.\--full-on-mobile > * {
      width: 100%; } }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.box-recipe {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .box-recipe__shape-media {
    position: relative; }
  .box-recipe__media {
    position: relative;
    background-size: cover;
    height: 300px; }
    @media (max-width: 1024px) {
      .box-recipe__media {
        height: 250px; } }
    .box-recipe__media a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%; }
  .box-recipe__content {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 0 40px 36px;
    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-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1024px) {
      .box-recipe__content {
        padding: 0 10px 20px; } }
  .box-recipe__title {
    font-family: "Arvo", sans-serif;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-size: 1.31818rem;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .box-recipe__title {
        font-size: 20px; } }
    .box-recipe__title a {
      color: #161514; }
  .box-recipe__excerpt p {
    letter-spacing: -0.01em;
    font-size: 0.90909rem; }
    @media (max-width: 1024px) {
      .box-recipe__excerpt p {
        font-size: 15px; } }
  .box-recipe__grid {
    padding: 0 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .box-recipe__grid > div {
      border-left: 3px solid #EBEBEB;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 33.33333%; }
      @media (max-width: 1024px) {
        .box-recipe__grid > div {
          border-width: 1px; } }
      .box-recipe__grid > div:first-child {
        border: 0; }
  .box-recipe__info__title {
    font-family: "Arvo", sans-serif;
    font-weight: bold;
    font-size: 0.59091rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #215542;
    margin-bottom: 2px; }
    @media (max-width: 1024px) {
      .box-recipe__info__title {
        font-size: 8px;
        margin-bottom: 0; } }
  .box-recipe__info span {
    font-size: 0.72727rem; }
    @media (max-width: 1024px) {
      .box-recipe__info span {
        font-size: 11px; } }
    .box-recipe__info span i {
      color: #AE1B1F;
      font-size: 1.63636rem; }
      @media (max-width: 1024px) {
        .box-recipe__info span i {
          font-size: 26px; } }
      .box-recipe__info span i.icon-serving {
        font-size: 1.22727rem;
        margin-top: 9px; }
        @media (max-width: 1024px) {
          .box-recipe__info span i.icon-serving {
            font-size: 23px;
            margin-top: 4px; } }
  .box-recipe__info__icon {
    display: block;
    margin-bottom: 16px; }
  .box-recipe__shape {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0; }
    .box-recipe__shape > div {
      position: absolute;
      width: 100%;
      top: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .box-recipe__shape__withborder {
      visibility: hidden;
      margin-top: 12px; }
  .box-recipe:hover .box-recipe__shape__withborder {
    visibility: visible;
    margin-top: 0; }
    @media (max-width: 1024px) {
      .box-recipe:hover .box-recipe__shape__withborder {
        margin-top: 3; } }
  .box-recipe.\--grid .box-recipe__content {
    padding: 0 10px 25px; }
    @media (max-width: 1024px) {
      .box-recipe.\--grid .box-recipe__content {
        padding: 0 10px 20px; } }
  .box-recipe.\--related-recipe .box-recipe__recipe-detail {
    display: none; }

.box-product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%; }
  .box-product__media {
    border: 8px solid #FFF8EC;
    background-size: cover;
    min-height: 18.18182rem;
    background-position: center;
    position: relative;
    -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35); }
    @media (min-width: 600px) {
      .box-product__media {
        min-height: 26.54545rem; } }
    .box-product__media a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .box-product__content {
    padding-top: 0.81818rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%; }
  .box-product__cat {
    text-align: center;
    margin-bottom: 10px; }
    .box-product__cat a {
      display: inline-block;
      font-size: 1.18182rem !important;
      -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
      transform: rotate(0) !important; }
      .box-product__cat a:hover {
        background-color: #3FA535;
        border-color: #3FA535;
        color: #fff; }
  .box-product__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.09091rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .box-product__grid.\--top {
      margin-bottom: 0.81818rem; }
  .box-product__title {
    text-align: center;
    font-size: 1.59091rem;
    line-height: 1.4;
    letter-spacing: 1.5px;
    margin-bottom: 0.54545rem; }
    .box-product__title a {
      color: #FFF4E1; }
  .box-product__date {
    font-family: "Berani", sans-serif;
    color: rgba(0, 48, 20, 0.64);
    font-size: 0.81818rem; }
    @media (min-width: 1025px) {
      .box-product__date {
        font-size: 0.90909rem; } }
    .box-product__date span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      letter-spacing: -0.21px;
      text-transform: uppercase; }
      .box-product__date span i {
        color: #3FA535;
        margin-right: 10px; }
  .box-product__price {
    font-size: 1.81818rem;
    line-height: 1.6;
    font-family: "Berani", sans-serif;
    color: #FF9D00;
    margin-right: 10px; }
    .box-product__price .woocommerce-Price-currencySymbol {
      font-size: 1.27273rem; }
  .box-product.\--style-event .box-product__content {
    padding-top: 0.90909rem; }
  .box-product span.onsale-tag {
    padding: 5px;
    top: 10px;
    left: 10px;
    background-color: #FF9D00;
    color: #290A09;
    position: absolute;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    border-radius: 100%;
    min-height: 2.27273rem;
    min-width: 2.27273rem;
    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;
    font-weight: bold; }

.box-review {
  border: 2px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(33, 0, 1, 0.5);
  padding: 1.81818rem 1.81818rem 1.36364rem;
  border-radius: 24px; }
  @media (min-width: 1024px) {
    .box-review {
      padding: 2.72727rem 2.72727rem 1.36364rem; } }
  .box-review__title {
    font-size: 1.875rem;
    font-family: 'Omica';
    line-height: 1.1;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: #FFF4E1; }
    @media (min-width: 1024px) {
      .box-review__title {
        font-size: 2.72727rem; } }
  .box-review p {
    font-size: 1rem;
    line-height: 1.6;
    color: #FFF4E1; }
  .box-review.\--style-fancy {
    background-color: #290A09;
    padding: 2.72727rem 2.27273rem 2.27273rem 3.04545rem;
    border: 0;
    border-radius: 10px;
    position: relative; }
    .box-review.\--style-fancy:before {
      content: '';
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/review-before.png");
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      top: -10px;
      left: 0px;
      position: absolute;
      background-size: cover; }
      @media (min-width: 768px) {
        .box-review.\--style-fancy:before {
          left: -10px; } }
    .box-review.\--style-fancy:after {
      content: '';
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/review-after.png");
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -10px;
      right: 0px;
      background-size: cover;
      background-position: bottom; }
      @media (min-width: 768px) {
        .box-review.\--style-fancy:after {
          right: 0px; } }
      @media (min-width: 1025px) {
        .box-review.\--style-fancy:after {
          right: -10px; } }
    .box-review.\--style-fancy .box-review__media {
      margin-bottom: 10px; }
    .box-review.\--style-fancy .box-review__title {
      font-family: "Berani", sans-serif;
      font-size: 1.875rem;
      margin-bottom: 0.90909rem; }
      @media (min-width: 1024px) {
        .box-review.\--style-fancy .box-review__title {
          font-size: 2.27273rem; } }

@media (min-width: 601px) {
  .box-product-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.box-product-small > div {
  padding-left: 0px; }
  @media (min-width: 601px) {
    .box-product-small > div {
      padding-left: 30px; } }

.box-product-small__media {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px; }
  @media (min-width: 601px) {
    .box-product-small__media {
      width: 124px;
      height: 124px;
      margin-bottom: 0px; } }

@media (max-width: 600px) {
  .box-product-small__content {
    margin-bottom: 20px; } }

.box-product-small__cat {
  border-radius: 5px;
  background: rgba(201, 200, 192, 0.32);
  padding: 8px;
  font-size: 14px;
  font-family: "Berani", sans-serif;
  letter-spacing: -0.138px;
  text-transform: uppercase;
  color: rgba(0, 48, 20, 0.8);
  margin-bottom: 1rem; }

.box-product-small__cta .added_to_cart {
  font-family: "Berani", sans-serif;
  text-transform: uppercase;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1100px) {
  .box-product-small__cta .btn.\--type-add-to-cart {
    height: 2.04545rem; } }

.box-product-small__price {
  color: #C60207;
  font-family: "Berani", sans-serif;
  font-size: 1rem;
  margin: 16px 0px;
  line-height: 1; }

.box-product-small__title {
  margin: 0px; }
  .box-product-small__title a {
    color: #290A09;
    font-size: 1rem; }

.box-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%; }
  .box-page__media {
    margin-bottom: 0.90909rem; }
    .box-page__media img {
      width: 100%;
      -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
      border: 12px solid #FFF8EC; }
      .grid-flex.--type-two-blocks .box-page__media img {
        aspect-ratio: 2 / 1.5; }
  .box-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .box-page__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .box-page__title a {
      display: inline-block;
      font-size: 1.90909rem;
      color: #FFF4E1;
      letter-spacing: 0.84px; }
  .box-page .btn {
    position: relative;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/primary-layer.svg");
    background-size: cover;
    background-position: center;
    width: 12.13636rem;
    height: 3.18182rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .box-page.\--theme-dark .box-page__title a {
    color: #290A09; }
  .box-page.\--theme-dark .btn {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/secondary-layer.svg");
    background-size: cover;
    background-position: center;
    width: 12.13636rem;
    height: 3.18182rem;
    letter-spacing: 0.34px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff; }
  .box-page.\--style-small .box-page__media img {
    width: 100%;
    height: 18.04545rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .box-page.\--style-small .box-page__title a {
    font-size: 1.63636rem; }

.box-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .box-post__content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%; }
  .box-post__date {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #C60207;
    font-family: 'Omica';
    font-size: 1.18182rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-backdrop-filter: blur(5.8px);
    backdrop-filter: blur(5.8px);
    padding: 6px 7px;
    margin: 0 auto 10px auto; }
  .box-post__title {
    font-size: 1.63636Rem;
    line-height: 1.0;
    letter-spacing: 0.84px; }
    .box-post__title a {
      color: #FFF4E1; }
  .box-post__media {
    width: 100%;
    min-height: 18.04545rem;
    -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
    border: 8px solid #FFF8EC;
    margin-bottom: 0.68182rem;
    background-repeat: no-repeat;
    background-size: cover; }
  .box-post .btn {
    font-size: 1.36364rem;
    margin: 0 auto; }

.page-home__banner {
  position: relative;
  min-height: 37.5rem;
  padding: 8.125rem 0px 1.5rem;
  background: #290A09; }
  @media (min-width: 1100px) {
    .page-home__banner {
      min-height: 38.88889rem;
      padding: 11.81818rem 0px 4.54545rem;
      margin-bottom: 2.72727rem; } }
  @media (min-width: 1370px) {
    .page-home__banner {
      min-height: 47.72727rem; } }
  .page-home__banner:before {
    content: '';
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .page-home__banner:after {
    content: '';
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/home-banner-after.png");
    width: 100%;
    height: 2.5rem;
    position: absolute;
    left: 0;
    bottom: -20px;
    left: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 767px) {
      .page-home__banner:after {
        height: 6.81818rem;
        bottom: -80px; } }
  .page-home__banner__media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .page-home__banner__media video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .page-home__banner__content {
    position: relative;
    margin-bottom: 1.25rem;
    z-index: 2; }
    @media (min-width: 768px) {
      .page-home__banner__content {
        max-width: 39.54545rem;
        margin-bottom: 4.09091rem; } }
  .page-home__banner__content-wrap {
    position: relative; }
  .page-home__banner__title {
    font-size: 2.625rem;
    color: #FFF4E1;
    letter-spacing: unset; }
    @media (min-width: 1100px) {
      .page-home__banner__title {
        font-size: 5.40909rem; } }
    .page-home__banner__title span {
      font-family: 'AnotherDanger';
      font-size: 2.13636rem;
      line-height: 0;
      position: relative;
      top: -10px;
      color: #C60207; }
      @media (min-width: 1024px) {
        .page-home__banner__title span {
          top: -32px; } }
      @media (min-width: 1100px) {
        .page-home__banner__title span {
          font-size: 4.09091rem; } }
      @media (min-width: 1370px) {
        .page-home__banner__title span {
          font-size: 5.18182rem; } }
  .page-home__banner__sub-title {
    position: relative;
    font-family: 'Omica';
    color: #FFF4E1;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.04545rem;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hero-subtitle-layer-two.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 19.375rem;
    height: 2.375rem;
    font-size: 1.0625rem;
    text-align: center;
    margin: 0 auto 1.25rem auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .page-home__banner__sub-title {
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hero-subtitle-layer.svg");
        padding-left: 1.36364rem;
        width: 31.5rem;
        height: 4.22727rem;
        font-size: 2rem;
        margin-left: 5px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .page-home__banner__video {
    max-width: 32.72727rem;
    margin-left: 5px;
    display: none; }
    @media (min-width: 768px) {
      .page-home__banner__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-home__banner__video__media {
      min-width: 9.09091rem;
      height: 5.68182rem;
      border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.26);
      background-position: center;
      background-size: cover;
      position: relative; }
      .page-home__banner__video__media a {
        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;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .page-home__banner__video__media i {
        width: 2.27273rem;
        height: 2.27273rem;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        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;
        color: #FF9D00; }
    .page-home__banner__video__title {
      color: rgba(255, 244, 225, 0.95);
      font-family: 'Omica';
      letter-spacing: 0.6px;
      margin-bottom: 5px; }
    .page-home__banner__video__content {
      padding-left: 0.90909rem; }
      .page-home__banner__video__content p {
        font-size: 0.81818rem;
        color: #FFF;
        opacity: 0.8;
        line-height: 1.4;
        margin-bottom: 3px; }
      .page-home__banner__video__content span {
        font-size: 0.90909rem;
        color: #FF9D00;
        letter-spacing: 0.4px; }

.page-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 2px solid #EBEBEB;
  border-top: 2px solid #EBEBEB;
  margin-bottom: 3.5rem; }
  .page-nav__list li {
    display: inline-block;
    padding: 0px 60px;
    position: relative;
    margin-top: 25px; }
    @media (min-width: 1400px) {
      .page-nav__list li {
        margin-top: 30px; } }
    .page-nav__list li a {
      font-size: 0.68182rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      color: #282828;
      display: block;
      border-bottom: 8px solid transparent;
      padding-bottom: 22px;
      margin-bottom: -1px;
      outline: none !important; }
    .page-nav__list li:before {
      content: ' ';
      width: 2px;
      height: 20px;
      background: #ebebeb;
      display: block;
      position: absolute;
      left: 0;
      top: -3px; }
    .page-nav__list li:first-child:before {
      display: none; }
    .page-nav__list li.current_page_item a, .page-nav__list li:hover a {
      border-color: #C60207;
      color: #C60207; }

.page-nav__blocklist {
  margin-bottom: 0;
  padding: 20px 15px; }
  .page-nav__blocklist li {
    display: block !important; }
    .page-nav__blocklist li.current_page_item a {
      color: #C60207; }
    .page-nav__blocklist li a {
      color: #000;
      text-decoration: none;
      font-size: 16px;
      display: block;
      letter-spacing: 1px;
      padding: 5px 0;
      text-transform: capitalize;
      font-weight: 500; }
      .page-nav__blocklist li a:hover {
        color: #C60207; }
  @media (max-width: 1100px) {
    .page-nav__blocklist.\--hide-content {
      display: none; } }
  @media (max-width: 1100px) {
    .page-nav__blocklist.\--show-content {
      display: block; } }

.page-nav__browse-selection {
  background-color: #f8f8f8;
  display: block;
  border: 1px solid #f8f8f8;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0; }
  .page-nav__browse-selection > i {
    float: right;
    padding-top: 6px;
    font-size: 14px; }

.page-nav__ancestors {
  margin-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0; }

.page-contact__form {
  margin-bottom: 1.36364rem; }

.page-contact__grid {
  margin-bottom: 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-contact__info {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/info-layer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.875rem; }
  @media (min-width: 1160px) {
    .page-contact__info {
      padding: 1.36364rem 1.36364rem 1.36364rem 1.36364rem;
      max-width: 21.81818rem;
      margin-left: 1.36364rem; } }
  @media (min-width: 1280px) {
    .page-contact__info {
      padding: 2.72727rem 4.54545rem 2.27273rem 2.27273rem;
      max-width: 26.36364rem;
      margin-left: 3.18182rem; } }
  @media (min-width: 1400px) {
    .page-contact__info {
      background-size: contain;
      margin-bottom: 0px;
      margin-left: 9.09091rem; } }

.page-contact__info-title {
  font-size: 1.63636rem;
  font-weight: 400;
  line-height: 1;
  color: #FFF4E1;
  letter-spacing: 0.72px; }

.page-contact__detail {
  padding-bottom: 1.81818rem;
  margin-bottom: 1.81818rem;
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-layer.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%; }
  .page-contact__detail ul {
    margin-bottom: 0; }
    .page-contact__detail ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.90909rem;
      margin-bottom: 1.36364rem; }
      .page-contact__detail ul li:last-child {
        margin-bottom: 0; }
      .page-contact__detail ul li i {
        min-width: 1.31818rem;
        height: 1.31818rem;
        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;
        background: #C60207;
        color: rgba(255, 244, 225, 0.95);
        font-size: 15px;
        border-radius: 4px;
        padding-right: 2px; }
      .page-contact__detail ul li p {
        font-size: 1rem;
        line-height: 1.3;
        line-height: normal;
        color: rgba(255, 244, 225, 0.95);
        letter-spacing: -0.22px;
        text-decoration: none; }
      .page-contact__detail ul li a {
        font-size: 1rem;
        line-height: 1.3;
        line-height: normal;
        color: rgba(255, 244, 225, 0.95);
        letter-spacing: -0.22px;
        text-decoration: none; }
        .page-contact__detail ul li a:hover {
          color: #C60207; }

.page-contact__social__title {
  font-size: 1.63636rem;
  letter-spacing: 0.72px;
  color: #FFF4E1; }

.page-contact__social ul {
  margin-bottom: 0; }
  .page-contact__social ul li {
    padding-right: 0; }
    .page-contact__social ul li a {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/social-layer.svg");
      width: 3.18182rem;
      height: 3.18182rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      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;
      color: #FFF;
      font-size: 1rem; }
      .page-contact__social ul li a i {
        font-size: 1rem; }
      .page-contact__social ul li a:hover {
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/social-dark-layer.svg"); }

.page-contact__social .w-social-links__title {
  display: none; }

.page-contact__formwrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.page-recipes__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-recipes__grid.\--offset-1 {
    margin: 0-10px; }
    .page-recipes__grid.\--offset-1 > * {
      padding: 0 10px; }
  .page-recipes__grid.\--offset-2 {
    margin: 0-20px; }
    .page-recipes__grid.\--offset-2 > * {
      padding: 0 20px; }
  .page-recipes__grid.\--offset-3 {
    margin: 0-30px; }
    .page-recipes__grid.\--offset-3 > * {
      padding: 0 30px; }
  .page-recipes__grid.\--offset-4 {
    margin: 0-40px; }
    .page-recipes__grid.\--offset-4 > * {
      padding: 0 40px; }
  .page-recipes__grid.\--offset-5 {
    margin: 0-50px; }
    .page-recipes__grid.\--offset-5 > * {
      padding: 0 50px; }
  .page-recipes__grid.\--offset-6 {
    margin: 0-60px; }
    .page-recipes__grid.\--offset-6 > * {
      padding: 0 60px; }
  .page-recipes__grid.\--offset-7 {
    margin: 0-70px; }
    .page-recipes__grid.\--offset-7 > * {
      padding: 0 70px; }
  .page-recipes__grid.\--offset-8 {
    margin: 0-80px; }
    .page-recipes__grid.\--offset-8 > * {
      padding: 0 80px; }
  .page-recipes__grid.\--offset-9 {
    margin: 0-90px; }
    .page-recipes__grid.\--offset-9 > * {
      padding: 0 90px; }
  .page-recipes__grid.\--offset-10 {
    margin: 0-100px; }
    .page-recipes__grid.\--offset-10 > * {
      padding: 0 100px; }

.page-recipes__related {
  background: #F8F8F8;
  padding: 4rem 0; }

@media (min-width: 1100px) {
  .page-recipes__column {
    gap: 5.45455rem; } }

@media (min-width: 800px) {
  .page-recipes__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 3rem; } }

.page-recipes__details ._number {
  font-weight: bold;
  font-size: 0.90909rem;
  letter-spacing: -0.02em;
  color: #C60207;
  display: inline-block;
  min-width: 37px; }

@media (min-width: 800px) {
  .page-recipes__made-with {
    min-width: 348px; } }

.page-recipes__made-with__title {
  border-bottom: 2px solid #EAEAEA;
  padding-bottom: 1rem; }

.page-recipes__direction {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  margin-bottom: 2.5rem; }
  .page-recipes__direction > div {
    border-bottom: 1px solid #F2F2F2;
    background: #F8F8F8;
    padding: 1.36364rem 0.90909rem; }
    .page-recipes__direction > div:nth-child(even) {
      background: #ffffff; }
  .page-recipes__direction p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-recipes__ingredients {
  border: 1px solid #F2F2F2;
  background: #fbfbfb;
  margin-bottom: 2.5rem; }
  .page-recipes__ingredients > div {
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 20px; }
    @media (min-width: 800px) {
      .page-recipes__ingredients > div {
        width: 50%;
        float: left; } }
  .page-recipes__ingredients p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-recipes__media img {
  width: 100%; }
  @media (max-width: 1100px) and (min-width: 768px) {
    .page-recipes__media img {
      max-height: 500px; } }
  @media (max-width: 767px) {
    .page-recipes__media img {
      max-height: 200px; } }

.page-recipes__media > * {
  display: block;
  line-height: 0; }

.page-recipes__header {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 15px 20px;
  margin-bottom: 2.5rem; }
  @media (min-width: 800px) {
    .page-recipes__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.90909rem 1.13636rem;
      margin-bottom: 3.5rem; } }
  @media (min-width: 768px) {
    .page-recipes__header__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 799px) {
    .page-recipes__header__share {
      margin-top: 10px;
      margin-left: -20px; } }

.page-recipes__box {
  font-size: 0.59091rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
  color: #606060;
  margin-right: 1.81818rem; }
  .page-recipes__box__title {
    font-weight: bold;
    font-family: "Arvo", sans-serif;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-right: 5px;
    margin-bottom: 0;
    color: #C60207; }
  .page-recipes__box__icon {
    color: #FF9D00;
    font-size: 1.04545rem;
    padding-right: 10px; }
    .page-recipes__box__icon i {
      vertical-align: baseline;
      line-height: 0; }
      .page-recipes__box__icon i.icon-preparation {
        vertical-align: middle;
        font-size: 1.27273rem; }

.page-product__stock {
  margin-bottom: 0.90909rem;
  margin-left: 10px;
  margin-top: -3px; }
  .page-product__stock span {
    font-size: 1.27273rem !important;
    border-radius: 6px;
    background: #C60207;
    font-family: "Berani", sans-serif;
    padding: 4px 13px 2px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    color: #FFF; }

.page-product__price {
  margin-bottom: 1.13636rem; }
  .page-product__price del, .page-product__price ins {
    text-decoration: none; }
  .page-product__price del span {
    text-decoration: line-through; }
  .page-product__price span {
    font-size: 2rem;
    font-family: "Berani", sans-serif;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #C60207;
    opacity: 0.95;
    margin-bottom: 1.81818rem; }
    @media (min-width: 1280px) {
      .page-product__price span {
        font-size: 2.72727rem; } }
    .page-product__price span .woocommerce-Price-currencySymbol {
      font-size: 1.5rem; }
      @media (min-width: 1280px) {
        .page-product__price span .woocommerce-Price-currencySymbol {
          font-size: 1.81818rem; } }

.page-product__title {
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.9px;
  margin-bottom: 0.90909rem; }
  @media (min-width: 1101px) {
    .page-product__title {
      font-size: 2.22222rem;
      margin-bottom: 0.90909rem; } }
  @media (min-width: 1280px) {
    .page-product__title {
      font-size: 3.18182rem; } }

.page-product__category {
  margin-bottom: 0.68182rem; }
  .page-product__category a {
    color: rgba(0, 14, 61, 0.74);
    border-radius: 6px;
    font-family: "Berani", sans-serif;
    padding: 5px 13px 3px;
    font-size: 1.27273rem !important;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    border: 1px solid #C9C8C0; }
    .page-product__category a:hover {
      background: #032B99;
      color: #FFF; }

.page-product__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-product__description {
  margin-bottom: 3.63636rem;
  font-size: 0.90909rem; }

.page-product__variations {
  padding-top: 0.90909rem;
  margin-bottom: 0.45455rem !important; }
  .page-product__variations__item {
    margin-bottom: 20px; }
    .page-product__variations__item__label {
      font-size: 1.27273rem;
      font-family: 'Omica';
      text-transform: uppercase;
      margin-bottom: 16px;
      font-weight: 400 !important;
      display: block;
      letter-spacing: -0.18px; }
      .page-product__variations__item__label__required {
        color: #C60207; }
    .page-product__variations__item__options .control-select {
      background: #311210 !important; }
      .page-product__variations__item__options .control-select span:after {
        color: #FFF4E1; }
  .page-product__variations select {
    margin-right: 0px !important;
    padding: 0 20px !important; }
  .page-product__variations .reset_variations {
    margin-top: 5px;
    display: none !important;
    font-size: 16px !important;
    color: #290A09;
    font-weight: 500; }

.page-product .woocommerce-variation-price {
  margin-bottom: 0.90909rem; }
  .page-product .woocommerce-variation-price span {
    color: #C60207;
    font-family: "Berani", sans-serif;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    font-size: 1.45455rem;
    line-height: 1;
    font-weight: 400; }

.page-product__bar {
  padding: 8px;
  border-top: 1px solid #C9C8C0;
  border-bottom: 1px solid #C9C8C0;
  margin-bottom: 2.27273rem; }
  @media (min-width: 1100px) {
    .page-product__bar {
      margin-bottom: 3.63636rem; } }
  .page-product__bar .page-shop__bar {
    margin: 0px; }

@media (min-width: 1100px) {
  .page-product__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.page-product__cta-banner {
  max-width: 100%;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (min-width: 1100px) {
    .page-product__cta-banner {
      max-width: 22.72727rem; } }
  @media (min-width: 1280px) {
    .page-product__cta-banner {
      max-width: 29.54545rem; } }
  .page-product__cta-banner__content-wrap {
    min-height: 13.63636rem;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 1.81818rem 1.36364rem 1.81818rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    border-radius: 12px; }
    @media (min-width: 767px) {
      .page-product__cta-banner__content-wrap {
        min-height: 23.18182rem;
        padding: 2.72727rem 2.27273rem 3.63636rem; } }
  .page-product__cta-banner__title {
    color: #FFF !important; }
  .page-product__cta-banner__text {
    margin-bottom: 1.36364rem; }
    .page-product__cta-banner__text p {
      color: white; }
    @media (min-width: 767px) {
      .page-product__cta-banner__text {
        margin-bottom: 0; } }

.page-product__content {
  max-width: 46.81818rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.page-product__upsells {
  margin-top: 2.72727rem; }
  .page-product__upsells__title {
    font-size: 1.54545rem;
    margin-bottom: 1rem; }
  .page-product__upsells__desc {
    font-size: 1rem; }
  .page-product__upsells__grid {
    margin-top: 1.81818rem;
    margin-bottom: 1.36364rem; }
    .page-product__upsells__grid > div:not(:last-child) {
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px #C9C8C0 solid; }

.page-product__related {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-layer.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 4.375rem;
  margin-top: 3.75rem;
  padding-bottom: 7.5rem; }
  @media (min-width: 767px) {
    .page-product__related {
      padding-top: 5.625rem;
      margin-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  @media (min-width: 1100px) {
    .page-product__related {
      padding-top: 9.09091rem;
      margin-top: 8.18182rem;
      padding-bottom: 7.72727rem; } }
  .page-product__related:before {
    content: '';
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-before-layer.png");
    width: 100%;
    height: 12.31818rem;
    position: absolute;
    top: -45px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (min-width: 767px) {
      .page-product__related:before {
        top: -60px; } }
    @media (min-width: 1024px) {
      .page-product__related:before {
        top: -130px; } }
  .page-product__related .w-section-header {
    margin-bottom: 2.5rem; }
  .page-product__related__cta {
    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; }
  .page-product__related .w-section-header__title {
    color: #FFF4E1; }

.page-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -0.90909rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .page-product__actions > div {
    width: 100%;
    padding-left: 0.90909rem; }
    @media (min-width: 767px) {
      .page-product__actions > div {
        width: auto; } }
    .page-product__actions > div:last-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .page-product__actions__cart .single_add_to_cart_button {
    width: 100% !important;
    height: 3.27273rem !important;
    background-color: transparent !important;
    color: #FFF4E1 !important; }
    @media (min-width: 768px) {
      .page-product__actions__cart .single_add_to_cart_button {
        width: 60% !important; } }
    @media (min-width: 1025px) {
      .page-product__actions__cart .single_add_to_cart_button {
        width: 100% !important; } }

.page-product__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .page-product__grid__magnifier {
    position: absolute;
    right: 1.13636rem;
    top: 1.13636rem;
    color: #FFF;
    width: 2.04545rem;
    height: 2.04545rem;
    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;
    border-radius: 6px; }
    .page-product__grid__magnifier:hover {
      background: #290A09; }

.page-product__gallery {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .page-product__gallery {
      max-width: 53%; } }
  .page-product__gallery .slick-arrow {
    display: none !important; }
  .page-product__gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 1025px) {
      .page-product__gallery__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset; } }
  .page-product__gallery.\--product-gallery {
    width: auto; }
    @media (min-width: 1024px) {
      .page-product__gallery.\--product-gallery {
        width: 100%; } }
    .page-product__gallery.\--product-gallery .slick-track {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1025px) {
        .page-product__gallery.\--product-gallery .slick-track {
          width: 100% !important; } }
      @media (min-width: 1025px) {
        .page-product__gallery.\--product-gallery .slick-track .slick-slide {
          width: 100% !important; } }
    .page-product__gallery.\--product-gallery .page-product__gallery__slide {
      height: 10rem;
      background-size: cover;
      background-position: center;
      border: 6px solid #FFF8EC;
      margin-right: 5px;
      margin-bottom: 0.90909rem;
      -webkit-box-shadow: 0px 0.683px 1.024px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 0.683px 1.024px 0px rgba(0, 0, 0, 0.35);
      cursor: pointer; }
      @media (min-width: 768px) {
        .page-product__gallery.\--product-gallery .page-product__gallery__slide {
          height: 16.66667rem;
          margin-right: 10px;
          border: 8px solid #FFF8EC; } }
      @media (min-width: 1025px) {
        .page-product__gallery.\--product-gallery .page-product__gallery__slide {
          height: 8.7rem;
          border: 8px solid #FFF8EC; } }
      @media (min-width: 1100px) {
        .page-product__gallery.\--product-gallery .page-product__gallery__slide {
          height: 8.36364rem;
          border: 12px solid #FFF8EC; } }

.page-product__product-img {
  width: 100%;
  position: relative;
  margin-bottom: 10px !important; }
  @media (min-width: 1025px) {
    .page-product__product-img {
      width: 70%; } }
  @media (min-width: 1101px) {
    .page-product__product-img {
      width: 78%; } }
  .page-product__product-img img {
    border: 6px solid #FFF8EC;
    -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35); }
    @media (min-width: 1024px) {
      .page-product__product-img img {
        border: 8px solid #FFF8EC; } }
    @media (min-width: 1100px) {
      .page-product__product-img img {
        border: 12px solid #FFF8EC; } }

.page-product__slide-image {
  position: relative; }

.page-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.27273rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .page-product__bottom > div {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .page-product__bottom > div {
        width: 50%;
        margin-bottom: 0px; } }
  .page-product__bottom__description__title {
    text-transform: uppercase; }

.page-product__page-account {
  margin-bottom: 6.81818rem; }

.page-shop__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -1.13636rem;
  margin-bottom: 0.90909rem; }
  @media (min-width: 1024px) {
    .page-shop__grid {
      margin-bottom: 1.81818rem; } }
  .page-shop__grid > div {
    padding-left: 1.13636rem; }

.page-shop__header {
  margin-bottom: 1.36364rem;
  padding: 1.81818rem 0px 0.90909rem 0px;
  border-bottom: 1px solid #C9C8C0; }
  @media (min-width: 1024px) {
    .page-shop__header {
      margin-bottom: 1.63636rem;
      padding: 2.72727rem 0px 1.36364rem 0px; } }
  @media (min-width: 1024px) {
    .page-shop__header__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .page-shop__header__title {
    margin-bottom: 0px;
    font-size: 1.36364rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -1.5px; }
    @media (min-width: 767px) {
      .page-shop__header__title {
        font-size: 1.63636rem; } }
    @media (min-width: 1024px) {
      .page-shop__header__title {
        font-size: 1.81818rem; } }
    @media (min-width: 1100px) {
      .page-shop__header__title {
        font-size: 2.27273rem; } }
    .page-shop__header__title span {
      color: #C60207;
      font-size: 1rem;
      margin-left: 8px; }
      @media (min-width: 767px) {
        .page-shop__header__title span {
          font-size: 1.18182rem; } }
      @media (min-width: 1024px) {
        .page-shop__header__title span {
          font-size: 1.36364rem; } }
      @media (min-width: 1100px) {
        .page-shop__header__title span {
          font-size: 1.63636rem; } }
  .page-shop__header__subtitle {
    color: rgba(0, 48, 20, 0.6);
    font-family: "Berani", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.72px;
    line-height: 1; }
  .page-shop__header__search {
    width: 100%;
    margin-top: 0.90909rem; }
    @media (min-width: 1024px) {
      .page-shop__header__search {
        margin-top: 0px;
        max-width: 21.81818rem; } }
    @media (min-width: 1100px) {
      .page-shop__header__search {
        max-width: 25.45455rem; } }
    .page-shop__header__search input[type="text"] {
      padding: 12px 2.36364rem !important;
      line-height: 1.36364rem;
      border-radius: 8px;
      border: 1px solid #C9C8C0;
      background-color: transparent;
      padding: 12px 0.90909rem;
      border-radius: 5px;
      color: #290A09; }
      .page-shop__header__search input[type="text"].wpcf7-not-valid {
        border-color: #290A09; }
      .page-shop__header__search input[type="text"]::-webkit-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]:-ms-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]::-ms-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]::placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]:focus {
        border-color: #28443F;
        border-left-color: #290A09;
        background: transparent; }
    .page-shop__header__search .control-group__control {
      position: relative; }
      .page-shop__header__search .control-group__control .icon-search {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 16px;
        font-size: 1rem;
        color: #C60207; }
      .page-shop__header__search .control-group__control button {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        background-color: #DEE1D8;
        width: 1.27273rem;
        height: 1.27273rem;
        border-radius: 4px;
        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;
        font-size: 12px;
        color: #C60207;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .page-shop__header__search .control-group__control button:hover {
          background-color: #C60207;
          color: #FFF; }

.page-shop__bar {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#026129), to(#026129)), rgba(48, 60, 56, 0.8);
  background: -webkit-linear-gradient(bottom, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  background: -o-linear-gradient(bottom, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  background: linear-gradient(0deg, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 1.36364rem; }
  @media (min-width: 1024px) {
    .page-shop__bar {
      margin-bottom: 2.18182rem;
      padding: 16px 2.72727rem; } }
  .page-shop__bar__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1024px) {
      .page-shop__bar__grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -0.90909rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset; } }
    .page-shop__bar__grid > div:not(:last-child) {
      padding-bottom: 16px; }
    @media (min-width: 1024px) {
      .page-shop__bar__grid > div {
        padding-left: 0.90909rem; }
        .page-shop__bar__grid > div:not(:last-child) {
          padding-bottom: 0px; } }
    .page-shop__bar__grid h6 {
      font-size: 15px;
      color: #FFF !important; }
      @media (min-width: 767px) {
        .page-shop__bar__grid h6 {
          font-size: 0.81818rem; } }
      @media (min-width: 1024px) {
        .page-shop__bar__grid h6 {
          font-size: 0.90909rem; } }
    .page-shop__bar__grid .w-icon-text i {
      font-size: 16px; }
      @media (min-width: 767px) {
        .page-shop__bar__grid .w-icon-text i {
          font-size: 0.81818rem; } }
      @media (min-width: 1024px) {
        .page-shop__bar__grid .w-icon-text i {
          font-size: 0.90909rem; } }

.page-shop__filter {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-layer.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .page-shop__filter {
      padding-top: 4.44444rem;
      padding-bottom: 3.88889rem; } }
  @media (min-width: 1024px) {
    .page-shop__filter {
      padding-top: 6.81818rem;
      padding-bottom: 3.18182rem; } }
  .page-shop__filter:before {
    content: '';
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-before-layer.png");
    width: 100%;
    height: 12.31818rem;
    position: absolute;
    top: -170px;
    left: 0;
    background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .page-shop__filter__content {
      width: 100%; } }
  .page-shop__filter__toggle {
    width: 100%;
    margin-bottom: 0.90909rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 500px) {
      .page-shop__filter__toggle {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (min-width: 1025px) {
      .page-shop__filter__toggle {
        display: none; } }
    @media (max-width: 767px) {
      .page-shop__filter__toggle .btn {
        width: 100%;
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/button-medium.svg"); } }
  .page-shop__filter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.81818rem; }
  .page-shop__filter__title {
    color: #FFF4E1 !important; }
  .page-shop__filter__count {
    font-family: 'Omica';
    font-size: 1.25rem;
    margin-left: 16px;
    letter-spacing: -0.4px;
    color: #FF9D00; }
    @media (min-width: 1024px) {
      .page-shop__filter__count {
        font-size: 1.81818rem; } }
  @media (min-width: 500px) {
    .page-shop__filter__title-wrap {
      width: 50%; } }

.page-shop__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.36364rem;
  margin-bottom: 3.18182rem; }
  .page-shop__cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-shop__cta__inner a {
      padding: 0.90909rem 0px;
      margin-top: 1.36364rem; }
      @media (min-width: 767px) {
        .page-shop__cta__inner a {
          padding: 1.36364rem 0px; } }

.page-shop .w-section-header {
  margin-top: 1.36364rem;
  margin-bottom: 0.90909rem; }
  @media (min-width: 767px) {
    .page-shop .w-section-header {
      margin-top: 1.81818rem;
      margin-bottom: 1.36364rem; } }
  @media (min-width: 1024px) {
    .page-shop .w-section-header {
      margin-top: 2.72727rem;
      margin-bottom: 1.81818rem; } }
  @media (min-width: 1100px) {
    .page-shop .w-section-header {
      margin-top: 3.63636rem;
      margin-bottom: 2.72727rem; } }

.page-shop__featured {
  margin: 1.36364rem 0 0.90909rem; }
  @media (min-width: 768px) {
    .page-shop__featured {
      margin: 1.36364rem 0; } }
  @media (min-width: 1025px) {
    .page-shop__featured__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-shop__featured__grid > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1025px) {
      .page-shop__featured__grid > div {
        padding-left: 1rem; } }
    .page-shop__featured__grid > div:first-child {
      margin-bottom: 15px; }
      @media (min-width: 1025px) {
        .page-shop__featured__grid > div:first-child {
          max-width: 33%;
          margin-bottom: 0; } }
  .page-shop__featured__content {
    border-radius: 16px;
    border: 1px solid #C9C8C0;
    padding: 0.90909rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%; }
    @media (min-width: 768px) {
      .page-shop__featured__content {
        padding: 1.59091rem 1.13636rem 1.13636rem 1.13636rem; } }
    @media (min-width: 1025px) {
      .page-shop__featured__content {
        margin-left: -1rem; } }
    @media (min-width: 1101px) {
      .page-shop__featured__content {
        padding: 2.04545rem 1.45455rem 1.45455rem 1.45455rem; } }
    .page-shop__featured__content__top {
      letter-spacing: -0.18px;
      text-transform: uppercase;
      color: #290A09;
      font-family: "Berani", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1100px) {
        .page-shop__featured__content__top span {
          font-size: 16px; } }
      .page-shop__featured__content__top span.dot {
        margin: 0px 12px;
        width: 5px;
        height: 5px;
        background-color: #290A09;
        display: block;
        opacity: 0.6;
        border-radius: 1px; }
      .page-shop__featured__content__top span:last-child {
        color: #577560; }
  .page-shop__featured__media {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    min-height: 10.90909rem;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (min-width: 768px) {
      .page-shop__featured__media {
        min-height: 19.09091rem; } }
    @media (min-width: 1025px) {
      .page-shop__featured__media {
        min-height: 21.81818rem; } }
    @media (min-width: 1101px) {
      .page-shop__featured__media {
        min-height: 26.36364rem; } }
    .page-shop__featured__media a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .page-shop__featured__title {
    font-size: 1.54545rem;
    margin-bottom: 0.90909rem; }
    @media (min-width: 1025px) {
      .page-shop__featured__title {
        font-size: 1.59091rem;
        margin-bottom: 1.36364rem; } }
    @media (min-width: 1281px) {
      .page-shop__featured__title {
        font-size: 2.45455rem;
        margin-bottom: 1.81818rem; } }
  .page-shop__featured__cta {
    margin-top: 1.36364rem; }
  .page-shop__featured__desc {
    position: relative; }
    .page-shop__featured__desc:after {
      content: '';
      width: 3px;
      height: 100%;
      background-color: #C60207;
      position: absolute;
      left: -33px;
      top: 0; }

.page-blog__featured {
  margin-bottom: 9.09091rem; }
  .page-blog__featured__title {
    width: 100%;
    text-align: center;
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .page-blog__featured__title {
        margin-bottom: 3.18182rem; } }
    .page-blog__featured__title span {
      color: #C60207; }
  .page-blog__featured__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-blog__featured__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .page-blog__featured__post {
        width: 49%; } }
    @media (min-width: 1024px) {
      .page-blog__featured__post {
        width: 32%; } }
    .page-blog__featured__post__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      height: 100%;
      text-align: center; }
    .page-blog__featured__post__date {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background: #C60207;
      font-family: 'Omica';
      font-size: 1.18182rem;
      color: rgba(255, 255, 255, 0.95);
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-backdrop-filter: blur(5.8px);
      backdrop-filter: blur(5.8px);
      padding: 6px 7px;
      margin-bottom: 0.72727rem;
      margin: 0 auto 10px auto; }
    .page-blog__featured__post__title {
      font-size: 1.90909Rem;
      line-height: 1.0;
      letter-spacing: 0.84px; }
    .page-blog__featured__post__media {
      margin-bottom: 0.68182rem; }
      .page-blog__featured__post__media img {
        width: 100%;
        -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
        border: 8px solid #FFF8EC;
        height: 17.85714rem;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (min-width: 767px) {
          .page-blog__featured__post__media img {
            height: 22.22222rem; } }
        @media (min-width: 1024px) {
          .page-blog__featured__post__media img {
            height: 23.5rem; } }
        @media (min-width: 1100px) {
          .page-blog__featured__post__media img {
            height: 24.72727rem; } }
    .page-blog__featured__post__btn {
      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;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/blog-button-layer.svg");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 2.8125rem;
      font-size: 1.75rem;
      color: #fff; }
      @media (min-width: 1025px) {
        .page-blog__featured__post__btn {
          font-size: 1.75rem;
          height: 2.3125rem; } }
      @media (min-width: 1100px) {
        .page-blog__featured__post__btn {
          font-size: 1.27273rem;
          height: 2.27273rem; } }
      @media (min-width: 1370px) {
        .page-blog__featured__post__btn {
          font-size: 1.54545rem;
          height: 3.18182rem; } }
      .page-blog__featured__post__btn:hover {
        color: #fff; }

.page-blog__recent {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-layer.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    .page-blog__recent {
      padding-top: 6.81818rem;
      padding-bottom: 3.18182rem; } }
  .page-blog__recent:before {
    content: '';
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-before-layer.png");
    width: 100%;
    height: 12.31818rem;
    position: absolute;
    top: -130px;
    left: 0;
    background-repeat: no-repeat; }
  .page-blog__recent__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 2.04545rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .page-blog__recent__title {
    color: #FFF4E1;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .page-blog__recent__title {
        margin-bottom: 0; } }
  .page-blog__recent > .container > img {
    margin-bottom: 2.18182rem; }
  .page-blog__recent__count {
    font-size: 1.5rem;
    font-family: 'Omica';
    color: #FF9D00;
    margin-left: 0.72727rem;
    letter-spacing: -0.4px; }
    @media (min-width: 768px) {
      .page-blog__recent__count {
        font-size: 1.81818rem; } }

.page-post__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 1.59091rem;
  margin-left: -20px; }
  .page-post__grid > div {
    padding-left: 20px; }
  .page-post__grid__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1025px) {
      .page-post__grid__top-content {
        width: 68%; } }
  @media (min-width: 1025px) {
    .page-post__grid__social {
      width: 32%; } }
  .page-post__grid__date {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #C60207;
    font-family: 'Omica';
    font-size: 1.18182rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-backdrop-filter: blur(5.8px);
    backdrop-filter: blur(5.8px);
    padding: 6px 7px;
    margin-bottom: 14px; }
  .page-post__grid__title {
    font-family: "Berani", sans-serif;
    font-size: 3.18182rem;
    line-height: 1;
    margin-bottom: 20px; }
    @media (min-width: 820px) {
      .page-post__grid__title {
        margin-bottom: 0px; } }

.page-post__thumbnail {
  margin-bottom: 0.90909rem; }
  .page-post__thumbnail img {
    width: 100%;
    height: 18.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: 8px solid #FFF8EC;
    -webkit-box-shadow: 0px 1.857px 2.785px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1.857px 2.785px 0px rgba(0, 0, 0, 0.35); }
    @media (min-width: 768px) {
      .page-post__thumbnail img {
        height: 26.18182rem; } }

.page-post__layout__content {
  margin-bottom: 9.09091rem; }
  .page-post__layout__content .cms-content .container {
    padding-left: 0;
    padding-right: 0; }

.page-post__recent {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-layer.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .page-post__recent {
      padding-top: 7.22222rem;
      padding-bottom: 7.77778rem; } }
  @media (min-width: 1101px) {
    .page-post__recent {
      padding-top: 7.72727rem;
      padding-bottom: 9.09091rem; } }
  .page-post__recent:before {
    content: '';
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/dark-background-before-layer.png");
    width: 100%;
    height: 12.31818rem;
    position: absolute;
    top: -180px;
    left: 0;
    background-repeat: no-repeat; }
  .page-post__recent__title {
    text-align: center;
    margin-bottom: 2.72727rem;
    color: #FFF4E1; }
    @media (max-width: 767px) {
      .page-post__recent__title {
        font-size: 2.0625rem; } }
    .page-post__recent__title span {
      display: block;
      color: #C60207; }
  .page-post__recent__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .page-post__recent__wrapper > div {
      width: 100%;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .page-post__recent__wrapper > div {
          width: 50%; } }
      @media (min-width: 1025px) {
        .page-post__recent__wrapper > div {
          width: 33%; } }
      @media (min-width: 1101px) {
        .page-post__recent__wrapper > div {
          width: 25%; } }

.pf {
  position: relative;
  z-index: 2;
  margin-top: -4.54545rem; }
  body.error404 .pf {
    margin-top: 0; }
  body.woocommerce-lost-password .pf {
    margin-top: 0; }
  .pf__logo {
    max-width: 6.625rem;
    margin-bottom: 7px; }
    @media (min-width: 1024px) {
      .pf__logo {
        max-width: 11.81818rem;
        margin-bottom: 0.90909rem; } }
  .pf__main {
    background: #141414;
    padding-bottom: 2.04545rem; }
    @media (min-width: 768px) {
      .pf__main {
        padding-bottom: 7.72727rem; } }
  .pf__top {
    padding: 9.375rem 0px 3.75rem;
    background-size: cover;
    background-position: 100% 100%; }
    @media (min-width: 1100px) {
      .pf__top {
        padding: 4.54545rem 0px 2.72727rem;
        background-position: top; } }
    .pf__top__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .pf__main-title {
    color: #FFF4E1 !important;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 0px;
    font-size: 3.125rem; }
    @media (min-width: 1024px) {
      .pf__main-title {
        font-size: 5rem; } }
    @media (min-width: 1100px) {
      .pf__main-title {
        font-size: 5.40909rem; } }
    .pf__main-title span {
      display: block;
      color: #C60207;
      font-family: 'AnotherDanger';
      z-index: 2;
      position: relative;
      font-size: 2.5rem; }
      @media (min-width: 1100px) {
        .pf__main-title span {
          font-size: 4.625rem; } }
      @media (min-width: 1100px) {
        .pf__main-title span {
          font-size: 4.27273rem; } }
  .pf__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 1024px) {
      .pf__grid {
        margin-left: -2.72727rem; } }
    @media (min-width: 1370px) {
      .pf__grid {
        margin-left: -4.09091rem; } }
    .pf__grid > div {
      width: 100%;
      position: relative;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .pf__grid > div {
          width: 50%;
          padding: 0px 2.72727rem;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .pf__grid > div {
          width: 25%; } }
      @media (min-width: 1370px) {
        .pf__grid > div {
          padding: 0px 4.09091rem; } }
      .pf__grid > div:after {
        content: '';
        width: 100%;
        height: 2px;
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/footer-border-two.png");
        background-size: cover;
        background-position: center;
        position: absolute;
        top: unset;
        bottom: 0px; }
        @media (min-width: 768px) {
          .pf__grid > div:after {
            background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/footer-border.png");
            left: 0;
            width: 3px;
            height: 100%;
            top: 0; } }
      @media (min-width: 768px) {
        .pf__grid > div:first-child:after {
          content: unset; } }
      .pf__grid > div:nth-child(3):after {
        left: unset;
        right: 0; }
        @media (min-width: 1024px) {
          .pf__grid > div:nth-child(3):after {
            left: 0; } }
  .pf__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .pf__info {
        padding-left: 0px !important; } }
    .pf__info:after {
      display: none; }
    .pf__info ul li {
      color: rgba(255, 244, 225, 0.9);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 0.72727rem;
      font-size: 0.86364rem;
      line-height: 1.3;
      letter-spacing: -0.18px; }
      .pf__info ul li i {
        color: rgba(255, 244, 225, 0.95);
        min-width: 1.04545rem;
        height: 1.04545rem;
        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;
        border-radius: 1.5px;
        background: #C60207;
        font-size: 0.625rem;
        margin-right: 0.45455rem; }
        @media (min-width: 1100px) {
          .pf__info ul li i {
            font-size: 0.59091rem; } }
      .pf__info ul li p {
        font-size: 0.81818rem; }
      .pf__info ul li a {
        font-size: 0.81818rem;
        color: rgba(255, 244, 225, 0.9); }
        .pf__info ul li a:hover {
          color: #FF9D00;
          text-decoration: underline; }
  .pf__title {
    border-radius: 2px;
    background: #C60207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: rgba(255, 255, 255, 0.95) !important;
    font-family: 'Omica';
    padding: 3px 7px;
    letter-spacing: -0.24px;
    line-height: 1;
    font-size: 1.09091rem;
    margin-bottom: 0.90909rem; }
  .pf__menu ul li a {
    color: rgba(255, 244, 225, 0.9);
    font-size: 0.86364rem;
    letter-spacing: -0.19px;
    text-transform: capitalize;
    line-height: 1.6; }
    .pf__menu ul li a:hover {
      color: #FF9D00;
      text-decoration: underline; }
  .pf__cta .btn {
    width: 100%;
    height: 3.125rem;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/footer-btn.svg");
    background-size: cover;
    background-position: center; }
    @media (min-width: 768px) {
      .pf__cta .btn {
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/footer-button-layer.svg");
        width: 14.86364rem;
        height: 3.18182rem; } }
    .pf__cta .btn svg {
      width: 100%;
      height: 30px; }
  .pf__bar {
    background-size: cover;
    background-position: center;
    padding: 1.59091rem 0px 1.81818rem;
    margin: 0.625rem 0px 1.875rem; }
    @media (min-width: 768px) {
      .pf__bar {
        margin: 2.04545rem 0px 1.36364rem; } }
    .pf__bar__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
    .pf__bar ul {
      margin-bottom: 0px; }
  .pf__social {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .pf__social {
        width: 50%;
        margin-bottom: 0; } }
  .pf__logos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .pf__logos {
        width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (max-width: 767px) {
      .pf__logos ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .pf__logos ul img {
          width: 100%;
          max-width: 8.75rem; } }
  .pf__disclaimer {
    text-align: center;
    color: rgba(255, 244, 225, 0.9);
    letter-spacing: -0.18px;
    line-height: 1.5; }
    .pf__disclaimer span {
      color: #FF9D00;
      text-transform: uppercase; }
    .pf__disclaimer p {
      font-size: 0.81818rem; }
  .pf__bottom {
    margin: 1.36364rem 0px 0;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 244, 225, 0.9);
    font-size: 0.72727rem;
    padding: 0.59091rem 0px; }
    .pf__bottom__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .pf__bottom__grid {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; } }
    .pf__bottom p, .pf__bottom a {
      font-size: 0.72727rem;
      letter-spacing: -0.16px;
      color: rgba(255, 244, 225, 0.9); }
    .pf__bottom a:hover {
      color: #FF9D00; }
    .pf__bottom ul {
      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;
      margin: 0px; }
      .pf__bottom ul li a {
        color: rgba(255, 244, 225, 0.9);
        padding: 0px 0.54545rem;
        position: relative; }
      .pf__bottom ul li:not(:first-child) a:after {
        content: '|';
        color: rgba(255, 244, 225, 0.9);
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .pf__site a {
    text-decoration: underline; }

.ph {
  padding: 1rem 0px;
  position: fixed;
  max-width: 1920px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media (min-width: 768px) {
    .ph {
      border: 0; } }
  @media (min-width: 1025px) {
    .ph {
      padding-top: 1.54545rem;
      padding-bottom: 0px; } }
  .ph > .container {
    position: unset; }
  .ph ul.unstyled, .ph ul.page-nav__blocklist {
    margin-bottom: 0; }
  .ph__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .ph__logo {
    max-width: 6.875rem;
    font-size: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .ph__logo {
        max-width: 11.25rem;
        padding-bottom: 0px; } }
    @media (min-width: 1024px) {
      .ph__logo {
        max-width: 7.5rem; } }
    @media (min-width: 1371px) {
      .ph__logo {
        max-width: 12.72727rem; } }
  .ph__mega-menu {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none; }
    @media (min-width: 1025px) {
      .ph__mega-menu {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        z-index: -1;
        margin-top: 0; } }
    .ph__mega-menu__container {
      background-color: #290A09;
      padding: 20px 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1025px) {
        .ph__mega-menu__container {
          padding-top: 7.72727rem;
          padding-bottom: 2.27273rem; } }
      @media (min-width: 1025px) {
        .ph__mega-menu__container > .panel-layout {
          border-top: 1.5px solid rgba(255, 255, 255, 0.15);
          padding-top: 40px; } }
      .ph__mega-menu__container .container .container {
        padding-left: 0px;
        padding-right: 0px; }
    @media (min-width: 1025px) {
      body.\logged-in .ph__mega-menu {
        top: 20px; } }
  .ph__cart {
    padding-left: 1.45455rem;
    text-transform: uppercase;
    color: #290A09;
    font-size: 0.90909rem;
    line-height: 0.90909rem;
    font-family: "Berani", sans-serif;
    padding-bottom: 1.81818rem; }
    body.home .ph__cart {
      color: #FFF; }
    .ph__cart__count {
      color: #3FA535; }
      body.home .ph__cart__count {
        color: rgba(255, 255, 255, 0.6); }
    .mac .ph__cart {
      font-size: 0.81818rem; }
  .ph__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .ph__menu {
        display: none; }
        .ph__menu + div ul li:first-child {
          display: none; } }
    .ph__menu ul {
      font-size: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1rem; }
      @media (min-width: 1371px) {
        .ph__menu ul {
          margin-left: -1.13636rem; } }
      .ph__menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-left: 0.9rem; }
        @media (min-width: 1371px) {
          .ph__menu ul li {
            padding-left: 1.13636rem; } }
        .ph__menu ul li a {
          position: relative;
          text-transform: uppercase;
          color: rgba(255, 244, 225, 0.95);
          font-size: 0.94444rem;
          font-family: 'Omica';
          line-height: 1;
          letter-spacing: 0.64px; }
          @media (min-width: 1230px) {
            .ph__menu ul li a {
              font-size: 1.1rem;
              padding: 1.81818rem 0px; } }
          @media (min-width: 1450px) {
            .ph__menu ul li a {
              font-size: 1.27273rem; } }
          @media (min-width: 1680px) {
            .ph__menu ul li a {
              font-size: 1.31818rem; } }
          .ph__menu ul li a:hover {
            color: #FF9D00; }
        .ph__menu ul li .sub-menu {
          position: absolute;
          top: 85%;
          left: -20px;
          z-index: 100;
          display: none; }
          .ph__menu ul li .sub-menu ul {
            min-width: 13.09091rem;
            background: #290A09;
            border-radius: 19px;
            border: 1.5px solid rgba(255, 255, 255, 0.15);
            color: #fff;
            margin-left: 0px;
            padding: 1.27273rem 1.09091rem 1.13636rem 0.68182rem;
            -ms-flex-flow: wrap;
            flex-flow: wrap; }
          .ph__menu ul li .sub-menu li {
            width: 100%;
            display: block;
            padding: 0px; }
            .ph__menu ul li .sub-menu li:last-child {
              border-bottom: 0; }
            .ph__menu ul li .sub-menu li > a {
              width: 100%;
              min-width: -webkit-max-content;
              min-width: -moz-max-content;
              min-width: max-content;
              font-size: 1rem;
              line-height: 1.6;
              font-family: "Arvo", sans-serif;
              color: rgba(255, 244, 225, 0.9);
              position: relative;
              padding: 10px 1.22727rem 10px 1.36364rem;
              letter-spacing: -0.22px;
              text-transform: capitalize;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              z-index: 1; }
              .ph__menu ul li .sub-menu li > a:after {
                content: '';
                background-image: url(/wp-content/themes/jacktheripper-2025/_ui/media/menu-hover.svg);
                background-position: center;
                background-size: 100%;
                background-repeat: no-repeat;
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                height: 65px;
                visibility: hidden;
                opacity: 0;
                z-index: -1;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .ph__menu ul li:hover .sub-menu {
          display: block; }
          .ph__menu ul li:hover .sub-menu li a:hover:after {
            visibility: visible;
            opacity: 1; }
        .ph__menu ul li.menu-item-has-children > a, .ph__menu ul li.menu-item-has-mega-menu > a {
          position: relative;
          padding-right: 0.45455rem; }
          .ph__menu ul li.menu-item-has-children > a:after, .ph__menu ul li.menu-item-has-mega-menu > a:after {
            content: "\e927";
            font-family: 'default' !important;
            color: #FF9D00;
            font-size: 0.54545rem;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -8px; }
        .ph__menu ul li.menu-item-has-mega-menu {
          position: unset; }
        .ph__menu ul li.current-menu-item a {
          color: #FF9D00 !important; }
          .ph__menu ul li.current-menu-item a:after {
            content: unset; }
        .ph__menu ul li.menu-item-has-mega-menu:before {
          content: "\e927";
          font-family: 'default';
          position: absolute;
          top: 13px;
          right: 21px;
          font-size: 0.72727rem;
          color: #B995FF;
          background-color: #181818;
          width: 1.36364rem;
          height: 1.36364rem;
          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;
          border-radius: 50px; }
          @media (min-width: 1025px) {
            .ph__menu ul li.menu-item-has-mega-menu:before {
              content: unset; } }
        .ph__menu ul li.--show .ph__mega-menu {
          visibility: visible;
          opacity: 1; }
  .ph__toggle {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/toggle-layer.svg") !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 2.1875rem;
    height: 2.1875rem;
    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;
    margin-right: 5px; }
    .ph__toggle i.icon {
      font-size: 14px;
      color: #000000; }
    @media (min-width: 1024px) {
      .ph__toggle {
        display: none; } }
  .ph__breadcrumbs {
    padding: 0.72727rem 0px;
    background: #0B0202;
    margin-bottom: 3.75rem; }
    @media (min-width: 1024px) {
      .ph__breadcrumbs {
        margin-bottom: 5.625rem; } }
    @media (min-width: 1100px) {
      .ph__breadcrumbs {
        margin-bottom: 5.45455rem; } }
    body.page-child .ph__breadcrumbs,
    body.page-template-page-contact .ph__breadcrumbs,
    body.single-product .ph__breadcrumbs,
    body.woocommerce-order-received .ph__breadcrumbs,
    body.woocommerce-account .ph__breadcrumbs {
      margin-bottom: 4.09091rem; }
    body.single-product .site-main .ph__breadcrumbs {
      display: none; }
    body.single-post .ph__breadcrumbs {
      margin-bottom: 4.54545rem; }
    .ph__breadcrumbs .container > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
    .ph__breadcrumbs span {
      font-size: 0.8125rem;
      color: rgba(255, 244, 225, 0.9);
      line-height: 1.5; }
      @media (min-width: 768px) {
        .ph__breadcrumbs span {
          font-size: 0.72727rem; } }
      .ph__breadcrumbs span.breadcrumb_last {
        margin-bottom: 0; }
      .ph__breadcrumbs span i {
        padding: 0 0.72727rem;
        color: rgba(255, 244, 225, 0.9);
        font-size: 0.81818rem; }
    .ph__breadcrumbs a {
      color: rgba(255, 244, 225, 0.9);
      text-decoration: underline; }
  .ph__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ph__right ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0.625rem; }
      @media (min-width: 1100px) {
        .ph__right ul {
          margin-right: 1.36364rem; } }
      .ph__right ul li a {
        color: #FFF;
        font-size: 1.27273rem;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .ph__right ul li a i {
          font-size: 1.57143rem; }
          @media (min-width: 1370px) {
            .ph__right ul li a i {
              font-size: 1.27273rem; } }
        .ph__right ul li a:hover {
          color: #FF9D00; }
  .ph__cart {
    position: relative; }
    .ph__cart__count {
      background-color: #FF9D00;
      width: 15px;
      height: 15px;
      position: absolute;
      top: -3px;
      right: -6px;
      border-radius: 50px;
      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; }
      @media (min-width: 1024px) {
        .ph__cart__count {
          top: 0px; } }
      @media (min-width: 1580px) {
        .ph__cart__count {
          top: 2px; } }
      .ph__cart__count span {
        text-align: center;
        font-family: 'Omica';
        font-size: 12px;
        letter-spacing: 0.229px;
        color: rgba(26, 26, 26, 0.95);
        text-transform: uppercase; }
  .ph__cta a {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/header-btn.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 6.81818rem;
    height: 2.54545rem;
    font-size: 1.125rem; }
    @media (min-width: 1370px) {
      .ph__cta a {
        width: 9.40909rem;
        height: 3rem;
        font-size: 1.36364rem; } }
  body.\--switch-header .ph {
    background-color: #290A09;
    top: -100%; }
    @media (min-width: 1025px) {
      body.\--switch-header .ph {
        padding-top: 0; } }
    @media (min-width: 1025px) {
      body.\--switch-header .ph .ph__logo {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7); } }
    body.\--switch-header .ph .ph__menu .sub-menu {
      top: 100%; }
    body.\--switch-header .ph .ph__mega-menu__container {
      padding-top: 5.45455rem; }
  body.\--to-small .ph {
    top: 0; }

.pm {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/menu-background.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 35%;
  z-index: 9999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media (max-width: 1100px) {
    .pm {
      width: 50%; } }
  @media (max-width: 767px) {
    .pm {
      width: 100%; } }
  body.\--show-mobile-menu .pm {
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .pm__toggle {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/toggle-layer.svg") !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 2.1875rem;
    height: 2.1875rem;
    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;
    margin-right: 5px;
    padding: 10px; }
    .pm__toggle i.icon {
      font-size: 14px;
      color: #000000; }
  .pm__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pm__right ul {
      margin: 0; }
      .pm__right ul li a i {
        font-size: 1.5625rem;
        margin-right: 10px;
        color: #FFF4E1; }
    .pm__right .ph__cart__count {
      top: -10px;
      right: 3px; }
  .pm__mega-menu {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1025px) {
      .pm__mega-menu {
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        z-index: -1;
        margin-top: 0; } }
    .pm__mega-menu__container {
      background-color: #290A09;
      padding: 20px 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1025px) {
        .pm__mega-menu__container {
          padding-top: 6.81818rem;
          padding-bottom: 2.27273rem; } }
      .pm__mega-menu__container .container .container {
        padding-left: 0px;
        padding-right: 0px; }
    @media (min-width: 1025px) {
      body.\logged-in .pm__mega-menu {
        top: 20px; } }
  .pm__logo {
    max-width: 120px;
    font-size: 0px; }
  .pm__wrap {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .pm__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 1rem; }
    .pm__header__bottom {
      padding: 1rem;
      width: 100%; }
  .pm__menu {
    padding: 1rem; }
    .pm__menu ul {
      margin: 0; }
      .pm__menu ul li > a {
        display: block;
        font-family: 'Omica';
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -0.22px;
        text-transform: uppercase;
        color: #FFF4E1;
        padding: 12px 0;
        position: relative; }
        .pm__menu ul li > a:after {
          content: '';
          background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-menu.svg") !important;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0; }
      .pm__menu ul li .sub-menu {
        list-style-type: none;
        padding: 0px 10px;
        display: none;
        padding: 6px 0px;
        position: relative; }
        .pm__menu ul li .sub-menu:after {
          content: '';
          background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-menu.svg") !important;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          visibility: hidden; }
        .pm__menu ul li .sub-menu li a {
          font-size: 15px;
          font-family: "Arvo", sans-serif;
          color: rgba(255, 244, 225, 0.9);
          letter-spacing: -0.15px;
          padding: 8px 10px;
          text-transform: capitalize; }
          .pm__menu ul li .sub-menu li a:after {
            content: unset; }
      .pm__menu ul li.current-menu-item a {
        color: #FF9D00; }
      .pm__menu ul li.menu-item-has-children > a:before, .pm__menu ul li.menu-item-has-mega-menu > a:before {
        content: "\e909";
        font-family: 'default' !important;
        background-color: #C60207;
        width: 21px;
        height: 21px;
        position: absolute;
        top: 10px;
        right: 0;
        color: #FFF4E1;
        font-size: 13px;
        border-radius: 50px;
        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;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      body.\--show-mobile-menu .pm__menu ul li.menu-item-has-children.--menu-show > a:before, body.\--show-mobile-menu .pm__menu ul li.menu-item-has-mega-menu.--menu-show > a:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      body.\--show-mobile-menu .pm__menu ul li.menu-item-has-children.--menu-show > a:after, body.\--show-mobile-menu .pm__menu ul li.menu-item-has-mega-menu.--menu-show > a:after {
        content: unset; }
      body.\--show-mobile-menu .pm__menu ul li.menu-item-has-children.--menu-show > .sub-menu, body.\--show-mobile-menu .pm__menu ul li.menu-item-has-mega-menu.--menu-show > .sub-menu {
        display: block; }
        body.\--show-mobile-menu .pm__menu ul li.menu-item-has-children.--menu-show > .sub-menu:after, body.\--show-mobile-menu .pm__menu ul li.menu-item-has-mega-menu.--menu-show > .sub-menu:after {
          visibility: visible; }
      .pm__menu ul li.--show .ph__mega-menu {
        visibility: visible;
        opacity: 1; }
  .pm__shop {
    color: #fff;
    padding: 12px 0;
    display: block; }
    .pm__shop:hover {
      color: #fff; }
  .pm .w-social-links li.w-social-links__title {
    font-size: 20px;
    display: block;
    margin-bottom: 12px; }
  .pm .w-social-links li a i {
    font-size: 20px; }
  .pm__btn {
    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;
    width: 100%;
    height: 45px;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/login-layer.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Berani", sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    color: #FFF4E1;
    text-align: center;
    margin-bottom: 5px; }
  .pm__booking-btn {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/booking-btn-layer.svg");
    color: #290A09; }

@-webkit-keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@media (min-width: 1100px) {
  .layout {
    margin-left: -1.81818rem; }
    .layout > div {
      padding-left: 1.81818rem; } }

@media (min-width: 1100px) {
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.layout__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.77273rem;
  letter-spacing: -0.01em;
  color: #606060;
  margin-bottom: 0.36364rem; }
  @media (min-width: 1100px) {
    .layout__toggle {
      display: none; } }
  .layout__toggle .icon {
    margin-top: -2px;
    float: right;
    font-size: 1rem;
    color: #FFF4E1;
    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;
    cursor: pointer;
    margin-left: 15px; }
    .layout__toggle .icon:before {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .layout__toggle.\--active .icon:before {
    content: "\e908"; }
  .layout__toggle a {
    width: 100%;
    background-color: #290A09;
    border-radius: 10px;
    padding: 1rem 0;
    color: #FFF4E1;
    letter-spacing: 0.5px; }
    .layout__toggle a:hover {
      color: #FFF4E1; }
    .layout__toggle a.active i:before {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

@media (min-width: 1100px) {
  .layout__content {
    width: 100%;
    max-width: 40.90909rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }

.layout__content .container {
  padding: 0; }

.layout__content__header {
  border: 1px solid #D7D7D7;
  padding: 15px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .layout__content__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16px 20px; } }

.layout__content__result p {
  font-size: 0.77273rem;
  color: #282828;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .layout__content__result {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .layout__content__sort {
    min-width: 330px; } }

.layout__content__sort .control-select {
  padding: 15px 20px  !important;
  background: #F8F8F8;
  border-color: #F8F8F8  !important;
  font-size: 0.72727rem;
  letter-spacing: -0.01em;
  color: #282828; }

@media (max-width: 1099px) {
  .layout__aside {
    margin-bottom: 1.36364rem; } }

.layout__aside__inner {
  display: none;
  background-color: #290A09;
  border-radius: 19px;
  padding: 2.1875rem 1.5625rem 1.5rem 0.8125rem; }
  @media (min-width: 1025px) {
    .layout__aside__inner {
      padding: 2.04545rem 1.59091rem 1.54545rem 1.04545rem; } }
  @media (min-width: 1100px) {
    .layout__aside__inner {
      display: block; } }

@media (min-width: 1100px) {
  .layout__aside {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 19.68182rem; } }

.layout__aside__menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .layout__aside__menu ul li a {
    display: inline-block;
    color: rgba(255, 244, 225, 0.9);
    font-size: 1.04545rem;
    line-height: 1.2;
    letter-spacing: -0.23px;
    text-transform: capitalize;
    padding: 0.9375rem 1.25rem; }
    @media (min-width: 768px) {
      .layout__aside__menu ul li a {
        padding: 0.75rem 1.375rem; } }
    @media (min-width: 1101px) {
      .layout__aside__menu ul li a {
        padding: 0.68182rem 0.90909rem; } }
    .layout__aside__menu ul li a.show-more-link {
      text-decoration: underline;
      text-underline-offset: 4px; }
      .layout__aside__menu ul li a.show-more-link:hover {
        background: unset; }
  .layout__aside__menu ul li:hover a {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/sidemenu-hover.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
  .layout__aside__menu ul li.current-menu-item a {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/menu-active.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #290A09; }

.layout__aside__menu__title {
  font-size: 1.18182rem !important;
  line-height: 1 !important;
  margin-left: 0.90909rem;
  margin-bottom: 0.45455rem; }

.w-social-links__title {
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-size: 0.72727rem; }

.w-social-links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.81818rem;
  position: relative; }
  .w-social-links li a {
    color: #fff; }
    .w-social-links li a i {
      font-size: 0.72727rem; }

.w-social-links.\--style-footer .w-social-links__title {
  font-size: 1.90909rem;
  font-family: "Berani", sans-serif;
  letter-spacing: 0.84px;
  margin-bottom: 0px;
  color: #FFF4E1;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .w-social-links.\--style-footer .w-social-links__title {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 1322px) {
    .w-social-links.\--style-footer .w-social-links__title {
      padding-right: 1.81818rem;
      width: auto; } }

.w-social-links.\--style-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (max-width: 768px) {
    .w-social-links.\--style-footer ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .w-social-links.\--style-footer ul li {
    padding-right: 0.36364rem; }
    .w-social-links.\--style-footer ul li a {
      position: relative;
      width: 3.63636rem;
      height: 3.63636rem;
      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; }
      .w-social-links.\--style-footer ul li a:before {
        content: '';
        position: absolute;
        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;
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/footer-social.svg");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 3.63636rem;
        height: 3.63636rem; }
      .w-social-links.\--style-footer ul li a:hover:before {
        -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(6984%) hue-rotate(320deg) brightness(99%) contrast(98%);
        filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(6984%) hue-rotate(320deg) brightness(99%) contrast(98%); }
      .w-social-links.\--style-footer ul li a:hover i {
        color: #FFF4E1; }
      .w-social-links.\--style-footer ul li a i {
        color: #C60207;
        font-size: 1.36364rem;
        position: relative; }

.w-image {
  position: relative; }
  .w-image.\--style-align-center img {
    margin-left: auto;
    margin-right: auto; }
  .w-image.\--style-align-right img {
    margin-left: auto; }
  .w-image img {
    display: block; }
    .w-image img.\--style-full {
      width: 100%; }
  .w-image__bleed {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: none; }
  .w-image.\--style-bleed .w-image__bleed {
    display: block; }
  .w-image.\--with-border img {
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 1.604px 2.406px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1.604px 2.406px 0px rgba(0, 0, 0, 0.35); }
    @media (min-width: 768px) {
      .w-image.\--with-border img {
        border: 12px solid #fff; } }

.w-cta {
  border-radius: 8px;
  border: 1px solid rgba(0, 48, 20, 0.44);
  background: #F2F1E9;
  padding: 16px; }
  .w-cta__title {
    color: rgba(0, 48, 20, 0.64);
    font-size: 0.90909rem;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 0.8; }
  .w-cta__link {
    border-radius: 4px;
    background: #290A09;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0.90909rem 10px 0.90909rem; }
    .w-cta__link h4 {
      color: #3FA535;
      margin-bottom: 0px; }
    .w-cta__link i {
      color: #FFF;
      margin-bottom: 10px; }
    .w-cta__link:hover {
      background: #3FA535; }
      .w-cta__link:hover h4 {
        color: #290A09; }
      .w-cta__link:hover i {
        color: #290A09; }

.w-inc-dec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    .w-inc-dec {
      width: 8.40909rem; } }
  .w-inc-dec__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    background: #311210; }
    .w-inc-dec__box span {
      width: 2rem;
      height: 2rem;
      cursor: pointer;
      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;
      -webkit-box-shadow: 0px -1.533px 0.767px 0px rgba(0, 0, 0, 0.03) inset;
      box-shadow: 0px -1.533px 0.767px 0px rgba(0, 0, 0, 0.03) inset;
      border-radius: 6.133px;
      padding: 0px 7px; }
      .w-inc-dec__box span i {
        font-size: 0.63636rem;
        line-height: normal;
        color: #FFF4E1;
        vertical-align: revert; }
      .w-inc-dec__box span.w-inc-dec__decrement {
        background-color: #50342F; }
        .w-inc-dec__box span.w-inc-dec__decrement i {
          font-size: 0.22727rem; }
      .w-inc-dec__box span.w-inc-dec__increment {
        background-color: #C60207; }
    .w-inc-dec__box input {
      border: 0 !important;
      background: transparent;
      height: 2.09091rem;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding: 0 !important;
      width: 2.09091rem;
      color: #290A09;
      font-size: 1.09091rem;
      padding: 0 6px;
      text-align: center; }
      @media (max-width: 400px) {
        .w-inc-dec__box input {
          width: 2.04545rem; } }

.w-section-header__title {
  letter-spacing: -0.2px;
  margin-bottom: 0.68182rem;
  text-align: center; }

.w-section-header__main-title {
  margin-bottom: 0;
  letter-spacing: -2.24px;
  line-height: 2.36364rem; }
  @media (max-width: 1023px) {
    .w-section-header__main-title {
      line-height: 1.90909rem;
      font-size: 1.81818rem;
      margin-bottom: 0.90909rem; }
      .w-section-header__main-title br {
        display: none; } }
  @media (max-width: 767px) {
    .w-section-header__main-title {
      font-size: 1.45455rem; } }
  .w-section-header__main-title span {
    color: #C60207; }

.w-section-header__content {
  font-size: 0.81818rem;
  border-left: 2px #C60207 solid;
  padding-left: 0.90909rem; }
  @media (min-width: 1024px) {
    .w-section-header__content {
      max-width: 22.72727rem;
      font-size: 1rem;
      padding-left: 1.36364rem; } }

.w-page-header__content {
  padding: 9.375rem 0px 1.875rem 0px;
  background-color: #1C0504;
  position: relative; }
  @media (min-width: 768px) {
    .w-page-header__content {
      padding: 7.5rem 0px 3.75rem 0px; } }
  @media (min-width: 1024px) {
    .w-page-header__content {
      padding: 11.72727rem 0px 3.63636rem 0px; } }

.w-page-header__title {
  color: #FFF4E1 !important;
  letter-spacing: -0.56px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .w-page-header__title {
      font-size: 2.54545rem; } }
  .w-page-header__title span {
    display: block;
    color: #C60207; }

.w-page-header__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 70%; }
  @media (max-width: 1024px) {
    .w-page-header__media {
      background-image: none; } }
  .w-page-header__media__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left;
    background-size: cover;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/page-header-layer.png");
    background-repeat: no-repeat;
    background-position: left; }

.w-wp-pagination {
  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;
  margin-bottom: 5.45455rem;
  position: relative; }
  .w-wp-pagination > span, .w-wp-pagination > a {
    font-size: 0.72727rem;
    text-transform: uppercase;
    color: #FFF4E1;
    letter-spacing: 0.02em;
    padding: 0;
    height: 30px;
    width: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px; }
    @media (min-width: 768px) {
      .w-wp-pagination > span, .w-wp-pagination > a {
        font-size: 0.90909rem;
        height: 1.81818rem;
        width: 1.81818rem; } }
    .w-wp-pagination > span.current, .w-wp-pagination > a.current {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/circle-one.svg") !important;
      background-size: cover;
      background-position: center;
      width: 1.81818rem;
      height: 1.81818rem; }
  .w-wp-pagination .next {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/circle-one.svg") !important;
    background-size: 100%;
    background-position: center;
    width: 3.13636rem;
    height: 3.04545rem;
    font-size: 1.22727rem;
    position: absolute;
    right: 0; }
  .w-wp-pagination .prev {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/circle-two.svg") !important;
    background-size: 100%;
    background-position: center;
    width: 3.13636rem;
    height: 3.04545rem;
    font-size: 1.22727rem;
    position: absolute;
    left: 0; }

.w-share {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .w-share li {
    display: inline-block;
    margin-left: 20px; }
  .w-share i {
    color: #286750;
    font-size: 1rem; }
  .w-share__title {
    font-weight: bold;
    font-size: 0.63636rem;
    letter-spacing: -0.01em;
    color: #C60207; }
  .w-share .st-custom-button {
    line-height: normal;
    display: block;
    cursor: pointer; }

.w-content-box__media {
  height: 18.18182rem;
  border-radius: 12px;
  border: 1.6px solid rgba(201, 200, 192, 0.1);
  background-color: #290A09;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.54545rem; }
  @media (min-width: 1024px) {
    .w-content-box__media {
      height: 26.36364rem; } }

@media (min-width: 767px) {
  .w-content-box__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.w-content-box__grid .btn {
  margin-top: 15px; }
  @media (min-width: 767px) {
    .w-content-box__grid .btn {
      margin-top: 0px; } }

.w-content-box.\--style-small .w-content-box__media {
  height: 18.18182rem; }

.w-box-icon {
  margin-bottom: 1.5rem; }
  @media (max-width: 780px) {
    .w-box-icon:last-child {
      margin-bottom: 0; } }
  @media (min-width: 781px) {
    .w-box-icon {
      margin-bottom: 3rem; } }
  @media (min-width: 481px) {
    .w-box-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.59091rem; } }
  @media (max-width: 480px) {
    .w-box-icon {
      text-align: center; } }
  .w-box-icon__media {
    background: #174836;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding: 20px;
    margin-bottom: 18px; }
    @media (min-width: 481px) {
      .w-box-icon__media {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 106px;
        flex: 0 0 106px;
        height: 106px;
        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;
        margin-bottom: 0; } }
    .w-box-icon__media i {
      color: #fff;
      font-size: 2.68182rem;
      vertical-align: middle; }
      .w-box-icon__media i.icon-package {
        font-size: 2.09091rem; }
  .w-box-icon__content p {
    margin-bottom: 0; }

.w-highlight-box {
  background: #2C6852;
  border: 1px solid #174634;
  padding: 15px; }
  @media (min-width: 1024px) {
    .w-highlight-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.90909rem 2.27273rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 2rem; } }
  @media (max-width: 1023px) {
    .w-highlight-box {
      text-align: center; } }
  .w-highlight-box__content p {
    margin-bottom: 0; }

.w-logo-slider__slider {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .w-logo-slider__slider {
      margin-bottom: 3rem; } }
  .w-logo-slider__slider__img {
    width: 100%;
    border: 1px solid #ECECEC;
    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;
    padding: 0.68182rem 0;
    outline: none !important; }
    .w-logo-slider__slider__img.active {
      border-color: #C60207; }

.w-logo-slider__content__box {
  background: #286750;
  border: 1px solid #286750;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 1024px) {
    .w-logo-slider__content__box {
      padding: 1.81818rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2.2rem; } }
  .w-logo-slider__content__box__media {
    background: #FFFFFF;
    padding: 20px;
    text-align: center; }
    @media (min-width: 1024px) {
      .w-logo-slider__content__box__media {
        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;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px; } }
  @media (max-width: 1023px) {
    .w-logo-slider__content__box__info {
      padding: 20px; } }
  .w-logo-slider__content__box__info p:last-child {
    margin-bottom: 0px; }

.w-cart-success {
  position: fixed;
  background: #F6FBFB;
  padding: 1.5rem 1.5rem 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px 0px;
  z-index: 999;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .w-cart-success {
      bottom: auto;
      left: auto;
      width: 220px;
      top: 180px;
      right: 50px; } }
  .w-cart-success .box-boxed-product__title {
    color: #333;
    min-height: auto;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: "Arvo", sans-serif;
    font-size: 18px;
    text-transform: none;
    line-height: normal; }
    .w-cart-success .box-boxed-product__title span.product-cart-title {
      color: #20B2AA;
      font-size: 30px;
      font-family: "Berani", sans-serif;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
  .w-cart-success__close {
    background: #20B2AA;
    border-radius: 50%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    text-align: center; }
    .w-cart-success__close .icon:before {
      line-height: 30px; }
    @media (min-width: 1024px) {
      .w-cart-success__close {
        right: -15px; } }
    .w-cart-success__close:hover {
      color: #fff; }
  .w-cart-success .btn.\--theme-secondary:hover {
    background: #222; }

.w-icon-text {
  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; }
  .w-icon-text__title {
    color: #FFF !important;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px; }
    @media (min-width: 767px) {
      .w-icon-text__title {
        font-size: 0.81818rem; } }
    @media (min-width: 1024px) {
      .w-icon-text__title {
        font-size: 1rem; } }
  .w-icon-text i {
    margin-right: 15px;
    color: #FF9D00;
    font-size: 1rem;
    line-height: 0; }
  @media (min-width: 1100px) {
    .w-icon-text.\--style-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .w-icon-text.\--style-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.w-image-box {
  height: 400px;
  background-color: #290A09;
  border-radius: 12px;
  border: 1.6px solid rgba(201, 200, 192, 0.1);
  position: relative;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .w-image-box {
      height: 540px; } }
  .w-image-box__media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .w-image-box__media:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(288deg, rgba(0, 0, 0, 0) 57.29%, rgba(0, 0, 0, 0.6) 92.76%), -webkit-linear-gradient(285deg, rgba(0, 0, 0, 0.53) 11.04%, rgba(0, 0, 0, 0) 35.98%);
      background: -o-linear-gradient(288deg, rgba(0, 0, 0, 0) 57.29%, rgba(0, 0, 0, 0.6) 92.76%), -o-linear-gradient(285deg, rgba(0, 0, 0, 0.53) 11.04%, rgba(0, 0, 0, 0) 35.98%);
      background: linear-gradient(162deg, rgba(0, 0, 0, 0) 57.29%, rgba(0, 0, 0, 0.6) 92.76%), linear-gradient(165deg, rgba(0, 0, 0, 0.53) 11.04%, rgba(0, 0, 0, 0) 35.98%); }
  .w-image-box__content {
    z-index: 2;
    position: relative;
    padding: 1.36364rem 1.36364rem 1.09091rem 1.36364rem;
    height: 100%; }
    @media (min-width: 767px) {
      .w-image-box__content {
        padding: 0.90909rem; } }
    @media (min-width: 1280px) {
      .w-image-box__content {
        padding: 2.27273rem 2.04545rem 1.09091rem 2.04545rem; } }
  .w-image-box__title {
    font-size: 1.90909rem;
    color: #FFF; }
  .w-image-box__cta {
    position: absolute;
    right: 1.09091rem;
    bottom: 1.09091rem;
    width: 2.72727rem;
    height: 3.18182rem;
    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;
    border-radius: 8.348px;
    border: 1px solid rgba(31, 71, 47, 0.2);
    background: #F7F4E7;
    font-size: 1rem;
    color: #1F472F; }
    @media (min-width: 767px) {
      .w-image-box__cta {
        width: 3.36364rem;
        height: 4.27273rem; } }
    .w-image-box__cta:hover {
      background-color: #C60207;
      color: #FFFFFF; }

@media (min-width: 1024px) {
  .w-explore-products__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -1.36364rem; }
    .w-explore-products__grid > div {
      padding-left: 1.36364rem; } }

.w-explore-products__filter {
  border-bottom: 1px #C9C8C0 solid;
  width: 100%; }
  @media (min-width: 1024px) {
    .w-explore-products__filter {
      max-width: 18.18182rem;
      border-right: 1px #C9C8C0 solid;
      border-bottom: none; } }
  @media (min-width: 1280px) {
    .w-explore-products__filter {
      max-width: 27.27273rem; } }
  .w-explore-products__filter__categories {
    padding-top: 1.59091rem;
    position: relative;
    padding-right: 15px; }
    @media (min-width: 1280px) {
      .w-explore-products__filter__categories {
        padding-top: 2.72727rem; } }
    .w-explore-products__filter__categories:after {
      content: '';
      width: calc(100% + 20px);
      height: 1px;
      background-color: #C9C8C0;
      position: absolute;
      top: 0;
      left: -20px; }
    .w-explore-products__filter__categories__select {
      margin-bottom: 1.36364rem; }
      @media (min-width: 1024px) {
        .w-explore-products__filter__categories__select {
          display: none; } }
    .w-explore-products__filter__categories ul {
      display: none; }
      @media (min-width: 1024px) {
        .w-explore-products__filter__categories ul {
          max-width: 22.72727rem;
          display: block; } }
      .w-explore-products__filter__categories ul li {
        margin-bottom: 10px; }
        .w-explore-products__filter__categories ul li a {
          border-radius: 8px;
          border: 1px solid transparent;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 14px 10px 14px 1.18182rem;
          font-family: "Berani", sans-serif;
          text-transform: uppercase;
          color: rgba(0, 48, 20, 0.7);
          font-size: 1rem;
          letter-spacing: -0.22px;
          position: relative;
          outline: 1px solid transparent !important;
          outline-offset: 3px; }
          .w-explore-products__filter__categories ul li a i {
            color: #C60207;
            font-size: 0.90909rem; }
          .w-explore-products__filter__categories ul li a span {
            width: 8px;
            height: 8px;
            margin: 0px 12px;
            background-color: #BFBEB6;
            border-radius: 50%; }
          .w-explore-products__filter__categories ul li a:after {
            content: '\e905';
            font-family: 'default';
            font-size: 14px;
            color: #274E36;
            width: 1.59091rem;
            height: 1.81818rem;
            border-radius: 6px;
            background-color: #FFF;
            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;
            position: absolute;
            right: 7px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: ease all 0.3s;
            -o-transition: ease all 0.3s;
            transition: ease all 0.3s; }
          .w-explore-products__filter__categories ul li a:hover {
            border-color: rgba(0, 48, 20, 0.2); }
          .w-explore-products__filter__categories ul li a.active {
            background: rgba(31, 71, 47, 0.96);
            color: #FFF;
            outline-color: #B5B4AC !important; }
            .w-explore-products__filter__categories ul li a.active i {
              color: #3FA535; }
            .w-explore-products__filter__categories ul li a.active span {
              background-color: #003014; }
            .w-explore-products__filter__categories ul li a.active:after {
              opacity: 1;
              visibility: visible; }

.w-explore-products__products {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 1.59091rem; }
  @media (min-width: 1280px) {
    .w-explore-products__products {
      padding-top: 4.54545rem; } }
  .w-explore-products__products__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 600px) {
      .w-explore-products__products__grid {
        margin-left: -1rem; } }
    .w-explore-products__products__grid > div {
      width: 100%; }
      @media (min-width: 600px) {
        .w-explore-products__products__grid > div {
          padding-bottom: 1rem;
          padding-left: 1rem;
          width: 50%; } }
      @media (min-width: 1280px) {
        .w-explore-products__products__grid > div {
          width: 33.33%; } }
  .w-explore-products__products__label {
    font-size: 0.90909rem;
    color: rgba(0, 48, 20, 0.64); }
  .w-explore-products__products__cat {
    font-size: 1.63636rem;
    letter-spacing: -1.44px;
    margin-bottom: 2.18182rem; }
  .w-explore-products__products__cta {
    padding: 1rem 0px;
    position: relative;
    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; }
    @media (min-width: 1280px) {
      .w-explore-products__products__cta {
        padding: 1.63636rem 0px; } }
    .w-explore-products__products__cta:after {
      content: '';
      width: calc(100% + 52px);
      height: 1px;
      background-color: #C9C8C0;
      position: absolute;
      left: -30px;
      top: 0; }

.w-explore-products__title {
  margin-bottom: 1.81818rem; }
  .w-explore-products__title span {
    color: #C60207; }
  @media (max-width: 1279px) {
    .w-explore-products__title {
      font-size: 2.45455rem; } }

.w-explore-products__sub-title {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0px; }

.w-explore-products__content {
  padding: 1.59091rem 0px; }
  @media (min-width: 1280px) {
    .w-explore-products__content {
      padding: 4.54545rem 0px 2.72727rem 0px; } }

.w-categories {
  margin-bottom: 7.72727rem; }
  .w-categories__box {
    position: relative;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/cat-background-layer.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 18.86364rem;
    height: 6.77273rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 1.875rem; }
    @media (min-width: 1024px) {
      .w-categories__box {
        padding: 1.36364rem 1.59091rem 1.36364rem 1.13636rem; } }
    .w-categories__box__link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .w-categories__box__media {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/icon-back-layer.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 3.75rem;
      height: 3.75rem;
      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;
      padding: 10px; }
      @media (min-width: 1024px) {
        .w-categories__box__media {
          width: 4.44444rem;
          height: 4.44444rem; } }
      @media (min-width: 1100px) {
        .w-categories__box__media {
          width: 4.09091rem;
          height: 4.09091rem; } }
    .w-categories__box__title {
      color: #FFF4E1 !important;
      font-size: 1.375rem;
      line-height: 1.1;
      letter-spacing: 0.72px;
      margin: 0 0 0 10px; }
      @media (min-width: 1024px) {
        .w-categories__box__title {
          font-size: 1.44444rem; } }
      @media (min-width: 1100px) {
        .w-categories__box__title {
          font-size: 1.63636rem;
          margin: 0 0 0 15px; } }
  .w-categories__title {
    margin-bottom: 2.27273rem; }
  .w-categories__filter {
    width: 100%; }
    @media (min-width: 1024px) {
      .w-categories__filter {
        max-width: 21.36364rem; } }
    .w-categories__filter__categories {
      margin-top: 1.63636rem;
      position: relative; }
      .w-categories__filter__categories__select {
        margin-bottom: 1.36364rem; }
        @media (min-width: 1024px) {
          .w-categories__filter__categories__select {
            display: none; } }
      .w-categories__filter__categories ul {
        border-radius: 12px;
        border: 1px solid #C9C8C0;
        padding: 16px 0.90909rem; }
        @media (max-width: 1023px) {
          .w-categories__filter__categories ul {
            display: none; } }
        .w-categories__filter__categories ul li {
          margin-bottom: 10px; }
          .w-categories__filter__categories ul li a {
            border-radius: 8px;
            border: 1px solid transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px 8px;
            font-family: "Berani", sans-serif;
            text-transform: uppercase;
            color: rgba(0, 48, 20, 0.7);
            font-size: 0.81818rem;
            letter-spacing: -0.22px;
            position: relative;
            outline: 1px solid transparent !important;
            outline-offset: 3px; }
            @media (min-width: 767px) {
              .w-categories__filter__categories ul li a {
                padding: 7px 7px 7px 1.18182rem;
                font-size: 1rem; } }
            .w-categories__filter__categories ul li a span {
              color: rgba(0, 48, 20, 0.74);
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1;
              text-align: right;
              padding-right: 1.27273rem; }
            .w-categories__filter__categories ul li a i {
              font-size: 14px;
              color: #274E36;
              width: 1.59091rem;
              height: 1.81818rem;
              border-radius: 6px;
              background-color: #FFF;
              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;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: ease all 0.3s;
              -o-transition: ease all 0.3s;
              transition: ease all 0.3s;
              margin-left: auto; }
            .w-categories__filter__categories ul li a:hover {
              border-color: #B5B4AC; }
            .w-categories__filter__categories ul li a.active {
              background: rgba(31, 71, 47, 0.96);
              color: #FFF;
              outline-color: #B5B4AC !important; }
              .w-categories__filter__categories ul li a.active span {
                color: #49AF3F; }
              .w-categories__filter__categories ul li a.active i {
                opacity: 1;
                visibility: visible; }

.w-recent-products__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px; }
  .w-recent-products__grid > div {
    width: 20%;
    padding-left: 20px; }

.w-recent-products__cta {
  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;
  padding: 1.36364rem 0px;
  border-top: 1px #C9C8C0 solid;
  border-bottom: 1px #C9C8C0 solid;
  margin-top: 1.81818rem; }

.w-filter {
  margin-bottom: 1.09091rem; }
  @media (max-width: 1024px) {
    .w-filter {
      display: none; } }
  @media (min-width: 1024px) {
    .w-filter__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -18px; } }
  .w-filter__grid > div:not(:last-child) {
    margin-bottom: 15px; }
    @media (min-width: 767px) {
      .w-filter__grid > div:not(:last-child) {
        margin-bottom: 0px; } }
  @media (min-width: 1024px) {
    .w-filter__grid > div {
      padding-left: 18px; } }
  .w-filter .control-group__control .control-select {
    width: 100%;
    border: 2px solid rgba(255, 244, 225, 0.15);
    background: rgba(255, 244, 225, 0.1) !important;
    border-radius: 10px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .w-filter .control-group__control .control-select {
        margin-bottom: 0px; } }
    .w-filter .control-group__control .control-select span:after {
      color: #FFF4E1; }
    @media (min-width: 1025px) {
      .w-filter .control-group__control .control-select {
        width: 11.11111rem; } }
    @media (min-width: 1100px) {
      .w-filter .control-group__control .control-select {
        width: 13.63636rem; } }
  .w-filter .control-group__control.\--sort .control-select {
    width: 100%; }
    @media (min-width: 1025px) {
      .w-filter .control-group__control.\--sort .control-select {
        width: 11.11111rem; } }
    @media (min-width: 1100px) {
      .w-filter .control-group__control.\--sort .control-select {
        width: 13.63636rem; } }
  .w-filter.\--style-event {
    margin-bottom: 1.36364rem;
    display: block; }
  .w-filter__total {
    font-size: 1rem;
    color: rgba(0, 48, 20, 0.72); }
    @media (min-width: 767px) {
      .w-filter__total {
        font-size: 0.90909rem; } }
    .w-filter__total span {
      color: #290A09; }

.w-event-banner {
  padding: 12px;
  border-bottom: 1px solid #C9C8C0;
  border-top: 1px solid #C9C8C0; }
  .w-event-banner .container {
    padding: 0px; }
  @media (min-width: 767px) {
    .w-event-banner__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-left: -1rem; }
      .w-event-banner__grid > div {
        padding-left: 1rem; } }
  .w-event-banner__content {
    border-radius: 12px;
    border: 1px solid #C9C8C0;
    padding: 1.13636rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #F1F0E8; }
    @media (min-width: 767px) {
      .w-event-banner__content {
        padding: 2.04545rem 1.45455rem 1.45455rem 1.45455rem;
        max-width: 25.45455rem;
        min-height: 20.45455rem; } }
    @media (min-width: 1024px) {
      .w-event-banner__content {
        min-height: 26.36364rem; } }
    .w-event-banner__content__top {
      letter-spacing: -0.18px;
      text-transform: uppercase;
      color: #290A09;
      font-family: "Berani", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .w-event-banner__content__top span.dot {
        margin: 0px 12px;
        width: 5px;
        height: 5px;
        background-color: #290A09;
        display: block;
        opacity: 0.6;
        border-radius: 1px; }
      .w-event-banner__content__top span:last-child {
        color: #577560; }
    .w-event-banner__content__title {
      font-size: 1.36364rem;
      margin-bottom: 1.81818rem; }
      @media (min-width: 1024px) {
        .w-event-banner__content__title {
          font-size: 1.81818rem; } }
      @media (min-width: 1024px) {
        .w-event-banner__content__title {
          font-size: 2.45455rem; } }
      .w-event-banner__content__title span {
        color: #C60207; }
    .w-event-banner__content__cta {
      margin-top: 1.36364rem; }
      @media (min-width: 1024px) {
        .w-event-banner__content__cta {
          margin-top: 1.36364rem; } }
    .w-event-banner__content__desc {
      position: relative; }
      .w-event-banner__content__desc:after {
        content: '';
        width: 3px;
        height: 100%;
        background-color: #C60207;
        position: absolute;
        left: -33px;
        top: 0; }
  .w-event-banner__media {
    background-size: cover;
    background-position: center right;
    padding: 0.90909rem;
    border-radius: 12px; }
    @media (min-width: 767px) {
      .w-event-banner__media {
        padding: 1.36364rem; } }
    @media (min-width: 1024px) {
      .w-event-banner__media {
        padding: 2.72727rem; } }
  @media (max-width: 766px) {
    .w-event-banner__cta {
      display: none; } }
  .w-event-banner__cta a {
    width: 100%;
    height: 3.18182rem;
    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;
    border-radius: 8.348px;
    border: 1px solid rgba(31, 71, 47, 0.2);
    background: #F7F4E7;
    font-size: 0.90909rem;
    color: #1F472F;
    margin-top: 10px; }
    @media (min-width: 767px) {
      .w-event-banner__cta a {
        font-size: 1rem;
        width: 3.36364rem;
        height: 4.27273rem;
        margin-top: 0px; } }
    .w-event-banner__cta a:hover {
      background-color: #C60207;
      color: #FFFFFF; }

.w-video {
  position: relative; }
  .w-video__play-btn i {
    width: 4.81818rem;
    height: 4.81818rem;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(17.225px);
    backdrop-filter: blur(17.225px);
    border-radius: 50px;
    font-size: 1.36364rem;
    color: #FF9D00;
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }

.w-icon-box {
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .w-icon-box {
      width: unset; } }
  .w-icon-box__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 1025px) {
      .w-icon-box__grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0; } }
  .w-icon-box__icon {
    display: block;
    margin: 0 auto 15px auto; }
    @media (max-width: 767px) {
      .w-icon-box__icon img {
        max-width: 30%; } }
  @media (max-width: 768px) {
    .w-icon-box__content {
      margin-bottom: 20px; } }
  .w-icon-box__content sup {
    top: -0.3em; }
  @media (max-width: 1025px) {
    .w-icon-box__content br {
      display: none; } }

.w-tabs > div {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/tab-back.png");
  background-size: cover;
  background-position: center;
  width: 20rem;
  height: 60px;
  margin: 0 auto;
  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;
  margin-bottom: 2.27273rem;
  padding-left: 0.90909rem;
  padding-right: 0.90909rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 768px) {
    .w-tabs > div {
      width: 27.5rem;
      height: 5rem; } }
  @media (min-width: 1024px) {
    .w-tabs > div {
      width: 26.13636rem;
      height: 5.13636rem; } }

.w-tabs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0; }
  .w-tabs__btns li {
    width: 50%;
    text-align: center; }
    .w-tabs__btns li a {
      font-size: 1.25rem;
      font-family: "Berani", sans-serif;
      letter-spacing: 0.38px;
      color: rgba(41, 10, 9, 0.75);
      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; }
      @media (min-width: 768px) {
        .w-tabs__btns li a {
          font-size: 1.72727rem; } }
      .w-tabs__btns li a.active {
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/tab-active-layer.svg");
        background-size: cover;
        background-position: center;
        width: 160px;
        height: 50px;
        color: #FFF4E1; }
        @media (min-width: 768px) {
          .w-tabs__btns li a.active {
            width: 12.13636rem;
            height: 3.72727rem; } }

.w-tabs__content .container {
  padding-left: 0;
  padding-right: 0; }

.w-tabs__content span a {
  color: #C60207; }

.w-booking-box {
  padding: 1.81818rem 1.54545rem 1.81818rem;
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/booking-layer.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 1100px) {
    .w-booking-box {
      background-size: 100%;
      padding: 2.72727rem 2rem 2.27273rem; } }
  .w-booking-box__title {
    font-size: 1.875rem;
    text-align: center;
    color: #FFF4E1;
    line-height: 1.1;
    max-width: 32.36364rem;
    margin: 0 auto 0.90909rem auto; }
    @media (min-width: 1100px) {
      .w-booking-box__title {
        font-size: 2.72727rem; } }
  .w-booking-box__description {
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.22px;
    color: rgba(255, 244, 225, 0.9);
    max-width: 30rem;
    margin: 0 auto 0.90909rem auto; }
  .w-booking-box__btn {
    width: 100%;
    font-size: 1.5rem;
    color: #FFF4E1;
    text-align: center;
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/booking-btn.svg");
    background-size: 100%;
    background-position: center;
    height: 3.40909rem;
    letter-spacing: 0.36px;
    background-repeat: no-repeat; }
    @media (min-width: 1100px) {
      .w-booking-box__btn {
        font-size: 1.63636rem; } }
    .w-booking-box__btn:hover {
      color: #FFF4E1; }

.w-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 1100px) {
    .w-social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .w-social ul li {
    margin-right: 6px; }
    @media (min-width: 1100px) {
      .w-social ul li {
        margin-bottom: 6px; } }
    .w-social ul li span {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .w-social ul li span i {
        font-size: 1rem;
        color: #fff;
        width: 3.04545rem;
        height: 3.13636rem;
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/sidemenu-icon-layer.svg");
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
        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;
        cursor: pointer; }
      .w-social ul li span:hover i {
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/sidemenu-icon-hover-layer.svg"); }

.w-social.\--style-page {
  height: 100%; }
  .w-social.\--style-page .w-social__title {
    font-size: 1.36364rem;
    font-family: 'Omica';
    line-break: 1;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    color: #311210;
    text-align: center;
    margin-bottom: 0.90909rem;
    width: 100%; }
  .w-social.\--style-page > div {
    height: 100%; }
    .w-social.\--style-page > div ul {
      position: -webkit-sticky;
      position: sticky;
      top: 30px; }

.w-social.\--style-blog .w-social__title {
  display: none; }

.w-social.\--style-blog ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row; }

.w-social.\--style-product ul {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 13.63636rem; }
  .w-social.\--style-product ul li {
    margin-right: 5px; }

@media (min-width: 768px) {
  .w-social.\--style-product .w-social__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.w-social.\--style-product .w-social__title {
  width: 100%;
  font-size: 1.36364rem;
  line-height: 1;
  font-family: 'Omica';
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 0.68182rem; }

.w-accordion {
  position: relative; }
  .w-accordion__container {
    border: 2px solid rgba(255, 255, 255, 0.25);
    background: #290A09;
    padding: 1.59091rem;
    border-radius: 24px;
    margin-bottom: 0.81818rem; }
  .w-accordion__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-accordion__link > a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 1.625rem;
      font-family: 'Omica';
      line-height: 1.1;
      letter-spacing: -0.44px;
      text-transform: uppercase;
      color: #FFF4E1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .w-accordion__link > a {
          font-size: 2.25rem; } }
      @media (min-width: 1100px) {
        .w-accordion__link > a {
          font-size: 2rem; } }
      .w-accordion__link > a.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .w-accordion__link__icon {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/highlight-layer.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      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;
      margin-left: 2.27273rem;
      padding: 0.63636rem; }
      .w-accordion__link__icon i {
        font-size: 1.09091rem;
        color: #FFF4E1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .w-accordion__content {
    width: 100%;
    margin-top: 1.36364rem;
    padding-top: 1.36364rem;
    position: relative;
    line-height: 1.6;
    color: #FFF4E1; }
    .w-accordion__content a {
      color: #FF9D00;
      text-decoration: underline !important;
      opacity: 0.95; }
    .w-accordion__content:before {
      content: '';
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-two.svg");
      width: 100%;
      height: 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0; }
  .w-accordion.\--theme-light .w-accordion__container {
    background: rgba(33, 0, 1, 0.5); }

.w-list-box {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/list-box-layer.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.25rem; }
  @media (min-width: 1024px) {
    .w-list-box {
      padding: 3.125rem; } }
  @media (min-width: 1100px) {
    .w-list-box {
      padding: 3.40909rem 3.40909rem 3rem 4.09091rem; } }
  .w-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-bottom: 0.90909rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .w-list-box ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1.36364rem; }
      @media (min-width: 768px) {
        .w-list-box ul li {
          width: 45%; } }
      .w-list-box ul li img {
        margin-right: 0.68182rem; }
  .w-list-box__title {
    font-size: 1rem;
    line-height: 1.1;
    color: rgba(255, 244, 225, 0.95); }
  .w-list-box__button-wrapper .btn {
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/button-medium.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 3.40909rem;
    font-size: 1.63636rem;
    letter-spacing: 0.34px;
    color: #fff; }
    @media (min-width: 768px) {
      .w-list-box__button-wrapper .btn {
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/button-extra-large-layer.svg"); } }
    .w-list-box__button-wrapper .btn:hover {
      color: #fff; }

.w-itinerary {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/itinerary-box-layer.svg") !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 21.5rem; }
  .w-itinerary > div {
    padding: 1.36364rem 1.54545rem 1.59091rem; }
    @media (min-width: 1024px) {
      .w-itinerary > div {
        padding: 1.81818rem 2rem 2.04545rem; } }
    @media (min-width: 1100px) {
      .w-itinerary > div {
        padding: 2.27273rem 2.95455rem 3.09091rem; } }
  .w-itinerary__title {
    font-size: 2.18182rem;
    letter-spacing: 0.48px;
    margin-bottom: 5px; }
  .w-itinerary__subtitle {
    font-size: 1.09091rem !important;
    letter-spacing: -0.24px; }
  .w-itinerary p {
    font-size: 0.90909rem;
    line-height: 1.5;
    color: rgba(41, 10, 9, 0.95); }

.w-image-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0.90909rem;
  column-gap: 0.90909rem;
  margin-bottom: 0.90909rem; }
  @media (min-width: 1024px) {
    .w-image-gallery ul {
      -webkit-column-count: 4;
      column-count: 4; } }
  .w-image-gallery ul li {
    position: relative;
    margin-bottom: 0.68182rem; }
    .w-image-gallery ul li:hover a span {
      visibility: visible;
      opacity: 1; }
    .w-image-gallery ul li a {
      display: block;
      width: 100%;
      height: 100%; }
      .w-image-gallery ul li a span {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 0.72727rem;
        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;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
        -webkit-backdrop-filter: blur(1.5px);
        backdrop-filter: blur(1.5px);
        color: #fff;
        visibility: hidden;
        opacity: 0;
        letter-spacing: -0.332px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        text-decoration: none;
        font-family: "Arvo", sans-serif; }
        .w-image-gallery ul li a span i {
          margin-right: 8px; }
    .w-image-gallery ul li img {
      width: 100%;
      -webkit-box-shadow: 0px 3.34px 3.34px 0px rgba(0, 0, 0, 0.05) inset;
      box-shadow: 0px 3.34px 3.34px 0px rgba(0, 0, 0, 0.05) inset;
      border: 8px solid #FFF8EC; }

.w-booking {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #000000de;
  z-index: 999;
  padding: 15px 0;
  color: #FFF;
  font-family: 'Omica';
  font-size: 1.45455rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none; }
  @media (min-width: 768px) {
    .w-booking {
      display: block; } }
  body.home .w-booking {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 1.81818rem 0px;
    display: block;
    z-index: 2; }
    @media (min-width: 768px) {
      body.home .w-booking.\--style-fixed {
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: #000000de;
        z-index: 999;
        padding: 15px 0; } }
  .w-booking__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-booking__grid > div {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      position: relative; }
      @media (min-width: 1024px) {
        .w-booking__grid > div {
          padding-left: 1.11111rem;
          padding-right: 1.11111rem; } }
      @media (min-width: 1100px) {
        .w-booking__grid > div {
          padding-left: 1.36364rem;
          padding-right: 1.36364rem; } }
      @media (max-width: 767px) {
        .w-booking__grid > div {
          width: 28%;
          text-align: center; }
          .w-booking__grid > div:nth-child(4), .w-booking__grid > div:last-child {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
            text-align: center; }
            .w-booking__grid > div:nth-child(4):after, .w-booking__grid > div:last-child:after {
              content: unset; } }
      @media (min-width: 1600px) {
        .w-booking__grid > div {
          padding-left: 2.04545rem;
          padding-right: 2.04545rem; } }
      @media (min-width: 1735px) {
        .w-booking__grid > div {
          padding-right: 2.95455rem;
          padding-left: 2.95455rem; } }
      .w-booking__grid > div:after {
        content: '';
        width: 3px;
        height: 100%;
        position: absolute;
        left: -10px;
        top: 4px;
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/home-booking-border.png");
        background-size: cover;
        background-position: center; }
        @media (min-width: 768px) {
          .w-booking__grid > div:after {
            left: 0; } }
      .w-booking__grid > div:first-child {
        padding-left: 0px; }
        @media (max-width: 767px) {
          .w-booking__grid > div:first-child {
            width: 25%;
            padding-right: 0; } }
        .w-booking__grid > div:first-child:after {
          display: none; }
      @media (max-width: 767px) {
        .w-booking__grid > div:nth-child(2) {
          width: 35%; }
        .w-booking__grid > div:nth-child(3) {
          padding-right: 0; } }
      .w-booking__grid > div:last-child {
        padding-left: 0px;
        padding-right: 0px; }
      .w-booking__grid > div p {
        font-size: 1.125rem;
        font-family: 'Omica';
        color: #FFF4E1; }
        @media (min-width: 1080px) {
          .w-booking__grid > div p {
            font-size: 1.11111rem; } }
        @media (min-width: 1140px) {
          .w-booking__grid > div p {
            font-size: 1.09091rem; } }
        @media (min-width: 1370px) {
          .w-booking__grid > div p {
            font-size: 1.45455rem; } }
    .w-booking__grid__fancy-text {
      display: inline-block;
      font-size: 0.875rem;
      padding: 0px 0.31818rem;
      background-color: #C60207;
      border-radius: 2px;
      margin-bottom: 5px;
      color: #FFF4E1; }
      @media (min-width: 1024px) {
        .w-booking__grid__fancy-text {
          font-size: 1rem; } }
      @media (min-width: 1370px) {
        .w-booking__grid__fancy-text {
          font-size: 1.09091rem; } }
  .w-booking__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-booking__contact:after {
      display: none; }
    .w-booking__contact__cta {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto; }
      .w-booking__contact__cta a {
        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;
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hero-mobile-button.svg");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 20.875rem;
        height: 3.125rem;
        color: #291A00;
        font-size: 1.54545rem;
        font-family: "Berani", sans-serif;
        letter-spacing: 0.34px;
        cursor: pointer; }
        @media (min-width: 767px) {
          .w-booking__contact__cta a {
            background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hero-button.svg"); } }
        @media (min-width: 768px) {
          .w-booking__contact__cta a {
            width: 10rem;
            height: 3rem; } }
        @media (min-width: 1370px) {
          .w-booking__contact__cta a {
            width: 12.13636rem;
            height: 3.18182rem; } }
        .w-booking__contact__cta a:before {
          content: attr(data-text);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
          opacity: 0;
          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;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          overflow: hidden; }
        .w-booking__contact__cta a span {
          -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          display: block; }
        .w-booking__contact__cta a:hover:before {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 1;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .w-booking__contact__cta a:hover span {
          opacity: 0;
          -webkit-transform: translate3d(0, -200%, 0);
          transform: translate3d(0, -200%, 0);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
    .w-booking__contact__phone {
      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;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .w-booking__contact__phone {
          display: unset;
          width: auto;
          margin-left: 0.68182rem;
          margin-top: 0px;
          margin-bottom: 0px; } }
      .w-booking__contact__phone p {
        font-family: 'Omica';
        margin-bottom: 0px;
        margin-right: 5px;
        font-size: 1.0625rem;
        line-height: 1;
        color: rgba(255, 244, 225, 0.95); }
        @media (min-width: 768px) {
          .w-booking__contact__phone p {
            font-size: 1.1rem !important;
            font-family: "Arvo", sans-serif;
            margin-left: 0; } }
      .w-booking__contact__phone a {
        font-size: 1.25rem;
        color: #FF9D00;
        text-transform: uppercase; }
        @media (min-width: 1024px) {
          .w-booking__contact__phone a {
            font-size: 1.5rem; } }
        @media (min-width: 1370px) {
          .w-booking__contact__phone a {
            font-size: 2rem; } }

@media (max-width: 1024px) {
  .w-menu {
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 20px; } }

.w-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .w-menu ul li a {
    font-family: "Arvo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: -0.22px;
    text-transform: capitalize;
    color: rgba(255, 244, 225, 0.9);
    padding: 5px 0px;
    z-index: 1;
    position: relative; }
    @media (min-width: 1025px) {
      .w-menu ul li a {
        padding: 8px 2.5rem 8px 2.27273rem; } }
    .w-menu ul li a:after {
      content: '';
      background-image: url(/wp-content/themes/jacktheripper-2025/_ui/media/menu-hover.svg) !important;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: -20px;
      width: 100%;
      height: 2.95455rem;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1025px) {
        .w-menu ul li a:after {
          left: 0; } }
    .w-menu ul li a:hover {
      color: rgba(255, 244, 225, 0.9); }
      .w-menu ul li a:hover:after {
        visibility: visible;
        opacity: 1; }

.w-cta-box__wrap {
  position: relative; }
  .w-cta-box__wrap a.btn {
    width: 12.27273rem;
    height: 3.18182rem;
    font-family: "Berani", sans-serif;
    font-size: 1.54545rem;
    color: #FFF4E1;
    letter-spacing: 0.34px;
    padding: 0; }
    .w-cta-box__wrap a.btn:hover {
      color: #FFF4E1; }

.w-cta-box__content {
  position: absolute;
  width: 100%;
  bottom: 35px;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.w-cta-box__title {
  font-family: 'Omica';
  font-size: 1.54545rem;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: rgba(255, 244, 225, 0.95);
  text-align: center; }

.woocommerce-breadcrumb {
  font-size: 1rem !important;
  padding: 1.4rem 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #606060 !important;
  margin-bottom: 0 !important; }
  @media (max-width: 1024px) {
    .woocommerce-breadcrumb {
      padding: 1rem 0 !important; } }
  .woocommerce-breadcrumb i.icon {
    margin: 0 0.54545rem;
    font-size: 0.54545rem; }
  .woocommerce-breadcrumb a {
    color: #606060 !important; }
  .woocommerce-breadcrumb__crumb {
    color: #C60207 !important; }

.woocommerce-cart.woocommerce-page .cms-content > .woocommerce {
  max-width: 1430px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .woocommerce-cart.woocommerce-page .cms-content > .woocommerce {
      padding-left: 15px;
      padding-right: 15px; } }

.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1740px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.27273rem;
  margin-bottom: 6.81818rem; }
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    font-size: 1.09091rem;
    letter-spacing: -1px; }
    @media (min-width: 768px) {
      .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
        font-size: 1.81818rem; } }
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product > div .wc-block-components-product-name {
    letter-spacing: 0px; }

.woocommerce-cart .wc-block-components-product-details {
  font-size: 16px; }

.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container--sticky {
  position: unset; }

.woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .wc-block-components-shipping-calculator-address__button {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/button-medium.svg") !important;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 2.72727rem;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 1 !important;
  -webkit-transition: ease all 0.3s !important;
  -o-transition: ease all 0.3s !important;
  transition: ease all 0.3s !important;
  cursor: pointer;
  color: #290A09;
  font-family: "Berani", sans-serif;
  color: #FFF4E1;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  min-height: 3.63636rem !important; }
  @media (min-width: 1025px) {
    .woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .wc-block-components-shipping-calculator-address__button {
      font-size: 1.66667rem; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .wc-block-components-shipping-calculator-address__button {
      font-size: 1.81818rem; } }

.woocommerce-cart .wc-block-cart__empty-cart__title {
  text-align: center;
  letter-spacing: normal;
  margin-top: 70px;
  margin-bottom: 70px; }

.woocommerce-cart .wc-block-components-sale-badge {
  font-size: 1.09091rem;
  line-height: 1.1;
  font-family: 'Omica';
  font-weight: 400;
  border-radius: 5px;
  background-color: #C60207;
  -webkit-backdrop-filter: blur(8.07742px);
  backdrop-filter: blur(8.07742px);
  padding: 3px 10px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: rgba(255, 244, 225, 0.95);
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg); }

.woocommerce-cart .wc-block-components-product-price__value {
  font-family: "Berani", sans-serif;
  font-size: 1.5rem;
  color: #C60207;
  letter-spacing: -0.32px;
  text-transform: uppercase; }
  @media (min-width: 767px) {
    .woocommerce-cart .wc-block-components-product-price__value {
      font-size: 1.54545rem; } }

.woocommerce-cart .wc-block-components-product-name {
  font-family: "Berani", sans-serif;
  font-size: 1.375rem !important;
  text-transform: uppercase;
  margin: 0px !important;
  color: #290A09; }
  @media (min-width: 767px) {
    .woocommerce-cart .wc-block-components-product-name {
      font-size: 1.54545rem; } }

.woocommerce-cart .price.wc-block-components-product-price {
  font-family: "Berani", sans-serif;
  font-size: 1.375rem;
  color: #C60207;
  letter-spacing: -0.32px;
  text-transform: uppercase; }
  @media (min-width: 767px) {
    .woocommerce-cart .price.wc-block-components-product-price {
      font-size: 1.09091rem; } }

.woocommerce-cart .wc-block-cart-item_total-price-and-sale-badge-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: unset;
  flex-flow: unset; }

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
    display: none; }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after {
    content: "Remove item";
    font-size: 0.68182rem;
    color: #290A09;
    cursor: pointer; }

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border: 6px solid #FFF8EC;
  -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35); }

.woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background: #311210; }
  .woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 1.13636rem;
    width: 3.18182rem;
    height: 2.04545rem;
    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;
    border-radius: 6.133px;
    padding: 0px 7px;
    color: #FFF4E1;
    cursor: pointer;
    opacity: 1; }
    .woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
      background-color: #50342F; }
    .woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
      background-color: #C60207; }
  .woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
    font-size: 0.90909rem;
    font-weight: 400;
    color: #FFF4E1; }

.woocommerce-cart .wc-block-cart-items__header th span {
  font-size: 16px;
  font-family: "Berani", sans-serif;
  font-weight: 400;
  color: #290A09; }
  @media (min-width: 767px) {
    .woocommerce-cart .wc-block-cart-items__header th span {
      font-size: 2.04545rem; } }

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Berani", sans-serif;
  color: #290A09;
  font-weight: 400; }
  @media (min-width: 767px) {
    .woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
      font-size: 1.59091rem; } }

.woocommerce-cart .is-large.wc-block-cart td {
  position: relative;
  border-top: 0 !important; }
  .woocommerce-cart .is-large.wc-block-cart td:before {
    content: "";
    background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-four-layer.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    left: 0; }

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar {
  position: unset; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
    border-top: 0; }
    .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper, .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
      border-top: 0;
      position: relative; }
      .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:before, .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block:before {
        content: "";
        background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-four-layer.svg") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        left: 0; }
    .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block.wp-block-woocommerce-cart-order-summary-fee-block:before {
      content: unset; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 0; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-panel,
  .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon,
  .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0px;
    padding-right: 0px; }

.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-button {
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/view-button-layer.svg") !important;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 6.81818rem;
  min-height: 100%;
  font-size: 1.36364rem;
  font-family: "Berani", sans-serif;
  color: #FFF4E1;
  background-color: transparent; }

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: 'Omica';
  font-size: 1.54545rem; }

.wp-block-woocommerce-checkout .wc-block-checkout__form .wc-block-checkout__terms .wc-block-components-checkbox__label {
  font-size: 14px; }

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  color: #290A09; }

.woocommerce input[type=email], .woocommerce input[type=number], .woocommerce input[type=tel], .woocommerce input[type=text], .woocommerce input[type=date], .woocommerce input[type=password], .woocommerce textarea, .woocommerce .control-select {
  border-radius: 8px;
  border: 2px solid rgba(41, 26, 0, 0.15);
  background: #311210;
  -webkit-box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.03) inset;
  color: #FFF4E1;
  -webkit-backdrop-filter: blur(2.16071px);
  backdrop-filter: blur(2.16071px);
  letter-spacing: -0.2px; }
  .woocommerce input[type=email].wpcf7-not-valid, .woocommerce input[type=number].wpcf7-not-valid, .woocommerce input[type=tel].wpcf7-not-valid, .woocommerce input[type=text].wpcf7-not-valid, .woocommerce input[type=date].wpcf7-not-valid, .woocommerce input[type=password].wpcf7-not-valid, .woocommerce textarea.wpcf7-not-valid, .woocommerce .control-select.wpcf7-not-valid {
    border-color: #290A09; }
  .woocommerce input[type=email]::-webkit-input-placeholder, .woocommerce input[type=number]::-webkit-input-placeholder, .woocommerce input[type=tel]::-webkit-input-placeholder, .woocommerce input[type=text]::-webkit-input-placeholder, .woocommerce input[type=date]::-webkit-input-placeholder, .woocommerce input[type=password]::-webkit-input-placeholder, .woocommerce textarea::-webkit-input-placeholder, .woocommerce .control-select::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]:-ms-input-placeholder, .woocommerce input[type=number]:-ms-input-placeholder, .woocommerce input[type=tel]:-ms-input-placeholder, .woocommerce input[type=text]:-ms-input-placeholder, .woocommerce input[type=date]:-ms-input-placeholder, .woocommerce input[type=password]:-ms-input-placeholder, .woocommerce textarea:-ms-input-placeholder, .woocommerce .control-select:-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]::-ms-input-placeholder, .woocommerce input[type=number]::-ms-input-placeholder, .woocommerce input[type=tel]::-ms-input-placeholder, .woocommerce input[type=text]::-ms-input-placeholder, .woocommerce input[type=date]::-ms-input-placeholder, .woocommerce input[type=password]::-ms-input-placeholder, .woocommerce textarea::-ms-input-placeholder, .woocommerce .control-select::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]::placeholder, .woocommerce input[type=number]::placeholder, .woocommerce input[type=tel]::placeholder, .woocommerce input[type=text]::placeholder, .woocommerce input[type=date]::placeholder, .woocommerce input[type=password]::placeholder, .woocommerce textarea::placeholder, .woocommerce .control-select::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]:focus, .woocommerce input[type=number]:focus, .woocommerce input[type=tel]:focus, .woocommerce input[type=text]:focus, .woocommerce input[type=date]:focus, .woocommerce input[type=password]:focus, .woocommerce textarea:focus, .woocommerce .control-select:focus {
    border-color: #28443F;
    border-left-color: #290A09;
    background: transparent; }

.woocommerce table.shop_table {
  border-radius: 0px;
  border-color: #C60207;
  border-width: 2px; }
  .woocommerce table.shop_table th {
    color: #C60207; }
  .woocommerce table.shop_table td {
    border-width: 2px;
    border-color: #C60207; }
    .woocommerce table.shop_table td.woocommerce-orders-table__cell {
      font-size: 1.27273rem;
      font-weight: 400;
      letter-spacing: -0.1px; }
    .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-number a {
      color: #C60207; }
    .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a {
        font-size: 1rem;
        margin-left: 10px; }
        .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a:first-child {
          background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/primary-layer.svg") !important;
          width: 50%; }
          @media (min-width: 769px) {
            .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a:first-child {
              font-size: 0.90909rem;
              width: 100%;
              margin-left: 0px; } }
        .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a:hover {
          background-color: transparent !important;
          color: unset; }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td {
    border-color: #C60207 !important;
    border-width: 2px !important;
    color: #290A09;
    text-transform: uppercase;
    font-family: "Berani", sans-serif;
    letter-spacing: -0.2px; }
  .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    border-color: #C60207;
    border-width: 2px; }

.woocommerce table.shop_table_responsive tr td:before {
  font-weight: 400; }

.woocommerce table.order_details .order_item .product-name {
  font-size: 0.90909rem;
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: capitalize; }
  .woocommerce table.order_details .order_item .product-name a {
    color: #C60207; }
  .woocommerce table.order_details .order_item .product-name .product-quantity {
    font-family: "Arvo", sans-serif; }
  .woocommerce table.order_details .order_item .product-name .wc-item-meta {
    margin-left: 0;
    margin-top: 10px; }
    .woocommerce table.order_details .order_item .product-name .wc-item-meta li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .woocommerce table.order_details .order_item .product-name .wc-item-meta li .wc-item-meta-label {
        font-size: 16px;
        color: #C60207; }
      .woocommerce table.order_details .order_item .product-name .wc-item-meta li p {
        font-size: 16px; }

.woocommerce table.order_details .order_item .product-total .amount bdi {
  font-size: 1rem;
  font-family: "Arvo", sans-serif;
  font-weight: bold; }

.woocommerce nav.woocommerce-MyAccount-navigation {
  padding: 15px;
  background-color: transparent;
  border: 1px solid #290A09;
  margin-bottom: 1rem;
  border-radius: 6px; }
  @media (min-width: 1024px) {
    .woocommerce nav.woocommerce-MyAccount-navigation {
      margin-bottom: 2rem;
      width: 25%; } }
  .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0; }
    .woocommerce nav.woocommerce-MyAccount-navigation ul li {
      margin-bottom: 10px; }
      .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 10px 14px 1.18182rem;
        font-family: "Berani", sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
        letter-spacing: -0.10px;
        color: #290A09;
        border-radius: 8px;
        position: relative;
        text-decoration: none; }
        @media (min-width: 768px) {
          .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
            font-size: 1.44444rem; } }
        @media (min-width: 1024px) {
          .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
            font-size: 1.54545rem; } }
        .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after {
          content: '\e905';
          font-family: 'default';
          font-size: 14px;
          color: #C60207;
          width: 1.59091rem;
          height: 1.81818rem;
          border-radius: 6px;
          background-color: #FFF;
          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;
          position: absolute;
          right: 7px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s; }
      .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
        background: #C60207;
        color: #fff;
        outline: 1px solid #B5B4AC !important;
        outline-offset: 3px; }
        .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a:after, .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a:after {
          opacity: 1;
          visibility: visible; }
      .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wps-myevent-tab a:before {
        content: unset; }

@media (min-width: 1024px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 72%; } }

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .short-desc {
  display: block;
  font-size: 16px;
  font-style: unset;
  margin-top: 5px; }

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row:last-child {
  margin-bottom: 2.27273rem; }

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-family: "Berani", sans-serif;
  font-weight: 400;
  color: #290A09; }

.woocommerce .woocommerce-MyAccount-content p a {
  color: #C60207; }

.woocommerce .woocommerce-info {
  margin-top: 0; }
  @media (max-width: 768px) {
    .woocommerce .woocommerce-info {
      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: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .woocommerce .woocommerce-info .btn {
    margin-top: 10px; }
    @media (min-width: 769px) {
      .woocommerce .woocommerce-info .btn {
        margin-left: 0.90909rem;
        margin-top: 0; } }

.woocommerce .woocommerce-Address {
  margin-bottom: 2rem; }
  .woocommerce .woocommerce-Address .woocommerce-Address-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.90909rem; }
    .woocommerce .woocommerce-Address .woocommerce-Address-title h2 {
      width: 50%;
      font-size: 1.36364rem;
      letter-spacing: -0.22px;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .woocommerce .woocommerce-Address .woocommerce-Address-title h2 {
          font-size: 1.59091rem; } }
    .woocommerce .woocommerce-Address .woocommerce-Address-title .edit {
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/primary-layer.svg") !important;
      font-size: 1rem;
      width: 50%;
      padding: 10px 12px 12px;
      max-width: 12.13636rem;
      height: 3.18182rem;
      letter-spacing: 0.34px; }
  .woocommerce .woocommerce-Address address {
    padding: 15px 0.90909rem;
    line-height: 1.5;
    border: 1px solid #c9c8c0;
    border-right-width: 1px;
    border-radius: 6px; }

.woocommerce .woocommerce-customer-details address {
  line-height: 1.3; }
  .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone,
  .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone:before,
    .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email:before {
      margin-left: 0;
      position: static; }

@media (max-width: 650px) {
  .woocommerce ul.order_details li {
    width: 45%;
    margin-bottom: 10px; } }

@media (max-width: 650px) {
  .woocommerce ul.order_details li:nth-child(even) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0; } }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border-top-color: #C60207 !important; }
  @media (max-width: 1024px) {
    .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
      padding: 1em 1em 1em 3.5em; } }
  .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    color: #C60207; }
  .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .woocommerce .woocommerce-error .button.wc-forward, .woocommerce .woocommerce-info .button.wc-forward, .woocommerce .woocommerce-message .button.wc-forward {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .woocommerce .woocommerce-error .button.wc-forward, .woocommerce .woocommerce-info .button.wc-forward, .woocommerce .woocommerce-message .button.wc-forward {
        margin-left: auto; } }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .edit {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/add-to-cart-layer.svg") !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 3.18182rem;
  font-size: 1.5rem;
  letter-spacing: 0.34px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Berani", sans-serif;
  font-weight: 400;
  line-height: 1 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
  outline: none !important;
  color: #290A09;
  padding: 0.68182rem 0.90909rem 0.77273rem 0.90909rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .edit {
      font-size: 1.44444rem; } }
  @media (min-width: 1100px) {
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .edit {
      font-size: 1.54545rem; } }

.woocommerce fieldset {
  padding: 0; }
  .woocommerce fieldset legend {
    color: #024930;
    font-weight: 700;
    font-size: 1.55556rem;
    margin-bottom: 1rem; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 3px solid #C60207;
  border-radius: 0; }

.woocommerce form p {
  font-weight: unset;
  margin-bottom: 1rem; }

.woocommerce form .form-row label {
  font-weight: 500;
  color: #000; }

.woocommerce form .show-password-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.woocommerce #customer_details {
  margin-bottom: 2rem; }

.woocommerce #order_review {
  margin-bottom: 2rem; }

.woocommerce .actions .button, .woocommerce .checkout_coupon button {
  height: 51px; }

.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #cfc8d8;
  bordr-radius: 6px; }
  .woocommerce form.login p,
  .woocommerce form.register p {
    font-size: 1rem; }

.woocommerce form.register {
  margin-bottom: 7.14286rem; }
  @media (min-width: 1025px) {
    .woocommerce form.register {
      margin-bottom: 0; } }

.woocommerce div.product div.images img {
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 600px) {
    .woocommerce div.product div.images img {
      height: 37.5rem; } }
  @media (min-width: 1025px) {
    .woocommerce div.product div.images img {
      height: 36.11111rem; } }
  @media (min-width: 1101px) {
    .woocommerce div.product div.images img {
      height: 37.31818rem; } }

.woocommerce div.product span.price ins {
  text-decoration: none; }

.woocommerce .woocommerce-variation-add-to-cart-disabled {
  display: none; }

.woocommerce span.onsale {
  min-height: 3.18182rem;
  min-width: 3.18182rem;
  padding: 0px;
  top: -.5em;
  left: 1.875rem;
  background-color: #FF9D00;
  color: #290A09;
  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; }
  @media (min-width: 768px) {
    .woocommerce span.onsale {
      left: 3.63636rem; } }

.woocommerce .woocommerce-form-login .lost_password a {
  color: #C60207; }

.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-link {
  color: #C60207; }

.woocommerce .woocommerce-address-fields .button {
  color: #FFF4E1; }

@media (max-width: 767px) {
  .woocommerce-checkout h3 {
    font-size: 30px; }
  .woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin-top: 20px; } }

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  -webkit-box-shadow: inset 0 0 0 1.5px #c8c8c1;
  box-shadow: inset 0 0 0 1.5px #c8c8c1; }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-family: "Berani", sans-serif;
  font-size: 1.5rem;
  font-weight: 400; }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  border: 0; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  margin-bottom: 0px; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%; }
  @media (min-width: 1025px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
      width: 47%;
      padding: 0.90909rem 0 0.90909rem 1.81818rem;
      margin-bottom: 0px;
      padding-top: 0; } }
  @media (min-width: 1281px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
      padding-left: 4rem; } }

.woocommerce div.product p.price {
  margin-bottom: 1rem; }

.woocommerce-product-details__short-description {
  display: none; }

.woocommerce div.product form.cart {
  margin-bottom: 0; }

.woocommerce-account .woocommerce-notices-wrapper {
  max-width: 1400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .woocommerce-account .woocommerce-notices-wrapper .woocommerce-error li {
    display: unset; }

.woocommerce-account .woocommerce-ResetPassword {
  margin-bottom: 10rem; }
  .woocommerce-account .woocommerce-ResetPassword .form-row-first {
    width: 100% !important; }

.single-product .woocommerce-notices-wrapper {
  max-width: 1430px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .single-product .woocommerce-notices-wrapper .woocommerce-message {
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

@media (min-width: 768px) {
  .single-product .woocommerce-notices-wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

.single-product .woocommerce-notices-wrapper {
  max-width: 1770px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-top: 1.36364rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid #C9C8C0;
  background: rgba(255, 255, 255, 0.4);
  border-top: 3px solid #290A09 !important;
  font-size: 0.90909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.90909rem; }

.woocommerce .woocommerce-message {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1740px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce .woocommerce-message .button {
    width: 22.72727rem;
    height: 3.18182rem;
    margin-left: auto;
    font-size: 1.54545rem;
    color: #FFF4E1; }
    .woocommerce .woocommerce-message .button:hover {
      background-color: transparent;
      color: #FFF4E1; }

.wp-block-woocommerce-checkout {
  max-width: 1740px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  border-right: 1px #C9C8C0 solid;
  margin-bottom: 4.09091rem !important; }
  .wp-block-woocommerce-checkout .wc-block-components-main {
    padding-top: 0;
    width: 100% !important;
    padding-right: 0px !important; }
    @media (min-width: 1025px) {
      .wp-block-woocommerce-checkout .wc-block-components-main {
        padding-right: 1.36364rem !important;
        padding-left: 1.36364rem !important;
        width: 63% !important;
        border-right: 1px solid #c9c8c0; } }
    .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step__heading .wc-block-components-title {
      font-size: 2.27273rem; }
    .wp-block-woocommerce-checkout .wc-block-components-main .wc-blocks-components-select .wc-blocks-components-select__container {
      background-color: transparent; }
      .wp-block-woocommerce-checkout .wc-block-components-main .wc-blocks-components-select .wc-blocks-components-select__container .control-select {
        padding: 12px 9px !important;
        background-color: transparent !important; }
        .wp-block-woocommerce-checkout .wc-block-components-main .wc-blocks-components-select .wc-blocks-components-select__container .control-select span {
          font-size: 16px;
          padding-top: 10px; }
          .wp-block-woocommerce-checkout .wc-block-components-main .wc-blocks-components-select .wc-blocks-components-select__container .control-select span:before, .wp-block-woocommerce-checkout .wc-block-components-main .wc-blocks-components-select .wc-blocks-components-select__container .control-select span:after {
            content: unset; }
    .wp-block-woocommerce-checkout .wc-block-components-main .wc-blocks-components-select .wc-blocks-components-select__select {
      border-color: #c8c8c1; }
  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    margin-top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .wp-block-woocommerce-checkout .wc-block-components-sidebar {
        width: 37%;
        padding-left: 1.36364rem;
        padding-right: 1.36364rem;
        margin-bottom: 0px; } }
    @media (min-width: 1100px) {
      .wp-block-woocommerce-checkout .wc-block-components-sidebar {
        padding-left: 2.72727rem;
        padding-right: 2.72727rem; } }
    .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel {
      padding: 0px !important; }
    .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
      border: 0 !important; }
      .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        margin-top: 0; }
      .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
        font-size: 2.27273rem;
        font-family: "Berani", sans-serif;
        margin-left: 0; }
      .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
        font-size: 1.36364rem;
        font-weight: 400; }
    .wp-block-woocommerce-checkout .wc-block-components-sidebar.is-sticky {
      position: unset !important; }
  @media (min-width: 1025px) {
    .wp-block-woocommerce-checkout .wc-block-components-form {
      max-width: 36.36364rem; } }
  .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password], .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select {
    border: 1px solid #C9C8C0;
    background-color: transparent;
    padding: 13px 1.09091rem;
    border-radius: 5px;
    color: #290A09; }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea.wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select.wpcf7-not-valid {
      border-color: #290A09; }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select::-webkit-input-placeholder {
      font-size: 0.54545rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select:-ms-input-placeholder {
      font-size: 0.54545rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select::-ms-input-placeholder {
      font-size: 0.54545rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select::placeholder {
      font-size: 0.54545rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select:focus {
      border-color: #290A09;
      background: rgba(255, 255, 255, 0.2); }
  .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text] {
    border: 1px solid #C9C8C0;
    background-color: transparent;
    border-radius: 5px;
    color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text].wpcf7-not-valid {
      border-color: #290A09; }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]::-webkit-input-placeholder {
      font-size: 1rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]:-ms-input-placeholder {
      font-size: 1rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]::-ms-input-placeholder {
      font-size: 1rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]::placeholder {
      font-size: 1rem;
      color: rgba(0, 48, 20, 0.6); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]:focus {
      border-color: #290A09;
      background: rgba(255, 255, 255, 0.2); }
  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0px; }
  .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container:after {
    display: none; }
  .wp-block-woocommerce-checkout .wc-block-components-checkout-step__title {
    font-size: 1.09091rem;
    letter-spacing: -0.24px; }
    .wp-block-woocommerce-checkout .wc-block-components-checkout-step__title:before {
      display: none; }
  .wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin: 10px 0px; }
  .wp-block-woocommerce-checkout .wc-block-checkout {
    margin-bottom: 6.81818rem; }
    @media (max-width: 1024px) {
      .wp-block-woocommerce-checkout .wc-block-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
    .wp-block-woocommerce-checkout .wc-block-checkout__order-notes {
      padding-left: 1.36364rem !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__terms {
      padding-left: 1.36364rem !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__actions {
      padding-left: 1.36364rem !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__actions {
      border-top: none !important;
      padding: 0px !important;
      margin-bottom: 1.36364rem; }
      .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row > * {
          width: 100% !important;
          margin-bottom: 10px;
          background-color: #290A09;
          color: #FFF;
          padding: 16px;
          border-radius: 6px;
          font-family: "Berani", sans-serif;
          text-transform: uppercase;
          font-size: 0.90909rem;
          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; }
          .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row > * svg {
            display: none; }
        .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
          background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/full-primary-button-layer.svg") !important;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: 2.5rem;
          font-size: 1.25rem;
          letter-spacing: 0.36px;
          background-color: transparent;
          padding: 0 !important; }
          @media (min-width: 767px) {
            .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
              font-size: 1.63636rem;
              height: 3.40909rem; } }
        .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row button {
          background-color: transparent;
          background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/full-button-layer.svg") !important;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          font-size: 1.25rem;
          letter-spacing: 0.36px;
          padding: 0 !important;
          min-height: 30px !important; }
          @media (min-width: 767px) {
            .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row button {
              min-height: 70px !important;
              font-size: 1.63636rem; } }
    .wp-block-woocommerce-checkout .wc-block-checkout__order-notes {
      padding-left: 0px !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__add-note {
      margin: 16px 0; }
      .wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__label {
        font-size: 0.81818rem; }
      .wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
        border-radius: 6px;
        border: 1.232px solid #C9C8C0;
        background: rgba(255, 255, 255, 0.12);
        color: rgba(0, 48, 20, 0.6);
        font-size: 0.81818rem; }
        .wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea :focus {
          background: rgba(255, 255, 255, 0.2) !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__terms {
      margin-bottom: 10px;
      padding: 1.13636rem;
      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;
      border-radius: 6px;
      background: #E7E6DB;
      font-size: 1rem;
      line-height: 1;
      padding-top: 25px !important; }
  .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
    border-top: none;
    margin: 0;
    padding: 0px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper:first-child {
      border: none;
      padding: 0px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-panel__button {
      font-size: 1.09091rem;
      color: #290A09;
      font-family: "Berani", sans-serif;
      letter-spacing: -0.24px;
      text-transform: uppercase;
      padding: 0px;
      line-height: 1;
      margin-bottom: 1.36364rem; }
  .wp-block-woocommerce-checkout .wc-block-components-order-summary {
    padding: 0 0 !important; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
      font-size: 0px;
      padding-top: 0px !important; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:not(:last-child) {
        padding-bottom: 0.90909rem;
        margin-bottom: 0.90909rem;
        position: relative; }
        .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:not(:last-child):after {
          content: "";
          background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/hr-four-layer.svg") !important;
          background-repeat: no-repeat !important;
          background-position: center !important;
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 3px;
          left: 0; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-name {
        font-size: 1.18182rem;
        font-family: "Berani", sans-serif;
        text-transform: uppercase;
        line-height: 1;
        color: #290A09;
        letter-spacing: -0.2px; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
        margin-top: 0px;
        padding-bottom: 0px;
        min-width: 4.31818rem;
        width: 4.54545rem; }
        .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
          max-width: unset;
          height: 5rem;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          border: 6px solid #FFF8EC;
          -webkit-box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1.67px 2.505px 0px rgba(0, 0, 0, 0.35); }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        padding-bottom: 0px;
        padding-left: 0.90909rem; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
        background-color: #FF9D00;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 24px;
        height: 24px;
        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;
        font-size: 14px;
        font-family: 'Omica';
        font-weight: 600;
        border: 1px #C9C8C0 solid; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
        color: #C60207;
        font-family: "Berani", sans-serif;
        font-size: 1rem;
        letter-spacing: -0.4px; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
        font-size: 0.90909rem;
        color: #C60207;
        font-family: "Berani", sans-serif;
        letter-spacing: -0.8px;
        text-transform: uppercase; }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none; }
  .wp-block-woocommerce-checkout .wc-block-components-totals-item {
    padding: 0px !important;
    margin-bottom: 20px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item span {
      font-size: 1.27273rem;
      font-family: "Berani", sans-serif;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      font-weight: 400; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item__value {
      color: #C60207;
      letter-spacing: -0.8px; }
      .wp-block-woocommerce-checkout .wc-block-components-totals-item__value span {
        font-size: 1.5rem;
        letter-spacing: -0.96px;
        color: #C60207;
        text-transform: uppercase; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item__label {
      font-size: 1.09091rem;
      letter-spacing: -0.24px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
      font-size: 1.27273rem; }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
    margin: 0.90909rem 0px 1.36364rem;
    padding: 1.36364rem 0px;
    border-top: 1px solid #C9C8C0;
    border-bottom: 1px solid #C9C8C0; }
  .wp-block-woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-checkout-step__heading {
    margin-bottom: 1.36364rem !important; }
  .wp-block-woocommerce-checkout .wc-block-components-product-price ins {
    font-size: 1.375rem; }
  .wp-block-woocommerce-checkout .wc-block-components-product-price__value .is-discounted {
    font-size: 1.5rem; }

.wc-block-components-validation-error > p {
  font-size: 16px; }

@media (max-width: 767px) {
  .woocommerce-account h4 {
    font-size: 36px; } }

.woocommerce-order-received .woocommerce-order {
  margin-bottom: 8.18182rem; }
  .woocommerce-order-received .woocommerce-order .order_details li {
    font-family: 'Omica';
    font-size: 1.09091rem;
    padding-right: 1.36364rem;
    margin-right: 1.36364rem;
    letter-spacing: 0.2px; }
    .woocommerce-order-received .woocommerce-order .order_details li strong {
      font-size: 1.09091rem;
      font-weight: 500; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details__title {
    font-size: 2.72727rem; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table thead tr th {
    font-size: 1.54545rem;
    font-family: "Berani", sans-serif;
    color: #290A09 !important;
    font-weight: 400;
    letter-spacing: 0.3px; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td a {
    font-size: 1.22727rem;
    color: #290A09;
    letter-spacing: 0.2px; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td strong {
    font-weight: 400; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td:last-child span {
    font-size: 1.22727rem;
    color: #C60207; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td .wc-item-meta {
    margin-left: 0; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td .wc-item-meta li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td .wc-item-meta li strong {
        font-size: 0.90909rem;
        color: #C60207; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td .wc-item-meta li p {
        font-size: 0.90909rem;
        @font-weight-normal;
        font-family: 'Omica';
        color: #C60207; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr th {
    font-size: 1.22727rem;
    font-family: "Berani", sans-serif;
    color: #290A09 !important;
    font-weight: 400;
    letter-spacing: 0.3px; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr td {
    font-family: "Berani", sans-serif;
    color: #C60207;
    font-size: 1.22727rem;
    font-weight: 400;
    letter-spacing: 0.3px; }
  .woocommerce-order-received .woocommerce-order .woocommerce-column__title {
    font-size: 2.72727rem; }

.ins-checkout-popup {
  left: -2px !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout {
    border-radius: 0.90909rem 0px 0px 0.90909rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns {
      width: 100% !important;
      bottom: 1.36364rem !important;
      left: 0 !important;
      padding: 0px 1.81818rem !important;
      background-color: transparent !important;
      border: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns .view-cart {
        display: none; }
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns a {
        font-family: "Berani", sans-serif;
        text-transform: uppercase;
        font-size: 0.90909rem !important;
        border-radius: 6px !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    height: auto;
    border-bottom: 1px solid #C9C8C0;
    border-radius: 0px;
    background-color: transparent !important; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
        padding: 1.27273rem 1.45455rem 1rem 1.45455rem; } }
    @media (min-width: 1024px) {
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
        padding: 1.90909rem 2.27273rem 1.22727rem 2.27273rem; } }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-header .ins-checkout-header-icon {
      display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-content {
    height: calc(100% - 200px) !important; }
    @media (max-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-content {
        overflow: auto; } }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-header-title {
    font-size: 1.09091rem;
    font-family: "Berani", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.24px;
    color: #290A09 !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-close {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    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;
    width: 35px;
    height: 35px; }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-close svg {
      width: 0.90909rem; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-content-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0px;
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-item-heading {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item:not(:last-child) {
      border-bottom: 1px #C9C8C0 solid;
      padding-bottom: 0.90909rem;
      margin-bottom: 0.90909rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item:hover {
      background-color: transparent; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-image a img {
        min-height: 4.31818rem;
        min-width: 4.31818rem;
        border-radius: 6px; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-price {
      display: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-product {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      gap: 0.90909rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title {
      padding-right: 10px; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title a {
        color: #290A09 !important;
        font-size: 0.81818rem !important;
        font-family: "Berani", sans-serif;
        letter-spacing: -0.2px;
        text-transform: uppercase;
        line-height: 1rem; }
        @media (min-width: 767px) {
          .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title a {
            font-size: 1.09091rem !important; } }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total {
      padding-left: 10px;
      text-align: right; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span {
        font-size: 0.81818rem !important;
        font-family: "Berani", sans-serif;
        letter-spacing: -0.96px;
        text-transform: uppercase; }
        .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span bdi {
          color: #C60207 !important; }
        @media (min-width: 767px) {
          .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span {
            font-size: 1.09091rem !important; } }
    @media (max-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-remove {
        display: none; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-inner.step-1.active {
    padding: 0px !important;
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-inner .ins-cart-step .cart_totals h2 {
    letter-spacing: -0.2px;
    font-size: 20px !important; }
  .ins-checkout-popup.ins-checkout-modern .woocommerce-cart-form {
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
    overflow-x: hidden;
    scrollbar-color: #C60207;
    padding: 10px 10px 0 !important;
    height: 100%; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
        max-height: calc(100vh - 430px);
        padding: 0.90909rem 0.90909rem 0 !important; } }
    @media (min-width: 1024px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
        padding: 1.81818rem 1.81818rem 0 !important; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap {
    gap: 0;
    border-radius: 4.8px;
    border: 0.889px solid #D9D9D9;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus {
      height: 35px !important;
      border-radius: 0px;
      background: rgba(1, 126, 89, 0.09);
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus rect, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus rect {
        fill: #290A09; }
      .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus path, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus path {
        fill: #290A09; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap input[type="number"] {
      background-color: transparent;
      border-radius: 0px !important;
      border: none !important;
      color: rgba(0, 48, 20, 0.8);
      font-size: 17px;
      letter-spacing: -0.168px;
      height: 32px !important;
      width: 1.09091rem !important;
      font-weight: 400; }
      @media (min-width: 767px) {
        .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap input[type="number"] {
          width: 2rem !important; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content {
    background-color: transparent;
    padding: 10px 10px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #C9C8C0;
    border-bottom: none;
    border-radius: 0px; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content .cart-subtotal {
      display: none; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content {
        padding: 1.59091rem 1.81818rem 0px; } }
  .ins-checkout-popup.ins-checkout-modern .ins-empty-cart-button {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-footer-cart-button .ins-cart-coupon {
    width: 100% !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon {
    padding: 0px;
    margin-bottom: 0.90909rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon input[type="text"] {
      border-radius: 4px;
      border: 1px solid #C9C8C0;
      color: rgba(0, 48, 20, 0.6);
      font-size: 1rem;
      padding: 10px 0.90909rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon button {
      width: 50% !important;
      background-color: #290A09 !important;
      font-size: 0.90909rem; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals h2 {
    letter-spacing: -0.2px !important;
    font-size: 0.90909rem !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .woocommerce-shipping-totals {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals .order-total td span {
    font-family: "Berani", sans-serif;
    font-size: 1rem !important;
    color: #C60207 !important;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    font-weight: 400 !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals .woocommerce-shipping-methods li {
    list-style: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals .woocommerce-shipping-methods li label {
      font-size: 14px;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals .woocommerce-shipping-methods li label {
          font-size: 1rem; } }
  .ins-checkout-popup .shop_table.shop_table_responsive {
    width: 100% !important; }

.i3-slider.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    .i3-slider.slick-slider .slick-slide:not(:first-child) {
      display: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide:not(:first-child) {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide:not(:first-child) {
    display: block;
    height: auto; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-prev,
  .i3-slider.slick-slider .slick-next {
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #C60207;
    color: FAF5ED;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 2rem;
    height: 2rem;
    z-index: 9;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider .slick-prev,
      .i3-slider.slick-slider .slick-next {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    .i3-slider.slick-slider .slick-prev:hover, .i3-slider.slick-slider .slick-prev:focus,
    .i3-slider.slick-slider .slick-next:hover,
    .i3-slider.slick-slider .slick-next:focus {
      outline: none;
      background: #290A09; }
      .i3-slider.slick-slider .slick-prev:hover:before, .i3-slider.slick-slider .slick-prev:focus:before,
      .i3-slider.slick-slider .slick-next:hover:before,
      .i3-slider.slick-slider .slick-next:focus:before {
        color: #FFF; }
    .i3-slider.slick-slider .slick-prev.slick-disabled,
    .i3-slider.slick-slider .slick-next.slick-disabled {
      pointer-events: none;
      opacity: .8; }
    .i3-slider.slick-slider .slick-prev:before,
    .i3-slider.slick-slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 1rem;
      line-height: 1;
      color: #EBE8E1; }
  .i3-slider.slick-slider .slick-prev {
    left: 0px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: -40px; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
    @media (min-width: 1200px) {
      .i3-slider.slick-slider .slick-prev {
        left: -40px; } }
    @media (min-width: 1600px) {
      .i3-slider.slick-slider .slick-prev {
        left: -90px; } }
  .i3-slider.slick-slider .slick-next {
    right: 0px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: -40px;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
    @media (min-width: 1200px) {
      .i3-slider.slick-slider .slick-next {
        right: -40px; } }
    @media (min-width: 1600px) {
      .i3-slider.slick-slider .slick-next {
        right: -90px; } }
  .i3-slider.slick-slider.\--style-updates .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .i3-slider.slick-slider.\--style-updates .slick-prev,
  .i3-slider.slick-slider.\--style-updates .slick-next {
    border-radius: 0px !important;
    position: absolute;
    padding: 0px !important;
    background: transparent;
    color: #C60207;
    width: auto; }
    .i3-slider.slick-slider.\--style-updates .slick-prev:hover, .i3-slider.slick-slider.\--style-updates .slick-prev:focus,
    .i3-slider.slick-slider.\--style-updates .slick-next:hover,
    .i3-slider.slick-slider.\--style-updates .slick-next:focus {
      outline: none;
      background: transparent !important; }
      .i3-slider.slick-slider.\--style-updates .slick-prev:hover:before, .i3-slider.slick-slider.\--style-updates .slick-prev:focus:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:hover:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:focus:before {
        color: #C60207 !important; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider.\--style-updates .slick-prev,
      .i3-slider.slick-slider.\--style-updates .slick-next {
        display: block !important; } }
    .i3-slider.slick-slider.\--style-updates .slick-prev:hover, .i3-slider.slick-slider.\--style-updates .slick-prev:focus,
    .i3-slider.slick-slider.\--style-updates .slick-next:hover,
    .i3-slider.slick-slider.\--style-updates .slick-next:focus {
      outline: none;
      background: #290A09; }
      .i3-slider.slick-slider.\--style-updates .slick-prev:hover:before, .i3-slider.slick-slider.\--style-updates .slick-prev:focus:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:hover:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:focus:before {
        color: #FFF; }
    .i3-slider.slick-slider.\--style-updates .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-updates .slick-next.slick-disabled {
      pointer-events: none;
      opacity: .8; }
    .i3-slider.slick-slider.\--style-updates .slick-prev:before,
    .i3-slider.slick-slider.\--style-updates .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-weight: 700;
      font-size: 1.18182rem;
      line-height: 1;
      color: #C60207; }
  .i3-slider.slick-slider.\--style-updates .slick-prev {
    left: -30px; }
  .i3-slider.slick-slider.\--style-updates .slick-next {
    right: -30px; }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%; }
    .i3-slider.slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      padding: 0;
      cursor: pointer;
      width: 30px;
      height: 3px;
      margin: 0 0.27273rem; }
      @media (min-width: 1100px) {
        .i3-slider.slick-slider .slick-dots li {
          width: 50px; } }
      .i3-slider.slick-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%; }
        .i3-slider.slick-slider .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: #C60207;
          text-align: center; }
      .i3-slider.slick-slider .slick-dots li.slick-active button:before {
        background-color: #FFF4E1; }
  @media (min-width: 1025px) {
    .i3-slider.slick-slider.\--style-review-slider .slick-list.draggable {
      overflow: visible; } }
  @media (min-width: 1025px) {
    .i3-slider.slick-slider.\--style-review-slider .slick-list.draggable .slick-track {
      margin-left: -40px; } }
  .i3-slider.slick-slider.\--style-review-slider .slick-list.draggable .slick-track .slick-slider {
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 1025px) {
      .i3-slider.slick-slider.\--style-review-slider .slick-list.draggable .slick-track .slick-slider {
        padding-left: 40px; } }
  .i3-slider.slick-slider.\--style-review-slider .slick-arrow {
    top: -120px; }
    .i3-slider.slick-slider.\--style-review-slider .slick-arrow.slick-next {
      background-color: transparent;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/circle-one.svg") !important;
      background-size: 100%;
      background-position: center;
      width: 3.04545rem;
      height: 3.13636rem;
      right: 20px; }
    .i3-slider.slick-slider.\--style-review-slider .slick-arrow.slick-prev {
      background-color: transparent;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/circle-two.svg") !important;
      background-size: 100%;
      background-position: center;
      width: 3.04545rem;
      height: 3.13636rem;
      right: 20px;
      left: unset;
      right: 95px; }
  .i3-slider.slick-slider.\--style-fancy-review-slider .slick-list.draggable {
    overflow: visible; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-fancy-review-slider .slick-list.draggable .slick-track {
        margin-left: -40px; } }
    .i3-slider.slick-slider.\--style-fancy-review-slider .slick-list.draggable .slick-track .slick-slider {
      padding-left: 5px;
      padding-right: 5px;
      height: 100%; }
      @media (min-width: 768px) {
        .i3-slider.slick-slider.\--style-fancy-review-slider .slick-list.draggable .slick-track .slick-slider {
          padding-left: 40px; } }
  .i3-slider.slick-slider.\--style-fancy-review-slider .slick-arrow {
    top: -120px; }
    .i3-slider.slick-slider.\--style-fancy-review-slider .slick-arrow.slick-next {
      background-color: transparent;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/cat-arrow-right.svg");
      background-size: 100%;
      background-position: center;
      width: 3.04545rem;
      height: 3.13636rem;
      right: 20px; }
    .i3-slider.slick-slider.\--style-fancy-review-slider .slick-arrow.slick-prev {
      background-color: transparent;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/cat-arrow-left.svg");
      background-size: 100%;
      background-position: center;
      width: 3.04545rem;
      height: 3.13636rem;
      right: 20px;
      left: unset;
      right: 95px; }
  .i3-slider.slick-slider.\--style-category-slider .slick-list.draggable {
    overflow: visible; }
  .i3-slider.slick-slider.\--style-category-slider .slick-arrow {
    top: -95px; }
    .i3-slider.slick-slider.\--style-category-slider .slick-arrow.slick-next {
      background-color: transparent;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/cat-arrow-right.svg");
      background-size: 100%;
      background-position: center;
      width: 3.04545rem;
      height: 3.13636rem;
      right: 20px; }
    .i3-slider.slick-slider.\--style-category-slider .slick-arrow.slick-prev {
      background-color: transparent;
      background-image: url("/wp-content/themes/jacktheripper-2025/_ui/media/cat-arrow-left.svg");
      background-size: 100%;
      background-position: center;
      width: 3.04545rem;
      height: 3.13636rem;
      right: 20px;
      left: unset;
      right: 90px; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
        margin-left: 5px;
        margin-right: 5px; } }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
        margin-left: -5px;
        margin-right: -5px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
        margin-left: 10px;
        margin-right: 10px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
        margin-left: -10px;
        margin-right: -10px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
        margin-left: 15px;
        margin-right: 15px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
        margin-left: 20px;
        margin-right: 20px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
        margin-left: -20px;
        margin-right: -20px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
        margin-left: 25px;
        margin-right: 25px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
        margin-left: -25px;
        margin-right: -25px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
        margin-left: 30px;
        margin-right: 30px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
        margin-left: -30px;
        margin-right: -30px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
        margin-left: 35px;
        margin-right: 35px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
        margin-left: -35px;
        margin-right: -35px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
        margin-left: 40px;
        margin-right: 40px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
        margin-left: -40px;
        margin-right: -40px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
        margin-left: 45px;
        margin-right: 45px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
        margin-left: -45px;
        margin-right: -45px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
        margin-left: 50px;
        margin-right: 50px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
        margin-left: -50px;
        margin-right: -50px; } }
  .i3-slider.slick-slider.\--style-equal-height-slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-product-gallery .slick-slide:not(.slick-current) {
    position: relative; }
    .i3-slider.slick-slider.\--style-product-gallery .slick-slide:not(.slick-current):after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #F1F0E8;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
  .i3-slider.slick-slider.\--style-product-gallery .slick-slide.slick-current + div:after {
    display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  overflow: hidden; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: #C60207;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
  border-radius: 50px; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url();
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
