/* line 1, app/assets/stylesheets/active_admin-luckyladds.scss */
img.sm-thumbnail {
  width: 4rem;
}

/* line 5, app/assets/stylesheets/active_admin-luckyladds.scss */
img.md-thumbnail {
  width: 8rem;
}

/* line 9, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin {
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .col-created_at,
body.active_admin .col-updated_at,
body.active_admin .col-starts_at {
  white-space: nowrap;
}

/* line 18, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag {
  --active: dodgerblue;
  --completed: black;
  --error: red;
  --new: lightgreen;
  --none: lightgray;
  --note: blue;
  --ok: green;
  --success: gold;
  --warn: darkorange;
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.active {
  background-color: var(--active);
}

/* line 33, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.draft {
  background-color: var(--new);
}

/* line 34, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.responded {
  background-color: var(--active);
}

/* line 35, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.quoted {
  background-color: var(--active);
}

/* line 36, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.confirmed {
  background-color: var(--active);
}

/* line 37, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.invoiced {
  background-color: var(--success);
}

/* line 38, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.paid {
  background-color: var(--ok);
}

/* line 39, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.disputed {
  background-color: var(--error);
}

/* line 42, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.archived {
  background-color: var(--none);
}

/* line 43, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.cancelled {
  background-color: var(--none);
}

/* line 44, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.closed {
  background-color: var(--none);
}

/* line 45, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.completed {
  background-color: var(--completed);
}

/* line 46, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.refunded {
  background-color: var(--completed);
}

/* line 49, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.ok {
  background-color: var(--ok);
}

/* line 50, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.warn {
  background-color: var(--warn);
}

/* line 51, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.error {
  background-color: var(--error);
}

/* line 53, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.listed {
  background-color: var(--note);
}

/* line 54, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.missing {
  background-color: var(--warn);
}

/* line 55, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.none {
  background-color: var(--none);
}

/* line 56, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.note {
  background-color: var(--note);
}

/* line 57, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .status_tag.published {
  background-color: var(--note);
}

/* line 61, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .col.reorder-handle-col {
  text-align: center;
  width: 50px;
}

/* line 66, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .col.col-pages, body.active_admin .col.col-blocks, body.active_admin .col.col-position {
  text-align: center;
  width: 100px;
}

/* line 73, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .col.col-description-tag {
  text-align: left;
}

/* line 79, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-blocks,
body.active_admin .index_table .col-content,
body.active_admin .index_table .col-pages,
body.active_admin .index_table .col-routes {
  text-align: left;
}

/* line 86, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-begins_on,
body.active_admin .index_table .col-colors,
body.active_admin .index_table .col-count,
body.active_admin .index_table .col-cover_image,
body.active_admin .index_table .col-expires_on,
body.active_admin .index_table .col-features,
body.active_admin .index_table .col-heading,
body.active_admin .index_table .col-headline,
body.active_admin .index_table .col-id,
body.active_admin .index_table .col-images,
body.active_admin .index_table .col-ingredients,
body.active_admin .index_table .col-locations,
body.active_admin .index_table .col-prices,
body.active_admin .index_table .col-products,
body.active_admin .index_table .col-seo_description,
body.active_admin .index_table .col-seo_keywords,
body.active_admin .index_table .col-seo_name,
body.active_admin .index_table .col-seo_complex,
body.active_admin .index_table .col-seo_title,
body.active_admin .index_table .col-short_description,
body.active_admin .index_table .col-tags,
body.active_admin .index_table .col-traits,
body.active_admin .index_table .col-yt_comp_video,
body.active_admin .index_table .col-guests {
  text-align: center;
}

/* line 113, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-price,
body.active_admin .index_table .col-price_per_hour {
  text-align: right;
}

/* line 118, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-contact {
  white-space: nowrap;
}

/* line 122, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-colors {
  text-align: left;
}

/* line 124, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-colors > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
}

/* line 132, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-seo_complex {
  text-align: center;
}

/* line 134, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_table .col-seo_complex > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

/* line 144, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_as_block .engagement {
  margin-bottom: 1rem;
}

/* line 158, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin #index_table_ladds td {
  vertical-align: middle;
}

/* line 164, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin #index_table_testimonials .col-description {
  text-align: left;
}

/* line 172, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .attributes_table .row-color th, body.active_admin .attributes_table .row-color td,
body.active_admin .attributes_table .row-content_color th,
body.active_admin .attributes_table .row-content_color td {
  vertical-align: middle;
}

/* line 179, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin #attributes_table_product_prices .col-value {
  text-align: right;
}

/* line 183, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin #attributes_table_product_prices .col-description {
  text-align: center;
}

/* line 189, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin #attributes_table_page_blocks .col-colors {
  text-align: left;
}

/* line 191, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin #attributes_table_page_blocks .col-colors > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}

/* line 201, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .tags_counts_table .col-taggable_type,
body.active_admin .tags_counts_table .col-context {
  width: 50%;
}

/* line 208, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin form.formtastic input[type="date"] {
  width: auto;
}

/* line 212, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin form.formtastic input[type="color"] {
  border: 0;
}

/* line 217, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_subtable {
  margin-bottom: 0;
}

/* line 220, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_subtable .col-content_value,
body.active_admin .index_subtable .col-color_value {
  text-align: right;
}

/* line 226, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_subtable tr:first-child td {
  padding-top: 0;
}

/* line 232, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin .index_subtable tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 240, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1rem;
  row-gap: 2rem;
}

/* line 247, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block figure {
  margin: 0;
}

/* line 251, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block figcaption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 0.25rem 0.5rem;
}

/* line 258, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block figcaption a {
  color: white;
  text-decoration: none;
}

/* line 263, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block figcaption.published {
  background-color: green;
}

/* line 266, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block figcaption.draft {
  background-color: darkorange;
}

/* line 269, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_images .index.index_as_block figcaption.archived {
  background-color: gray;
}

/* line 280, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin form.page li#page_seo_keyword_ids_input ol {
  columns: 2;
}

/* line 285, app/assets/stylesheets/active_admin-luckyladds.scss */
.reorder-handle-col {
  width: 550px;
}

/* line 293, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin.admin_ladds.show table.locations .col.reorder-handle-col {
  width: 150px;
}

/* line 302, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin form.ladd li#ladd_locations_input ol {
  columns: 2;
}

/* line 308, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin form.faq li#faq_tags_input ol.choices-group {
  columns: 2;
}

/* line 315, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin img.published {
  border: 2px solid green;
}

/* line 319, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin img.draft {
  border: 2px dashed darkorange;
}

/* line 323, app/assets/stylesheets/active_admin-luckyladds.scss */
body.active_admin img.archived {
  border: 2px solid gray;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
.bg-cocktail-gradient {
    background-image: url(//www.uppercoomeraclasses.com.au/ucc/assets/bg-cocktail-gradient-aa9a8bba12ebbf51ec9b0c07b48c59dade19752e3e4baaedc9fa0b76d6191cdf.png)
}

.bg-v-rainbow {
    background: rgb(255, 255, 255);
    background: 
        linear-gradient(
            180deg,
            rgba(253,224,71,1) 0%,
            rgba(253,224,71,1) 13%,
            rgba(115,115,115,1) 13%,
            rgba(115,115,115,1) 16%,
            rgba(34,211,238,1) 16%,
            rgba(34,211,238,1) 29%,
            rgba(168,162,158,1) 29%,
            rgba(168,162,158,1) 34%,
            rgba(104,33,33,1) 34%,
            rgba(104,33,33,1) 37%,
            rgba(236,72,153,1) 37%,
            rgba(236,72,153,1) 43%,
            rgba(157,23,77,1) 43%,
            rgba(157,23,77,1) 56%,
            rgba(251,146,60,1) 56%,
            rgba(251,146,60,1) 59%,
            rgba(115,115,115,1) 59%,
            rgba(115,115,115,1) 65%,
            rgba(34,211,238,1) 65%,
            rgba(34,211,238,1) 70%,
            rgba(163,230,53,1) 70%,
            rgba(163,230,53,1) 82%,
            rgba(115,115,115,1) 82%,
            rgba(115,115,115,1) 86%,
            rgba(236,72,153,1) 86%,
            rgba(236,72,153,1) 92%,
            rgba(34,211,238,1) 92%,
            rgba(34,211,238,1) 100%
        )
        repeat top;
    background-size: auto 50vh;
    background-position: top;
}
@media (max-width: 1023px) {
    #cocktails-index > :nth-child(4n-1) {
        grid-column-start: 2;
    }
}

@media (min-width: 1024px) {
    #cocktails-index > :nth-child(8n-3) {
        grid-column-start: 2;
    }
    #cocktails-index > :nth-child(8n-1) {
        grid-column-start: 4;
    }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.field_with_errors > input,
.field_with_errors > select {
    border-width: 2px;
    border-color: #dc2626;
}

.field_with_errors > label {
    color: #dc2626;
}
.juicer-feed > h1.referral {
  display: none !important;
}
.flickity-button-icon {
    fill: #ffffff
}

button.flickity-button:hover {
    background-color: #22d3ee
}
.markdown p {
    margin-top: 0.5rem;

    &:first-of-type {
        margin-top: 0;
    }
}
@font-face { 
  font-family: 'pacifico';
  src: 
    url(//www.uppercoomeraclasses.com.au/ucc/assets/pacifico-webfont-dbde249b4912ea5aec0a5f2b95946ebe29b16c138a8dcbf2f1e5c9a5635cb3ca.woff2) format('woff2'),
    url(//www.uppercoomeraclasses.com.au/ucc/assets/pacifico-webfont-72434b31cc9664e580d320a8f954a4bf9840379eee9af6cf557d9dc31ad861a0.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
@media (min-width: 1024px) {
    #products-index > :nth-child(4n-1) {
        grid-column-start: 2;
    }
}
@font-face { font-family: 'rocksalt'; src: url(//www.uppercoomeraclasses.com.au/ucc/assets/RockSalt-Regular-8d36e6bf44d086e012097f04a6529c6c110501666237d1fff51f05ad92dfc99e.ttf) format('truetype'), font-weight: normal; font-style: normal; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
