/** Shopify CDN: Minification failed

Line 53:27 Expected identifier but found whitespace
Line 53:29 Unexpected "{"
Line 53:39 Expected ":"
Line 54:28 Expected identifier but found whitespace
Line 54:30 Unexpected "{"
Line 54:40 Expected ":"
Line 55:24 Expected identifier but found whitespace
Line 55:26 Unexpected "{"
Line 55:36 Expected ":"
Line 56:33 Expected identifier but found whitespace
... and 56 more hidden warnings

**/
body.amphibian-limited-green{ 
  background-color: #1C1B10 !important;
}
.amphibian-limited-green .page-container{
  background: url('/cdn/shop/files/bg_amphibian-gt.webp?v=1752596170') no-repeat center top;
  background-size: contain;
}
.amphibian-limited-green .featured-product .oc_productinfo.product__info, .amphibian-limited-green .product__media, .amphibian-limited-green .featured-product{
  background-color: var(--color-no-background);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.amphibian-limited-green .image-with-text.with-background {
    color: rgb(var(--color-base-text));
    background: var(--color-no-background);
    background-color: var(--color-no-background));
}

.amphibian-limited-green .section {
  color:rgb(var(--color-base-text));
}
.amphibian-limited-green .section .header__buttons, .amphibian-limited-green .header__menu button, .amphibian-limited-green .header__menu a{
  color:rgb(23 23 23);
}
.amphibian-limited-green .product-sticky-form.product-sticky-form .product-sticky-form__card {
  background-color: #000000 !important;
}
.icon .fill {
    fill: rgb(var(--color-foreground));
}
.quantity .quantity__button {
  border-color:rgb(var(--color-base-text));
}
 :root {
    /*! General */
    --color-base-text: 255 255 255;
    --color-foreground: 239 219 179;
    --color-base-highlight: {{ settings.color_highlight.rgb }};
    --color-base-background: {{ settings.color_background.rgb }};
    --color-base-button: {{ settings.color_button_background.rgb }};
    --color-base-button-gradient: {% if settings.color_button_gradient != blank %}{{ settings.color_button_gradient }}{% else %}{{ settings.color_button_background }}{% endif %};
    --color-base-button-text: {{ settings.color_button_text.rgb }};
    --color-keyboard-focus: {{ settings.color_keyboard_focus.rgb }};
    --color-shadow: {{ settings.color_shadow.rgb }};
    --color-price: {{ settings.color_price.rgb }};
    --color-sale-price: {{ settings.color_sale_price.rgb }};
    --color-sale-tag: {{ settings.color_sale_tag.rgb }};
    --color-sale-tag-text: {{ settings.color_sale_tag_text.rgb }};
    --color-rating: {{ settings.color_rating.rgb }};
    --color-placeholder: {{ settings.color_image_background.rgb }};
    --color-success-text: {{ settings.color_success_text.rgb }};
    --color-success-background: {{ settings.color_success_background.rgb }};
    --color-error-text: {{ settings.color_error_text.rgb }};
    --color-error-background: {{ settings.color_error_background.rgb }};
    --color-info-text: {{ settings.color_info_text.rgb }};
    --color-info-background: {{ settings.color_info_background.rgb }};
    --color-no-background: transparent;       

    --jdgm-primary-color: rgb(255 255 255) !important;
    --jdgm-secondary-color: rgba(255, 255, 255, 0.1) !important;
    --jdgm-star-color: rgb(239 219 179) !important;
    --jdgm-write-review-text-color: rgba(255, 255, 255, 1) !important;
    --jdgm-write-review-bg-color : rgb(255 255 255) !important;
    --jdgm-paginate-color:  rgb(255 255 255) !important;
    --jdgm-border-radius: 0 !important;
    --jdgm-reviewer-name-color:  rgb(255 255 255) !important;
}
.amphibian-limited-green .quantity__button svg path{
    fill: rgb(var(--color-foreground));
}
.amphibian-limited-green .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: rgb(var(--color-foreground));
}
.amphibian-limited-green .write-rev-link.jdgm-write-rev-link, .amphibian-limited-green a.jdgm-write-rev-link {
    color: #1C1B10 !important;
    background-color: rgb(var(--color-foreground)) !important;
}
.amphibian-limited-green button.product-form__submit.button.button--primary{
  background-color: rgb(var(--color-foreground)) !important;
  color: #1C1B10 !important;
}
.product__accordion[aria-expanded="false"] .details__summary::after {
    content:'＋';
}
.product__accordion[aria-expanded="true"] .details__summary::after {
    content:'－';
}
.oc_icon-with-text__item img {
    filter: invert(1) saturate(0);
}
.product-sticky-form .button {
  background-color: rgb(var(--color-foreground)) !important;
  color: #1C1B10 !important;
}