/** Shopify CDN: Minification failed

Line 864:1 Unexpected "*"
Line 1100:3 Unexpected "*"
Line 1508:26 Unexpected "'.shopify-challenge__button'"
Line 2727:2 "displat" is not a known CSS property
Line 4274:10 Unexpected "/"
Line 4616:1 Expected identifier but found "."
Line 5462:2 "font-wieght" is not a known CSS property
Line 5735:2 "font-wieght" is not a known CSS property
Line 6105:17 Expected ":"
Line 6116:17 Expected ":"

**/
.magenta {
  color: #f00e83;
  font-weight: bold;
  text-transform: uppercase;
}
#temp-tp-wrapper {
  margin-top: 0; 
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

#temp-tp-wrapper * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#temp-tp-wrapper .widget{
    align-items: center;
}

#temp-tp-wrapper .tp-widget-rating {
    white-space: nowrap;
}
.section-wrapper{
  width: 100%;
  margin: 50px auto;
}
  
.saver-progress-outer-container {
  margin: 0px auto;
  max-width: 900px;
}



@media (min-width: 1024px) {
  .saver-progress-outer-container {
    max-width: 100%;
  }
}

.bundle-header{
  z-index:2;
  top:-1px;
}

.cart-bundle-counter {
    height: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    right: 0px;
      left: 0px;
    bottom: 0px;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #0000002e;
}
@media (min-width: 1024px) {
  .bundle-header{
        max-height:300px;
    }
}
#quick-view-in-bundle {
    /* display:none !important; */
}
  
.saver-progress-inner-wrapper {
  position: relative;
}
     
.saver-progress-inner,
.progress-flip-side{
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
        
.saver-row{
  display: flex;
  margin: 5px 0px;
}

.progreess-bar-top-row{
  display: flex;
  justify-content: space-between;
}

.progess-bar-section {
  text-align: right;
  width: 50%;
}

.progess-bar-section-two{
  text-align: right;
  width: 50%;
}

.price-per-pair{
   text-align: left;
}

.milestone-puesdo-one::after,
.milestone-puesdo-two::after,
.milestone-puesdo-three::after{
  /* content: "|";
  position: absolute;
  bottom: 26px;
  transform: translateX(-2px) */
}
  
.saver-progress-inner{
  padding: 10px;
}

.saver-progress-bar{
  background-color: #eaecee;
  height: 12px;
  width: 100%;
  position: relative;
  display: block;
}
.saver-progress-bar-from-cart{
  height: 12px;
  width: 100%;
  position: absolute;
  display: block;
}

.progreess::before{
  border-radius: 5px 0 0 5px;
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  width: calc(var(--width, 0));
  max-width: calc(100% - .2em);
  background-color: #f00e83;
  transition: width 0.3s;
}
.progreess-from-cart::before{
  border-radius: 5px 0 0 5px;
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  width: calc(var(--width, 0));
  max-width: calc(100% - .2em);
  background-color: #f00f83;
  transition: width 0.3s;
}

.product-variant__item.product-variant__item--color.product-variant-image-selector :after{
  display: none !important;
}

.translate {
 transform: translateX(12px);  
}

.translate-two {
   transform: translateX(-20px); 
   position: absolute;
}
  
.progress-flip-side{
  transform: rotateY(180deg);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.tick {
  height: 90px;
  width: 90px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(4018%) hue-rotate(318deg) brightness(94%) contrast(100%);
  margin: auto;
}    
    
@media only screen and (max-width: 362px) {    
.milestone-puesdo-one::after,
.milestone-puesdo-two::after,
.milestone-puesdo-three::after{
  bottom: 68px;
}
}
.tw-font-bebas {
  font-family: 'Bebas Neue' !important;
  font-display: swap;
}

/**
.tw-font-mulish {
  font-family: 'Mulish' !important;
  font-display: swap;
}
**/

.tw-bg-navy {

  background: #02387e;

}

.tw-bg-orange {

  background: #f28e02;

}
body.sidebar-move {
  right:0px !important;
}

.tw-lovely-shadow {

	box-shadow: 0 0 1px rgba(66, 71, 76, 0.32), 0 4px 8px rgba(66, 71, 76, 0.06), 0 8px 48px rgba(238, 238, 238, 1);

}

.wisp_count {
  background:#f00f83 !important;
}

.bell-icon-wrap {
    width: 35px;
    position: relative;
    min-height: 40px;
}
.bell-icon-placeholder {
    width:100%;
    height:42px;
    position:absolute;
     top:0px;
    left:0px;
}
.bell-icon-animation-wrap{ 
    width:100%;
    height:100%;
    position:absolute;
     top:0px;
    left:0px;
    
}

#animation-container .animation svg{
    background:#fff;
}

.bg-lightgreen {
	background: #e9f1d7;
}
.bg-pattern {
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../img/pattern.png');
}
.card-shadow {
    box-shadow: 3px 3px #fff, 4px 4px #000, 7px 7px #fff, 8px 8px #000;
}
.box-shadow {
    box-shadow: 2px 2px #000;
}
.box-shadow-lg {
    box-shadow: 3px 3px #000;
}
.box-shadow-pink {
    box-shadow: 2px 2px #eb84d5;
}
.box-shadow-green-yellow {
    box-shadow: inset 2px 2px #b9ffd6, 2px 2px #e1df77;
}
.btn-shadow {
    box-shadow: 0 2px #000;
}
.btn-shadow:active {
    top: 2px;
    box-shadow: none;
}
.btn-shadow-lg {
    box-shadow: 3px 3px #000;
}
.btn-shadow-lg:active {
    top: 3px;
    left: 3px;
    box-shadow: none;
}

.btn-shadow-outline {
   box-shadow: 3px 3px #000;
}

.btn-shadow-outline:active {
  box-shadow: none;
}

.tw-bg-purple-200 {

	background-color: rgba(221,214,254, 1);
  
}

.tw-min-h-8 {
    min-height: 2rem;
}


.js-address-wrapper input[type=checkbox], .js-address-wrapper input[type=radio] {
    border: 2px black solid;
    border-radius: 0.375rem;
}

.js-address-wrapper input[type=checkbox]:focus, .js-address-wrapper input[type=radio]:focus {
    ring-color: transparent;
}

.js-address-wrapper input[type=checkbox]:checked, .js-address-wrapper input[type=radio]:checked {
    border: 2px black solid;
    background: #F00F83 !important;
    border-radius: 0.375rem;
}


.swiper-button-prev:after, .swiper-button-next:after {

  -webkit-filter: brightness(0.5) invert(0.6);
  filter: brightness(0.5) invert(0.6);
  color: black;
  mix-blend-mode: screen;

}


.js-address-wrapper:hover {

    box-shadow: inset 2px 2px #b9ffd6, 2px 2px #e1df77 !important;
  
}

.warning-overlay:before  {
  
    animation-name: background-gradient-animation;
    animation-duration: 8s;
    animation-iteration-count: 4;
  	content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180vw;
    height: 100vh;
    transform: translate3d(-25%, 0%, 0px);
    -webkit-mask-image: radial-gradient(farthest-side at 50% 50%, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg,rgba(0,159,226,1),rgba(240,15,131,1));
    opacity: 0.4;
    filter: hue-rotate(0deg);
}


.instagram-square {

	max-width: 20rem;
  	max-height: 20rem;

}

.klaviyo-min-h {

  min-height: 360px;

}




/** LOGIN PAGE **/

    .login-wrap {
        grid-template-columns: 45fr 55fr;
    }

.custom-checkbox input:checked + div {
    background: #2f7d39 url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 10" fill="%23fff"%3E%3Cpath d="M4.76 10L.07 5.75l.87-.96 3.78 3.42L13.02 0l.91.92L4.76 10z"/%3E%3C/svg%3E') no-repeat center;
    border-color: #2f7d39;
}
.custom-radio input:checked + div span {
    display: block;
}

      .tw-leading-initial {
        	line-height:initial;
      }





















/** Index **/


.font-times {
    font-family: 'TimesNow';
}
.fz-14 {
    font-size: 14px;
}
.fz-19 {
    font-size: 19px;
}
.fz-24 {
    font-size: 24px;
}
.fz-25 {
    font-size: 25px;
}
.fz-28 {
    font-size: 28px;
}
.fz-32 {
    font-size: 32px;
}
.fz-40 {
    font-size: 40px;
    line-height: 1;
}
.fz-54 {
    font-size: 54px;
}
.text-gray {
    color: #6b818c;
}
.text-green,
.hover\:text-green:hover {
    color: #2f7d39;
}
.text-darkgreen {
    color: #003030;
}
.bg-gray {
    background-color: #dde0e5;
}
.bg-lightgray {
    background-color: #f9f9f9;
}
.bg-mint {
    background-color: #dae7d4;
}
.bg-green {
    background-color: #2f7d39;
}
.bg-darkgreen {
    background-color: #003030;
}
.bg-persimmon {
    background-color: #d96535;
}
.border-green {
    border-color: #2f7d39;
}
.border-darkgreen {
    border-color: #003030;
}
.border-3 {
    border-width: 0.15rem;
}
.custom-checkbox input:checked + div {
    background: #2f7d39 url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 10" fill="%23fff"%3E%3Cpath d="M4.76 10L.07 5.75l.87-.96 3.78 3.42L13.02 0l.91.92L4.76 10z"/%3E%3C/svg%3E') no-repeat center;
    border-color: #2f7d39;
}
.custom-radio input:checked + div span {
    display: block;
}
.custom-switch #sw-left:checked + label,
.custom-switch #sw-right:checked ~ label {
    font-weight: 600;
}
.custom-switch #sw-left:checked ~ .toggle span {
    transform: translateX(0);
}
.custom-switch #sw-right:checked ~ .toggle span {
    transform: translateX(35px);
}
.custom-select {
    appearance: none;
    background: #fff url('../img/select_arrow.webp') no-repeat calc(100% - 10px) 15px;
}
.header {
    transition: background-color 0.3s, padding 0.3s;
}
.header-sticky,
.header-hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #002f30;
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 18px 0;
}
.header-sticky .logo-text,
.header-sticky .shop-link {
    opacity: 0;
}
.header-sticky .logo-icon,
.header-sticky .logo-green,
.header-sticky .agi-link {
    opacity: 1;
}
.side-menu {
    z-index: 1050;
}
.side-menu.in,
.side-menu.in .modal-dialog {
    left: 0;
}
.side-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
}
.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}
.no-scroll .header {
    width: calc(100% - 17px);
}
.image-scoop {
    width: 100%;
    min-height: 155px;
    max-height: 40vh;
}
.grid-scoop > div:nth-child(odd) {
    grid-column-start: 2;
}
.grid-scoop > div:nth-child(even) {
    grid-column-start: 4;
}
.offer-inner {
    height: calc(100% - 27px);
}
.menu-reviews .active {
    color: #003030;
    border-color: #003030;
}
.slick-slider {
    display: none;
}
.slick-initialized {
    display: block;
}
.slick-slider.slick-dotted {
    margin-bottom: 10px;
}
.slick-list.draggable {
    cursor: grab;
}
.slick-prev,
.slick-next {
    top: 25%;
    width: auto;
}
.benefits-prev-arrow,
.benefits-next-arrow {
    top: 50%;
}
.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
}
.slick-nav .slick-dots,
.scoop-nav .slick-dots,
.benefits-nav .slick-dots {
    position: static;
}
.slick-dots li {
  
    width:auto;
    margin-top: 1px;
}
.slick-dots li button {
    width: 3px;
    height: 3px; 
    background-color: #2e2e2d;
    opacity: 0.2;
    border-radius: 50%;
    padding: 5px;   
}

.slick-dots li.slick-active button {
    opacity: 1;
    width: 32px;
    height: 3px;
    border-radius: 10px;
}



.slick-testimonials .slick-track {
    display: flex;
}
.slick-testimonials .slick-track,
.slick-testimonials .slick-list {
    height: 100%;
}


.ratio {
    position: relative;
    width: 100%;
}
/**
.ratio:before {
    content: '';
    display: block;
    padding-top: var(--aspect-ratio);
}

**/
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**
.ratio-1x1 {
    --aspect-ratio: 100%;
}
.ratio-4x3 {
    --aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-6x4 {
    --aspect-ratio: calc(4 / 6 * 100%);
}
.ratio-16x9 {
    --aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --aspect-ratio: calc(9 / 21 * 100%);
}
.ratio-22x9 {
    --aspect-ratio: calc(9 / 21.6 * 100%);
}
.ratio-34 {
    --aspect-ratio: 34.7222%;
}
.ratio-40 {
    --aspect-ratio: 40%;
}
.ratio-52 {
    --aspect-ratio: 52%;
}
.ratio-60 {
    --aspect-ratio: 60%;
}
.ratio-120 {
    --aspect-ratio: 120%;
}
.ratio-169 {
    --aspect-ratio: 169.3%;
}
**/
@media (max-width: 768px){
  .free-gift-scroll-shown .site-nav-container{
    height:100%;
    overflow-y: hidden !important;
  }
}


.shape {
    padding: 60px 30px 0;
    margin-bottom: 80px;
}
.shape:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #2f7d39;
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
    z-index: -1;
}
.shape:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 80px;
    right: 0;
    height: 80px;
    display: block;
    background-color: #2f7d39;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 39px;
    z-index: -1;
}
.shape .layer {
    position: absolute;
    left: 80px;
    bottom: 0;
    z-index: -1;
    transform: rotate(45deg);
}
.shape .layer:before {
    content: '';
    position: absolute;
    width: 135px;
    height: 135px;
    display: block;
    border-radius: 39px;
    background-color: #2f7d39;
    transform: translateX(-50%) translateY(-50%);
}
.testimonials .layer {
    position: absolute;
    top: 0;
    left: 100%;
    width: 160px;
    height: 100%;
    fill: #fff;
}
.slick-about .layer {
    position: absolute;
    top: -64px;
    left: 0;
    border-bottom: 65px solid #fff;
    border-left: 100vw solid transparent;
}
.logo-hero {
    width: 222px;
}
.tabs-facts .active {
    color: #2f7d39;
}
.tabs-facts .active .plus-circle {
    color: #2f7d39;
    border-color: #2f7d39;
    transform: rotate(90deg);
}
.tabs-facts-inline button span {
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}
.tabs-horizontal .active {
    color: #2f7d39;
    background-color: #dae7d4;
}
.tabs-ingredients li {
    width: 155px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: auto;
}
.tabs-ingredients .active {
    color: #2f7d39;
    font-weight: 600;
    text-decoration: underline;
}
.tabs-content .accordion-item .accordion-header img:first-of-type {
    display: block;
}
.tabs-content .accordion-item .accordion-header img:last-of-type {
    display: none;
}
.tabs-content .accordion-item.active .accordion-header img:first-of-type {
    display: none;
}
.tabs-content .accordion-item.active .accordion-header img:last-of-type {
    display: block;
}
.brands .active {
    opacity: 1;
    filter: brightness(10);
}
.webui-popover {
    border: 2px solid #003030;
    box-shadow: none;
    border-radius: 0;
}
.webui-popover-inner {
    color: #003030;
    text-align: center;
    padding: 33px 45px;
}
.webui-popover-title {
    line-height: 25px;
    letter-spacing: 1px;
    border: none !important;
}
.webui-popover-content {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.1px;
    padding: 5px !important;
    margin-top: 0;
}
.webui-popover .close {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #003030;
    text-shadow: none;
    font-family: inherit;
    font-size: 25px;
    opacity: 1;
    display: none;
}
.webui-popover-inverse {
    background-color: #003030;
}
.webui-popover-inverse .webui-popover-inner {
    color: #fff;
}
.webui-popover-inverse .webui-popover-title {
    background: none;
}
.webui-popover-inverse .close {
    color: #fff;
}
**/
.nice-scroll {
    min-height: 355px;
}
.nice-select {
    border-radius: 20px;
    transition: none;
}
.nice-select:after {
    width: 7px;
    height: 7px;
    right: 20px;
    margin-top: -5px;
    border-color: #003030;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #dae7d4;
}
.facts-select {
    font-size: 17px;
    font-weight: 600;
}
.facts-select.open,
.facts-select:hover,
.facts-select:active,
.facts-select:focus {
    border-color: #003030;
}
.facts-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.facts-select .list {
    left: -1px;
    margin-top: 1px;
    width: calc(100% + 2px);
    border-radius: 0 0 20px 20px;
    border: 1px solid #003030;
    border-top: none;
}
.facts-select .option:not(:last-child) {
    border-bottom: 1px solid #003030;
}
.nice-select:after {
    width: 10px;
    height: 10px;
    border: none;
    background-image: url('../img/dropdown.svg');
    background-size: 10px 10px;
    transform: none !important;
}
.footer-select {
    line-height: 38px;
}
.footer-select.open,
.footer-select:hover,
.footer-select:active,
.footer-select:focus {
    border-color: #fff;
}
.footer-select .list {
    top: auto;
    bottom: 100%;
    color: #003030;
}
.footer-select .option:not(:last-child) {
    border-bottom: 1px solid #dae7d4;
}
.footer-select .option.selected {
    position: relative;
}
.footer-select .option.selected.focus {
    background-color: #fff;
}
.footer-select .option.selected.focus:hover {
    background-color: #dae7d4;
}
.footer-select .option.selected:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('../img/check.svg');
    background-size: 14px 14px;
    filter: brightness(0.3);
    transform: translate(10px, 2px);
}
.tabs-vertical:not(.active) {
    display: none;
}
.footer-menu {
    grid-area: menu;
}
.newsletter {
    grid-area: newsletter;
}
.social {
    grid-area: social;
}
.footer-logo {
    grid-area: logo;
}
.footer-info {
    grid-area: info;
}
.footer-selects {
    grid-area: selects;
}
.footer-links {
    grid-area: links;
}
.copyright {
    grid-area: copyright;
}
@media (min-width: 768px) {
    .md\:fz-18 {
        font-size: 18px;
    }
    .md\:fz-28 {
        font-size: 28px;
    }
    .md\:fz-34 {
        font-size: 34px;
    }
    .md\:fz-54 {
        font-size: 54px;
    }
    .md\:fz-75 {
        font-size: 75px;
        line-height: 70px;
        letter-spacing: -1px;
    }
  	/**
    .md\:ratio-1x1 {
        --aspect-ratio: 100%;
    }
    .md\:ratio-40 {
        --aspect-ratio: 40%;
    }
    .md\:ratio-52 {
        --aspect-ratio: 52%;
    }
  **/
    .login-wrap {
        grid-template-columns: 45fr 55fr;
    }
    .image-scoop {
        height: 350px;
    }
    .grid-scoop {
        grid-template-columns: 0 45% auto 45% 0;
    }
    .grid-scoop > div {
        margin-top: 60px;
    }
    .revealer {
        opacity: 0;
        transform: translateY(15px);
        transition: 1s;
    }
    .revealed {
        opacity: 1;
        transform: translateY(0);
    }
    .grid-section {
        grid-template-areas: 'line image' 'content image';
        grid-template-columns: 1fr calc(50% - 3.7rem);
    }
    .grid-section-reverse {
        grid-template-areas: 'image line' 'image content';
        grid-template-columns: calc(50% - 3.7rem) 1fr;
    }
    .area-line {
        grid-area: line;
    }
    .area-image {
        grid-area: image;
    }
    .area-content {
        grid-area: content;
    }
    .slick-reviews .slick-list {
        margin: 0 -10px;
    }
    .slick-reviews .slick-slide {
        padding: 0 10px;
    }
    .testimonials,
    .slick-about-wrap {
        max-height: 600px;
    }
    .slick-about-wrap {
        width: calc(100% + 160px);
        margin-left: -6px;
    }
    .slick-about .slick-track,
    .slick-about .slick-list {
        height: 100%;
    }
    .slick-about .slick-list {
        margin: 0 -3px;
    }
    .slick-about .slick-slide {
        padding: 0 3px;
    }
    .slick-prev {
        left: 20px;
    }
    .slick-next {
        right: 20px;
    }
    .testimonials {
        width: 360px;
    }
    .logo-hero {
        width: 333px;
    }
    .side-menu,
    .modal-dialog {
        width: 50vw;
        max-width: 720px;
    }
    .side-menu ul li a,
    .tabs-facts-inline {
        line-height: 55px;
    }
    .tabs-facts-inline button span {
        text-underline-offset: 6px;
        text-decoration-thickness: 3px;
    }
    .grid-footer-first {
        grid-template-areas: 'menu newsletter' 'social social';
        grid-template-columns: 50% 192px;
    }
  **/
}
.free-gift-content .slick-prev {
    background: transparent;
    top: 108%;
    z-index: 3;
    left: 0px;
}
.free-gift-content .slick-prev:before {
    content: "❰";
    font-size: 20px;
    color: #000000;
}
.free-gift-content .slick-next {
    background: transparent;
    top: 108%;
    z-index: 3;
    right: 4px;
}
.free-gift-content .slick-next:before {
    content: "❱";
    font-size: 20px;
    color: #000000;
}

@media (max-width: 768px) {
    .free-gift-content .slick-prev,
    .free-gift-content .slick-next {
        display: none !important;
    }
}


.free-gift-content .slick-next:hover{
  background: transparent !important;
  color:#000000 !important;
  opacity:1 !important;
}
.free-gift-content .slick-prev:hover{
  background: transparent !important;
  color:#000000 !important;
}
.free-gift-content .slick-prev:hover:before{
  color:#000000 !important;
}


@media (min-width: 768px) and (max-width: 1269px) {
    .benefits-prev-arrow {
        left: 60px;
    }
    .benefits-next-arrow {
        right: 60px;
    }
}
@media (min-width: 1024px) {
    .lg\:fz-54 {
        font-size: 54px;
    }
    .lg\:text-green {
        color: #2f7d39;
    }
    .lg\:border-green {
        border-color: #2f7d39;
    }
 	/**
    .lg\:ratio-16x9 {
        --aspect-ratio: calc(9 / 16 * 100%);
    }
    .lg\:ratio-22x9 {
        --aspect-ratio: calc(9 / 21.6 * 100%);
    }
    .lg\:ratio-34 {
        --aspect-ratio: 34.7222%;
    }
  **/
    .header-sticky + .side-menu .logo-text {
        opacity: 0;
    }
    .header-sticky + .side-menu .logo-icon {
        opacity: 1;
    }
    .image-scoop {
        width: 674px;
        height: 763px;
        max-height: none;
        margin-bottom: -763px;
    }
    .grid-scoop {
        grid-template-columns: auto 22% 470px 22% auto;
    }
    .grid-scoop > div:nth-child(1),
    .grid-scoop > div:nth-child(2) {
        margin-top: 30px;
    }
    .grid-scoop > div:nth-child(3),
    .grid-scoop > div:nth-child(4) {
        margin-top: 70px;
    }
    .shape {
        padding: 85px 40px 0px;
    }
    .shape:before {
        bottom: 30px;
    }
    .shape:after {
        top: calc(100% - 30px);
        left: 0;
        right: 109px;
        height: 109px;
        border-bottom-left-radius: 39px;
        border-bottom-right-radius: 0;
    }
    .shape .layer {
        left: auto;
        right: 109px;
        bottom: 29.2px;
    }
    .shape .layer:before {
        width: 176px;
        height: 176px;
    }
    .logo-hero {
        width: 444px;
    }
    .facts-content-sm {
        max-width: 339px;
    }
    .tabs-content .accordion-item.active .accordion-content {
        display: block !important;
    }
    .tabs-content .accordion-item:not(.active),
    .tabs-content .accordion-item:not(.active) .tab-content {
        display: none;
    }
    .grid-footer-first {
        grid-template-areas: 'menu newsletter' 'menu social';
        grid-template-columns: 1fr 192px;
    }
    .footer .accordion-header img {
        display: none !important;
    }
    .footer .accordion-content {
        display: block !important;
    }
    .grid-footer-second {
        grid-template-areas: 'logo info selects' 'logo links copyright';
        grid-template-columns: 265px 1fr 255px;
    }
}
@media (min-width: 1280px) {
    .xl\:fz-54 {
        font-size: 54px;
    }
    .section-scoop h2 {
        width: 25vw;
        max-width: 340px;
        min-height: 220px;
        line-height: 55px;
        margin-top: 90px;
    }
    .slick-reviews .slick-list {
        margin: 0 -25px;
    }
    .slick-reviews .slick-slide {
        padding: 0 25px;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
    .shape {
        padding: 95px 40px 20px;
    }
}
@media (min-width: 1536px) {
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    }
}
@media (max-width: 1023px) {
    .slideDown,
    .header-sticky {
        animation: slideDown 0.5s forwards;
    }
    .header-hidden {
        animation: slideUp 0.5s forwards;
    }
    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
    @keyframes slideUp {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(-100%);
        }
    }
    .facts-content {
        background-color: #2f7d39;
    }
    .accordion.tabs-content {
        height: auto !important;
    }
    .accordion.tabs-content .accordion-item:not(:first-child) .accordion-content {
        display: none;
    }
}
@media (max-width: 767px) {
    .faq {
        background-color: #dae7d4;
    }
    .slick-about {
        background-color: #fff;
    }
    .slick-scoop .slick-slide:before {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        left: 0;
        width: 41px;
        height: 2px;
        background-color: #003030;
    }
    .webui-popover {
        left: 33px !important;
    }
}
@media (max-width: 480px) {
    .brands {
        padding-top: 0;
    }
    .slick-about-wrap .slick-slide img {
        object-position: 0 -135px;
    }
}


    
      
      
.slick-slider {
	position: relative;
	display: block;
	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;
}



.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}



.slick-list:focus {
	outline: none;
}



.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}



.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}



.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}



.slick-track:after {
	clear: both;
}



.slick-loading .slick-track {
	visibility: hidden;
}



.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}



[dir="rtl"] .slick-slide {
	float: right;
}



.slick-slide img {
	display: block;
}



.slick-slide.slick-loading img {
	display: none;
}



.slick-slide.dragging img {
	pointer-events: none;
}



.slick-initialized .slick-slide {
	display: block;
    padding:1px;
}



.slick-loading .slick-slide {
	visibility: hidden;
}



.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}



.slick-arrow.slick-hidden {
	display: none;
}



.slick-next,
.slick-prev,
.slick-dots {
	
}


.link-style{
  font-weight: bold;
    color: #f00f83;
}

.top-advert-bar-slider:not(.slick-initialized) .announce-block:nth-child(n+2) {
  	display: none;
}


.no-touchevents input:not('.shopify-challenge__button'):hover, .no-touchevents textarea:hover {

	border-color: #F00F83 !important;
  
}




@media screen and (max-width: 767px) {

  .w-70vw {
  
    width: 70vw;
  
  }
  
  .w-140vw {
  
    width: 140vw;
  
  }

}

.cart_gift_option_slider_horizontal .clean-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart_gift_option_slider_horizontal .sentence {
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.main-product-slider .sentence {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .cart_gift_option_slider {
    width: 90%;
  }
}


.cart_gift_option_slider .sentence {
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.cart_gift_option_slider .clean-title {
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.free-gift-content .slick-track { 	display: flex !important; }

.free-gift-content .slick-slide { 	
              height: inherit !important;
              display: flex !important;
              justify-content: center;
              align-items: center;
            }

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SLICK ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider{
 	margin:0px; 
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
/**
.slick-slide img
{
    display: block;
}
**/
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dotted.slider-slick-carousel.slick-initialized  {
    position: relative;
	.slick-dots {
      	@media only screen and (max-width: 768px){
            display: inline-block !important;
            position: relative;
            bottom: 0px;
        }
  		li {
          	width: auto;
    		height: auto;
  			button {
              	margin-top:15px;
              	
          		color: #ddd;
               	background: #ddd;
    			border-radius: 50%;
          		&:before,
          		&:after {
    				opacity: 0;
                }
            }
          	&.slick-active {
              	button {
                    color: #c1c1c1;
                    background: $accent_color;
                    border-radius: 50%;
                }
            }
        }
      
    }
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SLICK END --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

/*** Pants of the past styling ***/

.potp-page {
  background: #2c3529 url("//www.myoddballs.com/cdn/shop/files/bg_5e2bd162-eef2-4ba4-b989-9f499632a2f6.png?v=5320835808479779530");
	background-blend-mode: lighten;
	position: relative;
}
.potp-page:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at center, #fff,  transparent);
	opacity: 0.35;
}
.potp-grid-item { 
	width: 288px;
}
.material-icons.tw-md-18 {
	font-size: 18px;
}
.rating .active span {
	color: inherit;
}

#authenticator_popup .cf-cancel {
  
	display: none;
  
}


#authenticator_popup .cf-form-actions {
 
  grid-template-columns: repeat(1,minmax(0,1fr));
  
}

#authenticator_popup .cf-submit-form {
  
	grid-column-start: 1;
  
}

#authenticator_popup [data-cf-field-id="800669"].cf-field-container, 
#authenticator_popup [data-cf-field-id="178937"].cf-field-container {
  
 	width: 50%;
  
}


/*** End of Pants of the Past ***/

#site-cart .sidebar-divider:before {

	border-bottom: 2px solid #000000;

}

.site-nav textarea {
	border: 2px solid #000000 !important;
    border-radius: 0.375rem;
}




/* ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SUBSCRIPTION SELECTOR --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
  
  .slide-linear {
  
  	transition: transform linear 1s;
  
  }
  
  .max-w-80 {
  
  	max-width: 80%;  
    
  }
  
  .min-w-50 {
  
  	min-width: 60%;
    
  }
  
  
  
  @media screen and (max-width: 767px) {
  
    .max-w-80 {
    
    	max-width: 60%;
      
    }
  
  } 

/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SUBSCRIPTION SELECTOR END --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
  
#clearpay_wrapper.cleaqrpay-block-wrap {
    font-family: var(--font-stack-body);
    text-align: left;
    color: #17120f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #FFFFFF;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 !important;

    border-top: 1px solid #eae7e4;
}

.laybuy-block-wrap {
    font-family: var(--font-stack-body);
    text-align: left;
    color: #17120f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #eae7e4;
    border-radius: 0px;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
square-placement + div.tw-relative + .js-learn-more.tw-ml-3.tw-cursor-pointer,
square-placement + div.tw-relative {
    display:none;
}


.laybuy-block-wrapp {
    padding: 15px 15px;
}

#product_form_column .laybuy-block-wrapp {
    margin-top: 0px !important;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top:-1px !important;
}

.laybuy-icon {
    width: 60px;
    align-items: center;
    display: flex;
    background: #786dff;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px 0px;
}
.ps-payment-icon-bar.ps-payment-icon {
    width: 100%;
}
.ps-payment-icons {
    width: 100%;
    display: flex !important;
    align-items: center;
}
.ps-payment-icons-item{
    width: 100%;
}
.ps-payment-icons-item svg {
    width: 100%;
    height: 32px;
}
#laybuy-block {
  padding-left:15px;
}
.shopify-block.shopify-app-block {
    margin:0px !important;
    padding:0px !important;
}

.cleaqrpay-block-wrap  {
    margin-top: 7px;

}
.cleaqrpay-block-wrap > .clearpay-logo {
    width: 60px !important;
    margin-right: 15px;
}
.cleaqrpay-block-wrap .clearpay-paragraph .clearpay-text2,
.cleaqrpay-block-wrap .clearpay-paragraph .clearpay-logo{
	display:none;
}
.cleaqrpay-block-wrap .clearpay-paragraph{
  	display:block !important
      
}
klarna-placement .container {
    font-family: var(--font-stack-body);
}

#laybuy-logo{
    width: 60px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.price-item .product-price {
    font-size: 1.1rem;
}

.laybuy-paragraph{
    color: rgb(0, 0, 0);
    font-size: 14px !important;
    justify-content: flex-start;
    letter-spacing: 0rem;
    line-height: 1.1em;
    margin-top: 0em !important;
}

.laybuy-text3{
    display: none;
}

.laybuy-logo-and-text #laybuy-logo{
	display:none;
}

.laybuy-link {
    text-decoration: underline;
}

.container {
    text-align: left;
    color: #17120f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /*
    background-color: #f0eeeb;
    border-style: solid;
    border-color: #f0eeeb;
    border-radius: 0px;
    border-width: 0px;
    */
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

cart-product-quantity button.qty-button.qty-minus {
    border: none;
    border-right: solid 1px;
    border-radius: 0px !important;
}

cart-product-quantity button.qty-button.qty-plus {
    border: none;
    border-left: solid 1px;
    border-radius: 0px !important;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- GEOTARGETLY START --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */




   
   
   

.gt_redirectselector_1659534060252_button_container,
.gt_redirectpopup_1659534060252_button_container {

    width: 20rem;
    margin: 30px auto;
}

.gt_redirectselector_1659534060252_modal .gt_redirectselector_1659534060252_dropdown_item img,
.gt_redirectpopup_1659534060252_modal .gt_redirectpopup_1659534060252_dropdown_item img {
    display: inline-block;
}
.gt_redirectselector_1659534060252_modal .gt_redirectselector_1659534060252_dropdown,
.gt_redirectpopup_1659534060252_modal .gt_redirectpopup_1659534060252_dropdown {
    cursor: pointer;
    display: block;
    text-align: left !important;
    width: 100%;
    letter-spacing: 0px;
    background-color: #fff !important;
    border-radius: 3px;
    border: 0px solid #ccc;
    color: #777 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 20px 15px !important;
    color: #000 !important;
    margin: auto;
    font-size: 1.2rem;
    margin: 0px auto !important;
    width: 20rem;
    border-radius: 0.4rem;
    position: relative;
    transition: border 0.2s ease 0s;
    background: transparent;
    border:0px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  
    align-items: center;
    border: none !important;
	box-shadow: 0 0 1px rgba(66, 71, 76, 0.32), 0 4px 8px rgba(66, 71, 76, 0.06), 0 8px 48px rgba(238, 238, 238, 1);
}

.gt_redirectselector_1659534060252_dropdown > span,
.gt_redirectpopup_1659534060252_dropdown > span {
  	margin:0px !important;
}

.gt_redirectselector_1659534060252_dropdown_content,
.gt_redirectpopup_1659534060252_dropdown_content {
    width: 20rem;
}

#gt_redirectselector_1659534060252_dropdown_name,
#gt_redirectpopup_1659534060252_dropdown_name {
    position: relative;
    padding-left: 60px !important;
}

.gt_redirectselector_1659534060252_dropdown .gt_redirectselector_1659534060252_flag,
.gt_redirectpopup_1659534060252_dropdown .gt_redirectpopup_1659534060252_flag {
    float: left;
    margin: 0px -32px 0px 10px;
    height: 16px;
    position: absolute;
    left: 0px;
    border-radius: 3px;
}
.gt_redirectselector_1659534060252_flag,
.gt_redirectpopup_1659534060252_flag{
    display: inline-block;
}
.gt_redirectselector_1659534060252_content_container .gt_redirectselector_1659534060252_heading,
.gt_redirectpopup_1659534060252_content_container .gt_redirectpopup_1659534060252_heading {
    display: block;
    margin-top: 40px !important;
    font-size: 35px !important;
    letter-spacing: 0px;
    line-height: 26px !important;
    color: #000 !important;
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
}

.gt_redirectselector_1659534060252_heading strong,
.gt_redirectpopup_1659534060252_heading strong {

    font-weight: 400 !important;
}
.gt_redirectselector_1659534060252_button,
.gt_redirectpopup_1659534060252_button {
    display: block;
    width: 100%;
    margin-top: 10px !important;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0px !important;
    background: #F00F83 !important;
    color: #fff !important;
    z-index: 9000;
    position: relative;
    margin-top: 30px !important;
    border-radius: 3px !important;
}

  .gt_redirectpopup_1659534060252_closecross {
    display:none;
  }


   
   
   

.gt_redirectselector_1659534089802_button_container,
.gt_redirectpopup_1659534089802_button_container {

    width: 20rem;
    margin: 30px auto;
}

.gt_redirectselector_1659534089802_modal .gt_redirectselector_1659534089802_dropdown_item img,
.gt_redirectpopup_1659534089802_modal .gt_redirectpopup_1659534089802_dropdown_item img {
    display: inline-block;
}
.gt_redirectselector_1659534089802_modal .gt_redirectselector_1659534089802_dropdown,
.gt_redirectpopup_1659534089802_modal .gt_redirectpopup_1659534089802_dropdown {
    cursor: pointer;
    display: block;
    text-align: left !important;
    width: 100%;
    letter-spacing: 0px;
    background-color: #fff !important;
    border-radius: 3px;
    border: 0px solid #ccc;
    color: #777 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 20px 15px !important;
    color: #000 !important;
    margin: auto;
    font-size: 1.2rem;
    margin: 0px auto !important;
    width: 20rem;
    border-radius: 0.4rem;
    position: relative;
    transition: border 0.2s ease 0s;
    background: transparent;
    border:0px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  
    align-items: center;
    border: none !important;
	box-shadow: 0 0 1px rgba(66, 71, 76, 0.32), 0 4px 8px rgba(66, 71, 76, 0.06), 0 8px 48px rgba(238, 238, 238, 1);
}

.gt_redirectselector_1659534089802_dropdown > span,
.gt_redirectpopup_1659534089802_dropdown > span {
  	margin:0px !important;
}

.gt_redirectselector_1659534089802_dropdown_content,
.gt_redirectpopup_1659534089802_dropdown_content {
    width: 20rem;
}

#gt_redirectselector_1659534089802_dropdown_name,
#gt_redirectpopup_1659534089802_dropdown_name {
    position: relative;
    padding-left: 60px !important;
}

.gt_redirectselector_1659534089802_dropdown .gt_redirectselector_1659534089802_flag,
.gt_redirectpopup_1659534089802_dropdown .gt_redirectpopup_1659534089802_flag {
    float: left;
    margin: 0px -32px 0px 10px;
    height: 16px;
    position: absolute;
    left: 0px;
    border-radius: 3px;
}
.gt_redirectselector_1659534089802_flag,
.gt_redirectpopup_1659534089802_flag{
    display: inline-block;
}
.gt_redirectselector_1659534089802_content_container .gt_redirectselector_1659534089802_heading,
.gt_redirectpopup_1659534089802_content_container .gt_redirectpopup_1659534089802_heading {
    display: block;
    margin-top: 40px !important;
    font-size: 35px !important;
    letter-spacing: 0px;
    line-height: 26px !important;
    color: #000 !important;
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
}

.gt_redirectselector_1659534089802_heading strong,
.gt_redirectpopup_1659534089802_heading strong {

    font-weight: 400 !important;
}
.gt_redirectselector_1659534089802_button,
.gt_redirectpopup_1659534089802_button {
    display: block;
    width: 100%;
    margin-top: 10px !important;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0px !important;
    background: #F00F83 !important;
    color: #fff !important;
    z-index: 9000;
    position: relative;
    margin-top: 30px !important;
    border-radius: 3px !important;
}

  .gt_redirectpopup_1659534089802_closecross {
    display:none;
  }


   
   
   

.gt_redirectselector_1659534083906_button_container,
.gt_redirectpopup_1659534083906_button_container {

    width: 20rem;
    margin: 30px auto;
}

.gt_redirectselector_1659534083906_modal .gt_redirectselector_1659534083906_dropdown_item img,
.gt_redirectpopup_1659534083906_modal .gt_redirectpopup_1659534083906_dropdown_item img {
    display: inline-block;
}
.gt_redirectselector_1659534083906_modal .gt_redirectselector_1659534083906_dropdown,
.gt_redirectpopup_1659534083906_modal .gt_redirectpopup_1659534083906_dropdown {
    cursor: pointer;
    display: block;
    text-align: left !important;
    width: 100%;
    letter-spacing: 0px;
    background-color: #fff !important;
    border-radius: 3px;
    border: 0px solid #ccc;
    color: #777 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 20px 15px !important;
    color: #000 !important;
    margin: auto;
    font-size: 1.2rem;
    margin: 0px auto !important;
    width: 20rem;
    border-radius: 0.4rem;
    position: relative;
    transition: border 0.2s ease 0s;
    background: transparent;
    border:0px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  
    align-items: center;
    border: none !important;
	box-shadow: 0 0 1px rgba(66, 71, 76, 0.32), 0 4px 8px rgba(66, 71, 76, 0.06), 0 8px 48px rgba(238, 238, 238, 1);
}

.gt_redirectselector_1659534083906_dropdown > span,
.gt_redirectpopup_1659534083906_dropdown > span {
  	margin:0px !important;
}

.gt_redirectselector_1659534083906_dropdown_content,
.gt_redirectpopup_1659534083906_dropdown_content {
    width: 20rem;
}

#gt_redirectselector_1659534083906_dropdown_name,
#gt_redirectpopup_1659534083906_dropdown_name {
    position: relative;
    padding-left: 60px !important;
}

.gt_redirectselector_1659534083906_dropdown .gt_redirectselector_1659534083906_flag,
.gt_redirectpopup_1659534083906_dropdown .gt_redirectpopup_1659534083906_flag {
    float: left;
    margin: 0px -32px 0px 10px;
    height: 16px;
    position: absolute;
    left: 0px;
    border-radius: 3px;
}
.gt_redirectselector_1659534083906_flag,
.gt_redirectpopup_1659534083906_flag{
    display: inline-block;
}
.gt_redirectselector_1659534083906_content_container .gt_redirectselector_1659534083906_heading,
.gt_redirectpopup_1659534083906_content_container .gt_redirectpopup_1659534083906_heading {
    display: block;
    margin-top: 40px !important;
    font-size: 35px !important;
    letter-spacing: 0px;
    line-height: 26px !important;
    color: #000 !important;
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
}

.gt_redirectselector_1659534083906_heading strong,
.gt_redirectpopup_1659534083906_heading strong {

    font-weight: 400 !important;
}
.gt_redirectselector_1659534083906_button,
.gt_redirectpopup_1659534083906_button {
    display: block;
    width: 100%;
    margin-top: 10px !important;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0px !important;
    background: #F00F83 !important;
    color: #fff !important;
    z-index: 9000;
    position: relative;
    margin-top: 30px !important;
    border-radius: 3px !important;
}

  .gt_redirectpopup_1659534083906_closecross {
    display:none;
  }



/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- GEOTARGETLY END --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */


.blink-bg{
    color: #fff;
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
    0%		{ background-color: #F00F83;}
    50%		{ background-color: #009FE2;}
    100%	{ background-color: #F00F83;}
}



  .dd-container {
    width: 100% !important;
    max-width: 400px;
    padding-top: 20px;
  }
  #cartgift_variants1, #cartgift_variants2 {
    width: 100%;
    max-width: 400px;
    padding-top: 0px !important;
  }
  .dd-options {
    max-height: 300px;
    width: 100%;
    max-width: 400px;
  }  
  .dd-options li {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 400px;
  }
.dd-selected {
    overflow: hidden;
    display: flex;
    padding: 5px;
    font-weight: bold;
    text-align: left;
    align-items: center;
}
  
  .dd-options .dd-selected-text {
    /*line-height: 15.6px !important;*/
  }
  .freegift_add_to_cart {
    margin: 5px 0px;
    max-width: 400px;
    padding: 15px 20px;
  }
  .dd-select {
    width:100% !important;
  }
  .dd-selected-description, .dd-desc {
    color: #000 !important;
    font-size: 11.7px;
  }

  .dd-selected-text{
      font-size: 15px;
      line-height: 1.2em !important;
      vertical-align: middle;
      text-align: left;
      align-items: center;
      padding-right: 20px;
  }

  .multi-add-btn-wrap {
      display: inline-block;
      width: calc(100% - 140px);
  }
    
  .btn-holder {
      padding: 25px 2.5em 25px 2.5em;
  }
    
  .options-holder {
      padding: 25px 2.5em 30px 2.5em;
      border-bottom: 1px solid #d3d3d357;
      background: #fbfbfb;
  }
  .selectors-wrap {
      border: solid 1px #ccccccd1;
  }
  .double-product-form #variant-select ul li:first-child{
  	display:none;
  }
  .double-product-form .dd-options {
      width: 100%;
  }
    
  .double-product-form .dd-options li {
      margin-bottom: 0rem;
  }
  .double-product-form .dd-selected,
  .double-product-form .dd-option {
      display:flex;
    	place-items: center;
    	padding:10px 13px;
  }
  .dd-option-image, .dd-selected-image {
      vertical-align: middle;
      float: left;
      margin-right: 20px;
      max-width: 64px;
  }
    
  .dd-select {
      background: #fff !important;
      border: 0px;
  }
  .variant-select-wrap .dd-select {
      background: #fbfbfb !important;
      border: 0px;
  }
  .dd-pointer {
      right: 20px;
  }

.dd-select {
    border-radius: 2px;
    border: solid 0px #ccc !important;
    position: relative;
    cursor: pointer;
}
.dd-container {
    padding-top: 0px !important;
}
#cartgift_variants1.dd-container,
#cartgift_variants2.dd-container {
      visibility: visible;
    position: relative;
    padding: 10px 12px;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width:100%;
    }
#cartgift_variants1.dd-container .dd-select,
#cartgift_variants2.dd-container .dd-select {

    background: rgb(238, 238, 238);
    border-radius: 0px;
    border-top: 1px solid #000000 !important;
    background: #eeeeee !important;
    color: #fff !important;
      border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

#cartgift_variants1.dd-container .dd-select .dd-selected,
#cartgift_variants2.dd-container .dd-select .dd-selected {
    padding: 7px 12px !important;
    line-height: 1em !important;
}

#cartgift_variants1.dd-container .dd-option .dd-option-text,
#cartgift_variants2.dd-container .dd-option .dd-option-text,
#cartgift_variants1.dd-container .dd-select .dd-selected .dd-selected-text,
#cartgift_variants2.dd-container .dd-select .dd-selected .dd-selected-text {
    font-size: 13px;
    line-height: 1.3em !important;
    vertical-align: middle;
    text-align: left;
    align-items: center;
    padding-right: 0px;
    color: #000;
    font-weight: bold;
}

#cartgift_variants1.dd-container .dd-options, 
#cartgift_variants2.dd-container .dd-options {
    display: block;
    width: calc(100% - 0px) !important;
    border: 2px solid #000;
    transform: translateY(0px); 
    border-top: 2px solid #000;
    background: #ebebeb;
    border-radius: 0px 0px 5px 5px !important;
    max-width: 100%;
}

#cartgift_variants1.dd-container .dd-options li,
#cartgift_variants2.dd-container .dd-options li {
    background: #f9f9f9;
}
.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 20px !important;
    max-width: 64px;
}
.dd-pointer-up {
    border: solid 7px transparent !important;
    border-bottom: solid 7px #000 !important;
    margin-top: -8px;
}
#cartgift_products1 .dd-option,
#cartgift_products2 .dd-option,
#cartgift_products1 .dd-selected,
#cartgift_products2 .dd-selected {
    overflow: hidden;
    display: flex !important;
    padding: 7px 40px 7px 20px !important;
    font-weight: bold;
    text-align: left;
    align-items: center;
    width: 100%;
}
#cartgift_products1 .dd-pointer-down,
#cartgift_products2 .dd-pointer-down {
    border: solid 7px transparent;
    border-top: solid 7px #000;
      margin-right: 20px;
}
#cartgift_products1 .dd-options,
#cartgift_products2 .dd-options {
    width: 100% !important;
    border: 2px solid #000;
    border-radius: 0px 0px 5px 5px;
}



#cartgift_variants1.dd-container .dd-options .dd-option,
#cartgift_variants2.dd-container .dd-options .dd-option {
    background: #f9f9f9;
    text-align: left;
    padding: 10px;
    line-height: 1em;
    height: auto;
}
#cartgift_variants1.dd-container .dd-options .dd-option .dd-option-text,
#cartgift_variants2.dd-container .dd-options .dd-option .dd-option-text {
    font-size: 12px;
    font-weight: bold;
    }

.dd-option {
    border-bottom: solid 1px #c6c6c6;
}
    
.dd-selected-text,
.dd-option-text{
    line-height: 1.2em !important;
    text-align: left;
    /* font-weight: 400; */
    text-transform: initial !important;
}
#cartgift_products1 .dd-pointer,
#cartgift_products2 .dd-pointer {
    right: 0px;
}
#cartgift_variants1 .dd-pointer,
#cartgift_variants2 .dd-pointer {
    right: 15px;
}
.dd-container {
    max-width: 100% !important;
}
.dd-pointer-down {
    border: solid 7px transparent !important;
    border-top: solid 7px #000 !important;
}
.dd-pointer-up {
    border: solid 7px transparent !important;
    border-bottom: solid 7px #000 !important;
    margin-top: -8px;
}

.cart-item .content .item-title span, .search-results.predictive-search .search-item .content .item-title span {
    font-weight: bold !important;
}

.cart-item .content{
  margin-top:0px;
  
}
/**
.item-price.text-size--smaller strong {
    color: #f00f83;
    font-weight: bold !important;
}**/

.cart-item .thumbnail img {

  margin:0px 10px 0px 0px;
  
}

.cart-item .thumbnail{
    background:transparent !important;
}

.remove {
    text-transform:initial;
}

@media only screen and (max-width: 879px) {
    .options-holder {
        padding: 25px 15px 25px 15px;
    }
    .btn-holder {
        padding: 25px 15px 25px 15px;
    }
  
}
#cartgift_variants1.dd-container .dd-options, #cartgift_variants2.dd-container .dd-options {
  display:none;
  
}

.product-variant-image-selector{
  
}
.product-variant-image-selector :after{
  displat: none !important;
}



.product-form-column.site-box-content {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10%;
    padding-bottom:0px;
}

.js-get-yours-from-end, .js-reasons-to-buy-end {
  margin-bottom: 0 !important;
}

.product-form-column #product-tp div.tp {
  margin-bottom: auto;
  display: flex;
}

.product-form-column #product-tp {
  margin-bottom: 15px;
  margin-top: 10px !important;
}

#product_form_column .product-variant__container .product-variant__item {
  flex-grow: 0;
  margin: auto;
}

#product_form_column .product-variant__container {
  display: grid;
  margin: 0;
}

#product_form_column .product-form-wrapper > div:not(.html-only) {
  margin-bottom: auto;
  margin-top: 1.5rem;
}

#product_form_column .product-form-wrapper #sub_faq {
  margin-bottom: 0.5rem;
}

#product_form_column .product-header h1.product-title {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: portrait) {
  #product_form_column .product-header--mobile h1.product-title {
    margin-bottom: 0;
  }
}

#product_form_column .quantity-selector-holder input {
  border: none;
  height: auto;
  max-width: 35px;
} 

#product_form_column product-quantity .qty-button {
  border: none;
  width: 20px;
}

#product_form_column product-quantity {
  padding: 2px 8px;
}

#product_form_column  .laybuy-block-wrapp {

  display: flex;
}



.product {
  margin: 0 !important;
}

.product .site-box:before {
    height: 0px;
}
.main-product, .blend-divide {
position:relative;
  
}
.main-product:before {
    content: "";
    width: 100%;
    background: var(--main-borders);
    position: absolute;
    left: 0;
    top: 0px;
    height: 1px;
    z-index: 99;
}



.product-item .caption.collection-item {
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
    transition: background 200ms linear, transform 200ms linear;
    padding: 20px;
    padding: 20px 14px 0px 14px;
    height: auto;
    position: relative;
}

.box__collection.box--typo-small .product-item .caption {
  padding: 20px 24px 10px 24px;
    height: auto;
    position: relative;
}
@media screen and (max-width: 480px) {
  .box__collection.box--typo-small .product-item .caption {
    padding-left: 16px;
  }
}

.quick-buy-disabled .box__collection.box--typo-small .product-item .caption {
  padding-right: 20px;
}

.product-form-column .rte ul {
    list-style-type: disc;
    list-style-position: inside;
}

.quick-add-to-cart.qatc-button {
  position: relative;
  display: block;
}

.qatc-button .quick-add-to-cart-button {
  position: relative;
  bottom: 0;
  right: 0px;
  height: 100%;
    width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  transition: opacity 150ms linear;
}
.qatc-button .quick-add-to-cart-button button, .qatc-button .quick-add-to-cart-button a {
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qatc-button .quick-add-to-cart-button button svg, .qatc-button .quick-add-to-cart-button a svg {
  transition: transform 150ms linear;
  will-change: transform;
}
.qatc-button .quick-add-to-cart-button button:hover svg, .qatc-button .quick-add-to-cart-button a:hover svg {
  transform: scale(1.05);
}
@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: portrait) {
  .qatc-button .quick-add-to-cart-button {
    opacity: 1;
    right: 0px;
  }
}
@media screen and (max-width: 600px), screen and (max-width: 650px) and (orientation: portrait) {
    .see-more,
    .quick-add-to-cart.qatc-button{
          font-size: 10px;
          line-height: 1em;
          padding: 9px 0px;
    }
    .add-to-cart__text{
      /*  
      display:none;
      */
    }

}

.qatc-button .add-to-cart__text {
    height: 20px !important;
      width: 20px !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.site-box {
    height: auto;
}

.qatc-button .add-to-cart__text svg {
    width:100%;
    height: 100%;
}

.working .quickbuy-text {
  visibility:hidden;
  
}

.style--one.alt .box--product-image {
  height: auto
}
    .product .box--big.product-gallery {
        width: 50%;
        top:0px !important;
    }
@media screen and (max-width: 768px), screen and (orientation: portrait) {  
    .product .box--big.product-gallery {
        width: 100%;
        min-height: calc(100vh - 0px);
        max-height: calc(100vh - 0px);
    }
}
.product-gallery__thumbnails.product-gallery__thumbnails-thumbnails .thumbnail.active {
    border:2px solid #000;
        box-shadow: 3px 3px #000;
}

#main-collection-product-grid site-filter-handle {
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

#main-collection-product-grid .site-filter-handle-holder.site-filter-handle-holder-mobile {
  background-color: #ffffff;
  padding: 5px 30px;
  border-bottom: 0px solid #f2f2f2;
  border-top: 0px solid #f2f2f2;
}

#FacetFiltersForm .facets__disclosure:after {
  content: "";
  width: 14px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 15px;
  pointer-events: none;
}

.blend-divide-y:before {
    content: "";
    width: 100%;
    background: var(--main-borders);
    position: absolute;
    left: 0;
    top: 0px;
    height: 1px;
    z-index: 99;
}
.blend-divide-y:after {
    content: "";
    width: 100%;
    background: var(--main-borders);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    z-index: 99;
}

.facets select {
  border: 2px solid black;
  margin-top: auto;
}

.collection-filters__item.sorting {
  margin-top: auto;
}

.site-nav.style--sidebar .site-nav-container .subtitle {
  height: auto;
}

.site-nav.style--sidebar .site-nav-container .title:after {
  content: none;
}

.site-nav.style--sidebar .site-nav-container .sidebar-title {
  padding: 0 1.25rem;
  max-height: 65px;
    background: rgb(255 255 255 / 90%);
    z-index: 900;
    backdrop-filter: blur(10px);
}

.site-nav.style--sidebar .site-nav-container-last {
    padding-top: 65px;
}

.product-item .caption .price {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 5px;
    /*
    padding-left: 10px;
    */
}
@media (min-width: 1920px) {
    .xxxl\:tw-w-1\/4 {
        width: 25%;
    }
    .xxxl\:tw-w-1\/5 {
        width: 20%;
    }

    .xxxl\:tw-w-1\/8 {
        width: 12.5%;
    }
}

.site-filter-handle-holder:not(.site-filter-handle-holder-mobile){
    display:none;
}
.site-filter-handle-holder-mobile {
    position: relative;
    right: auto;
    height: auto;
    padding: 1px var(--sidebar-padding) 0;
    clear: both;
    border-top: 1px solid var(--main-borders);
}

product-page .site-box:after {
  height: 0;
}

.product_option .color_option .active div:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.43);
    top: 0px;
    border-radius: 0.2rem;
    text-align: center;
    vertical-align: middle;
    background-image: url(/cdn/shop/files/tick-icon.png?v=1663851411);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.outline-gray {
    outline: 1px solid var(--main-borders);
    z-index: 1;
}

.css-slider--simple-dots .css-slider-dot-navigation {
    margin: 20px 0px;
}
.template-index .css-slider--simple-dots .css-slider-dot-navigation {
    margin:20px 0px 0px 0px !important;
}
.introductory-offer-sticker, .on-sale-sticker {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border: 1px solid #f00f83;
  border-radius: 2px;
  top: 0.5rem;
  right: 0.5rem;
  color: #f00f83;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  max-width: calc(100% - 47px);
  text-align: center;
  z-index: 10; 
}

.sticker-positioning {
  color: #f00f83;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  max-width: calc(100% - 47px);
  text-align: center;
  z-index: 10; 
}

.shop-the-look-sticker{
  font-size: 0.6rem !important;
}

.is-free-product .quantity-selector-holder, .is-free-product span.item-discount {
  display: none !important;

}

.product-label {
  font-size: 12px;
}

div.price-item {
  margin-bottom:0.5rem;
}

#shopify-section-tailwind-announcement-bar .iso-dropdown {
    top:35px;
}

.iso-gbp {
    order:1; 
}

.iso-eur {
    order:2; 
}

.iso-aud {
    order:3; 
}

/** Show/hide the design swatches depending on breakpoint **/

@media (max-width: 767px) {

  .product_option:not(.shown) .color_option a:not(.active):not(.js-more-less):nth-of-type(1n+7) {
      display: none !important;
  }
  
}
  
@media (min-width: 768px) {

  .product_option:not(.shown) .color_option a:not(.active):not(.js-more-less):nth-of-type(1n+9) {
      display: none !important;
  }
  
}
.product-header .product-title,
h1.product-title {
  margin-bottom: 0px;
}

.fix-bottom-border.product-grid-border-fix {
  justify-content: center;
}

.tw-height-px { 
  height:1px; 
}

[template-collection] .site-box.box__collection:not(.append-element) {
  display: none;
}

.border-color {
  border-color:#c1c1c1;
}

.cart-item.is-free-product .thumbnail img {
    margin: 0px 0px 0px 10px;
}
.cart-item.is-free-product .thumbnail img {
    width: 90px;
    height: 90px;
}

.cart-item:hover{
    outline: 0px solid #000;
  
}

.cart_offer_upspend {
    color: #1a921a;
    padding: 0px 4px;
    font-weight: 600;
}

.site-close-handle {
	top: 13px;
    right: 25px;
}

.variant_sizes_wrapper {
  /**height: 56px !important;**/
}

.product-variant__container .product-variant__item.variant_sizes_wrapper  label span {
  height: auto;
  width: auto;
}

#cartSpecialInstructions textarea {
  height: 45px;
  border: 1px solid #000000 !important
}


.plainpackaging-checkbox input[type=checkbox] {
  border-radius: 5px;
}

.plainpackaging-checkbox input[type=checkbox]:checked {
  outline: none;
  
}

.cart-item .actions .remove, .search-results.predictive-search .search-item .actions .remove {
  margin-left: 0px;
}

.hc-offcanvas-nav .nav-item-link {
    border-bottom: 1px solid rgb(205 205 205);
}

.nav-item.nav-mobile-hero.child-level .nav-item-link {
    border-bottom: 0px;
}

.has_highlight .nav-next span::before {
  
}
    #below_button + #product_buttons .quick-add-to-cart {
        display:none;
    }
@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: portrait) {


    body
    .site-box,
    #main {
        overflow:unset;
    }
  

    .product-form-column.site-box-content {
        padding-top: 0%;
    }
  
    .product-gallery__thumbnails.product-gallery__thumbnails-thumbnails .thumbnails {
        height: 70px;
    }
    .product-gallery__thumbnails.product-gallery__thumbnails-thumbnails .thumbnail {
          margin-top: 0px;
          width: 50px !important;
          height: 50px !important;
    }
    
    .css-slider-holder {
        height: 100%;
    }
    .css-slider-container {
        height: 100%;
    }
    
    #product_buttons {
        position: sticky;
        width:100%;
        bottom: 0px;
    }
    
    product-gallery-item {
        padding-top: calc(100% - 80px);
    }
    .single-variant-qb{
       display:block !important;
    }
  .single-variant-hidden{
    display:none !important;
  }
    
    #below_button:not(.is-visible) + #product_buttons {
              position: fixed;
              width:100%;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0px 0px;
        padding: 0px 25px 0px 25px;
        background: #ffffff57;
        backdrop-filter: blur(5px);
          left: 50%;
    transform: translateX(-50%);
      
    }
    #below_button:not(.is-visible) + #product_buttons.sticky-header:not(.another-sticky-header) {
        position:fixed !important;
        top:0px !important;
        bottom:auto !important;
    }
  
    #below_button:not(.is-visible) + #product_buttons product-form{
       display:none;
    }
    #below_button:not(.is-visible) + #product_buttons .quick-add-to-cart {
        display:block;
    }
    #below_button.is-visible + #product_buttons .quick-add-to-cart {
        display:none;   
    }
    #below_button + #product_buttons .quick-add-to-cart {
        padding: 0.7rem;
        top: -20px;
        font-size:1.1rem;
        font-weight:bold;
    }
    #below_button:not(.is-visible) + #product_buttons.sticky-header:not(.another-sticky-header) .quick-add-to-cart {
        top: 20px;
    }
    .product-quick-view-container .product-quick-view-header{
        margin-right:auto;
        
    }

    .basicLightbox__placeholder {

    }

    .basicLightbox {
        align-items: flex-end;
    }

  .site-nav.style--sidebar .site-nav-container-last {
    padding-top: 60px;
}


    .product-quick-view-container.simple-quickview .product-quick-view-header{
        margin-bottom: 0.9em;
        display: block !important;
        margin-right: 0px;
        
    }

    .product-quick-view-container {
        width: calc(100vw - 20px);
        margin: auto;
        max-width: 720px;
        max-height: calc(100dvh);
        overflow-y: auto;
    }
  

    .product-quick-view-container.simple-quickview {
        height: auto;
        bottom: 0px;
        width: 100%;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-radius: 0px;
        transform: translateY(100%);
      
    }

   .product-quick-view-container.simple-quickview .product-images {
        display:none;
    }

    .basicLightbox--visible .product-quick-view-container.simple-quickview {
        transform: translateY(0px);
        transition: transform 0.4s ease;
    }
    .basicLightbox--visible .product-quick-view-container.simple-quickview[data-quick-view-free] {
        transform: translateY(-40%);
        transition: transform 0.4s ease;
    }
    .product-gallery__thumbnails.product-gallery__thumbnails-thumbnails {
        height: 90px !important;
      bottom: 0px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
  
    
    #below_button:not(.is-visible) + #product_buttons .buttons-holder-fix + div {
        display: none;
    }

}

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

.breadcrumb__link{
  text-wrap: nowrap;
}

.js-multibuy-table-end-top .multibuy-table-title {
    display:none;
}

.js-multibuy-table-end-top .cell-right {
  border-right: 0px;
}

.js-multibuy-table-end-top .multibuy-table {
  border: 0px;
  
}

.js-get-yours-from-end .get-yours-title {
  border-color: #c1c1c1;
}

.wishlist-icon {
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 6px;
    z-index: 99;
    cursor: pointer;
}

.image-wrapper-position {
  padding-top: 100%;
  height: 0px;
}

.image-fill-space {
  position: absolute;
  width: 100%;
  top: 0px;
}

.inner.nav-item-link {
  display: flex;
}


.inner.nav-item-link .mobile-account-link {
  min-height: 0px !important;
  padding: 0 !important;
}

.inner.nav-item-link {
  background-color: rgba(249,250,251,1);
  border-bottom: 1px solid #c1c1c1;
}

.nav-item-link {
  border-bottom: 1px solid #c1c1c1;
}

.inner.nav-item-link #mobile-account.mobile-account-link,
.inner.nav-item-link #mobile-account-login.mobile-account-link,
.inner.nav-item-link #mobile-account-logout.mobile-account-link,
.inner.nav-item-link #mobile-account-register.mobile-account-link {
  padding: 0 !important;
}

.burger-banner .nav-item-link {
  padding: 0px !important;
}


.container {
    font-family: var(--font-stack-body) !important;
}

.why-choose-us .css-slider-container {
  justify-content: center;
}

.nav-item.hc-nav-item.mobile-nav-menu-1.active.nav-parent.level-open{
  z-index:9000000;
  
}

/** really small screens **/
@media screen and (max-width: 390px), screen and (max-width: 668px) and (orientation: portrait) {
    .product-gallery__thumbnails.product-gallery__thumbnails-thumbnails {
      height: 60px !important;
      margin-bottom: 10px;
      bottom: 0px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }
    .product-gallery__thumbnails.product-gallery__thumbnails-thumbnails .thumbnails {
        height: auto;
    }
    .product-gallery__thumbnails.product-gallery__thumbnails-thumbnails .thumbnail {
        margin-top: 0px;
        width: 40px !important;
        height: 40px !important;
    }
    .box__product-gallery .product-gallery-item {
          
    }
    .product-gallery-item img {
        object-fit:contain;
    }
  
}
  .tw-basis-full {
    flex-basis: 100%;
  }


.sentence {text-transform: lowercase}
.sentence:first-letter {text-transform: uppercase}

.link-blocks-slider-wrapper .css-slider-container {
  column-gap: 0.75rem;
}

.js-get-yours-from-end.js-toggle-active .find-out-more {
  display: none !important;
}

.child-level.nav-mobile-hero {
  height: auto;
  margin-top: 0px;
  background-color: #ffffff;
}

.child-level.nav-mobile-hero .nav-item-link {
  height: auto;
  padding: 0;
  padding-right: 0px !important;
}

.nav-mobile-hero img {
  height: auto;
}
                        
.nav-back-button {
  min-height: 30px !important;
}

.nav-back {
  background-color: #000000;
}

.menu-btn.hc-nav-trigger.hc-nav-1.nav-item-link {
  top: -0px;
  padding: 0px !important;
  min-height: auto !important;
  z-index: 9999;
}

.close-button-wrapper {
  position: fixed !important;
  top: 0px;
  width: 100%;
}

.mega-menu-dropdown.false {
  height: auto !important;
}

.mega-menu li .mega-menu-dropdown.true {
  height: 600px;
}

.mega-menu ul li:nth-last-of-type(1) .mega-menu-dropdown {
  left: auto;
  right: -2.5rem !important;
}

.mega-menu li:hover .mega-menu-dropdown.true {
  max-height: 600px;
}

.mega-menu li:hover .mega-menu-dropdown {
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-color: #c1c1c1;
}

.circular-loader circle {
    stroke: currentColor;
}

.working .button-inner-text{
    visibility: hidden;
}

.nav-desc {
  padding: 0em 0px !important;
}

.nav-parent.level-open .nav-item.close-button-wrapper + .nav-desc-wrapper .nav-desc {
  padding-top: 0px !important;
}

.nav-desc-wrapper {
  border-top: 1px solid #0000001f;
  border-bottom:0px solid #0000001f;
}

.slide-menu ul a,
.nav-desc > h3 {
  padding: 15px 24px !important;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.slide-menu ul .js-expandable a {
  font-weight: 500;
  text-transform: initial;
  border-top: 1px solid #ddd;
}

.menu-back{
  text-transform: initial;
  font-weight: 500;
}

.nav-item.nav-mobile-hero.child-level .nav-item-link {
  border:none;
}

.working .lazy-preloader {
    display: block;
}

.tw-z-9000 {
  z-index:9000;
}

#discount-codes #site-cart-handle.overlay {
  background: transparent;
}

.box-outline-gray {
  position:relative;
    
}
.box-outline-gray .site-box-content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  pointer-events: none;
  z-index: 100;
  border: 1px solid var(--main-borders);
  
}

.prepaid-product-info {
  background-color: #e1fcff;
}

#section-search-results .append-element.site-box {
  border: 1px solid #f1f1f1;
}

#section-search .pagination {
  border-bottom: 0px;
}

.mobile-header-text {
  font-size: 0.45rem;
}

[data-target-slide1='.reasons-to-buy'] .tell-me-more {
  display: none;
}

.out-of-stock-message2.klaviyo-bis-trigger {
  display: inline-block !important;
}
.chevron_right {
    height: 18px;
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    color: inherit;
    color: currentColor;
    opacity: 0.6;
}
.has-highlight .chevron_right {
    opacity:1;
    color: currentColor;
}
.chevron_right svg {
    height: 100%;
    color: currentColor;
}

#selector-modal .size-table-inner table {
  text-align: center;
  border: 1px solid #777777;
}

#selector-modal .size-table-inner th {
  font-weight: 600;
  border-right: #777777 solid 1px;
}

#selector-modal .size-table-inner th {
  border-top: #777777 solid 1px;
}

#selector-modal .size-table-inner td {
  border-right: #777777 solid 1px;
}

#selector-modal h3 {
  margin-bottom: 0.5rem;
}



@media (min-width: 768px) {
    .menu-btn:after {
        left: 3px;
    }    
}

.js-get-yours-from-end.js-toggle-active .rotateme {
  transform:rotate(270deg);
}

/**
.js-get-yours-from-end .rotateme {
  transform:rotate(270deg);
}
**/

#view_filter_results .site-close-handle {
  display: relative;
}

.swiper-pagination-position {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
    bottom: 3px !important;
    position: absolute;
    z-index: 100;
    width: auto !important;
    left: 50% !important;
}

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  display: none !important;
}

#info_popup {
  z-index: 9999;
}

.tw-max-w-xxs {
  max-width: 15rem;
}

.size-table-inner table {
  text-align: center;
}

/** CUSTOM BG CLASSES **/

@media screen and (min-width: 768px) {

  .xmas-bg {
    background-image: url('/cdn/shop/files/XMAS-HP-BUTTONS_BG-SMALL-FILE.png?v=1670230306');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
  }
  
}

.xmas-bg {
  background-image: url('/cdn/shop/files/XMAS_HP_BUTTONS_BG.png?v=1670230323');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
  
.loyalty-bg {
  background: rgb(176,137,46);
  background: linear-gradient(68deg, rgba(176,137,46,1) 0%, rgba(255,255,205,1) 11%, rgba(255,255,205,1) 18%, rgba(228,203,128,1) 30%, rgba(219,184,104,1) 44%, rgba(219,184,104,1) 70%, rgba(255,255,207,1) 80%, rgba(255,255,207,1) 82%, rgba(165,143,83,1) 84%, rgba(220,187,107,1) 88%, rgba(178,143,74,1) 91%, rgba(178,143,74,1) 93%, rgba(178,143,74,1) 95%, rgba(188,151,68,1) 97%);
}

.colour-week-bg {
  background-image: url('/cdn/shop/files/HOMEPAGE-BUTTONS-BACKGROUND---DESKTOP.jpg?v=1668601316');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cyber-bg {
  background-image: url('/cdn/shop/files/HOMEPAGE---DESKTOP.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.boxing-day-bg {
  background-image: url('/cdn/shop/files/homepage-buttons---BXING-DAY_DESKTOP-BACKGROUNDNEW.jpg?v=1671705411');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}



.header-icon-margin {
  margin-left: 10px;
}     

[grand_childlink] h3.nav-main-title + .nav-desc-wrapper .nav-desc {
  padding-top: 0px !important;
}

.tw-rotate--45 {
  transform: rotate(-45deg);
}

.tw-rotate-270 {
  transform: rotate(270deg);
}

.js-slide-out-target.target-active .tell-me-more {
  display: none !important;
}

#zoom.opened.loaded img {
    left: 0px;
    top: 0px;
    width: auto;
    max-width: 200vw;
    object-fit: contain;
    max-height: 100vh;
    height: 100vh;
}

.slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0px;
  top: 0px;
  display: block; }

.slide-menu ul {
  width: 100%;
}

afterpay-placement {
  display: none;
}

tag-product-recommendations .css-slider-container {
  /*justify-content: center;**/
}
.tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.tw-bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239,246,255,var(--tw-bg-opacity));
}
.tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tw-border-l-8 {
    border-left-width: 8px;
}
.tw-border-solid {
    border-style: solid;
}
.tw-border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59,130,246,var(--tw-border-opacity));
}

.starting-variant-state {
    border-color: #b3b3b3 !important;
    color: #b3b3b3 !important;
    opacity: 1 !important;
}

.js-size-guide-show{
  text-transform: capitalize;
}

.js-size-guide-active #shopify-section-size-guide-charts .dialog-overlay {
    opacity:80%;
}
.js-size-guide-active #shopify-section-size-guide-charts,
.js-size-guide-active #shopify-section-size-guide-charts #selector-popup,
.js-size-guide-active #shopify-section-size-guide-charts .dialog-overlay,
.js-size-guide-active #shopify-section-size-guide-charts #selector-popup .dialog-overlay{
    display:block;
}
.js-size-guide-active{
  overflow:hidden;
}

.modal-popup-z {
  z-index: 100000;
}

form[action^="/cart/add"] button[type=submit] {
    visibility:visible;
}

.grecaptcha-badge{
  display:none !important;
  
}


.dcSmooth.dcDiscountBox svg {
  display: inline-block;
    transform: translateY(-1px);
}


div#dcodeInnerWrapper {
    flex-wrap: wrap;
}

.dcodeErrorMessage {
    width: 100%;
    display: block;
    flex-grow: 1;
    flex: 0 0 100%;
}

.cart_offer_offer.tw-border-blue-500 #cart_gift_learn_more {
  display: none;
}

.swiper-pagination-bullet {
  background: white !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.tw-mbm-difference {
  mix-blend-mode: difference;
}

.warning {
    background: rgba(244, 215, 201, .37);
    color: #d93025;
    border-color: #d93025;
}
.info {
    background: rgba(186, 208, 228, .37);
    color: #00539f;
    border-color: #00539f;
}
.success {
    background: #edf7ee;
    color: #4CAF50;
    border-color: #4CAF50;
}
.tip {
    background: #fff5e6;
    color: #4b3009;
    border-left-width: 3px;
    border-left: 5px solid #da9634;
    font-size: 14px;
    border: 1px solid #bc802b6b;
    border-radius: 5px;
    line-height: 1.3em;
}
.alert-close{
	   padding-left: 15px;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
	   transition:.30s all;
}
.alert-close:hover{
	color:#000;
}
.alert code, .alert .mark{
    background: #fff;
    opacity: 0.9;
    padding: 3px 5px;
    border-radius: 4px;
    font-family: Consolas,Monaco,'Andale Mono',monospace;
    font-size: 89%;
    font-weight: normal;
}

.alert.tip .dcDiscountBox {
    background-color: rgb(255 252 246 / 52%);
    display: inline-block;
    padding: 7px 12px 7px 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #513610;
    border: 1px solid #bc802b6b;
}

.selected-tab:focus{
  outline:none;
}

.alert.tip .dcDiscountBox .dcIcon svg {
    color: rgb(86 59 21);
}

.alert.tip .dcDiscountBox #crossSVG {
    stroke: rgb(81 54 16);
}

.tip.fresh-campaign {
    background: rgba(249,250,251,1);
    color: #000401;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    line-height: 1.3em;
}

.alert.tip.fresh-campaign .dcDiscountBox {
    background-color: rgb(255 255 255);
    display: inline-block;
    padding: 7px 12px 7px 12px;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #000000;
    border: 2px solid #000000;
}

.alert.tip.fresh-campaign .calcNotice {
    display: none;
}
.alert.tip.fresh-campaign .dcDiscountBox .dcIcon svg {
    color: rgb(0 0 0);
}

.alert.tip.fresh-campaign .dcDiscountBox #crossSVG {
    stroke: rgb(81 54 16);
}

#dcDiscountBox_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1023px) {

  .hide-banner-on-smaller {
    display: none !important;
  }
  
}

@media screen and (min-width: 1024px) {

  .hide-banner-on-larger {
    display: none !important;
  }  

}

/**
-webkit-animation: blink-1 2s infinite both;
	        animation: blink-1 2s infinite both;
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/** ------------ css aleets ---------------**/

.shopify-challenge__container {
  margin: 150px auto !important;
}

#challenge #shopify-section-footer, #challenge #shopify-section-header {
  display: none !important;
}

.shopify-challenge__button {
  background-color: #F00F83;
  box-shadow: 3px 3px #000;
  border: 2px black solid !important;
  transition-duration: .2s;
  text-transform: uppercase;
  color: rgba(255,255,255,1);
  text-align: center;
  height: 3rem;
  display: block;
  position: relative;
  border-radius: 0.375rem !important;
  margin-top: 10px !important;
}

.shopify-challenge__button.btn:hover {
  background-color: rgba(144,9,79,1);
  border: 2px black solid !important;
}

.campaign-subtitle-has-code,
.campaign-subtitle-no-code{
  display:none;
}

.is-free-campaign-product.has-campaign-code .campaign-subtitle-has-code{
    display:block;
}
.is-free-campaign-product:not(.has-campaign-code) .campaign-subtitle-no-code{
    display:block;
}
.is-free-campaign-product product-quantity {
    display:none !important;
}

.has-campaign-code {
    
}

@media screen and (min-width: 1025px) {

  product-page .site-box-content {
    padding-bottom: 76px;
    padding-top: 50px;
  }

  product-page .product-gallery__thumbnails {
    position: absolute;
  }

  .product__image-zoom {
    right: 70px;
  }

  .product-heart {
    top: 70px;
  }
  
}

#codes_column .js-authenticate-user .btn {
  display: none !important;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-underline {
  text-decoration: underline;
}

.max-w-50 {
  max-width: 50%;
}

/**  COLLECTION GRID BANNER BREAKPOINTS  **/

@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .collection-grid-item-banner {
    max-height: 506px;
    max-width: 341px;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1919px) {
  .collection-grid-item-banner {  
    max-height: 549px;
    max-width: 384px;
  }
}
@media screen and (min-width: 1920px) {
  .collection-grid-item-banner {  
    max-height: 753px;
    max-width: 588px;  
  }
}





















/** END *//
}

.globo-form-app {
    background: #F9FAFB !important;
    box-shadow: none !important;
}

.globo-headingg, .globo-description.descriptionn {
  display:none !important;
}

.globo-form-app .globo-form-control input, .globo-form-app .globo-form-control textarea, .globo-form-app .globo-form-control select {
  background-color: #ffffff !important;
}

.md\:tw-flex-row {
  flex-direction:row;
}

.md\:tw-w-40 {
  width: 10rem;
}


.md\:tw-text-left {
  text-align: left;
}                                                                                                  

[index] .tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-border-white {
  border-color: white;
}


#product_buttons .back-in-stock-button {
  background: #fff;
  border-radius: 0.375rem !important;
  border: 2px black solid;
  margin-top: 10px !important;
  color: black !important;
  width: 75% !important;
  box-shadow: 3px 3px #000;
}

.tw-popup-flex {
  flex-direction: column;
}

  

@media screen and (max-width: 767px) {
  .timer-flex {
    flex-direction:column;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .timer-flex {
    display: flex;
    flex-direction:row;
  }

  .tw-popup-flex {
    flex-direction: row;
  }
  
}

.snow-screen-full, .snow-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    min-height: 200px;
    z-index: 1000;
    width: 100vw;
    height: 100%;
}

.tw-bg-xmas-red,
.hover\:tw-bg-xmas-red:hover {
  background-color: #CD2A24;
}

[template-cart] .cart-flex {
  flex-direction: column;
}


@media (min-width: 768px) {
    [template-cart] .cart-flex {
      flex-direction: row;
    }
}

klarna .container {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    font-size: 14px;
    background: white;
    padding: 15px 0;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.gf-search-viewall{
    display:none !important;
}

.filter-group .collection-container {
  padding: 3px 0px !important;
}

.filter-group h4 {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  margin: 0 !important;
  padding-right: 10px !important;
}
.selected-tab{
    color: #F00F83;
    text-decoration: none;
}

#print-selector-tabs .selected-tab:after{
    content: "";
    width: 90%;
    border-top: 2px solid #F00F83;
    position: absolute;
    bottom: -4px;
    left: 50%;
    right: 0px;
    transform: translateX(-50%);
}
.js-tabs-container{
  background-color: #F3F4F6
}

/* .filter-group .scroll-content {
  height: 0;
} */

.filter-group.open .scroll-content {
  height: auto;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

.filter-arrow path {
    fill: none;
}

span.filter-menu {
  margin: 0 !important;
}

.filter-menu svg.filter-arrow.up {
  transform: rotate(180deg);
}
  
.filter-group .filter-clear {
  top: 13px !important;
  right: 17px !important;
}
.tick[type=checkbox] {
    border: 1px solid rgb(0 0 0 / 50%);
}
.tick[type=checkbox]:focus, .dot[type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #f00f83;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}

.tick[type=checkbox]:checked,.dot[type=radio]:checked{
    border-color:transparent;
    background-color: #f00f83;
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat
}
.tick[type=checkbox]:checked{
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}
.dot[type=radio]:checked{
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}
.tick[type=checkbox]:checked:focus,.tick[type=checkbox]:checked:hover,.dot[type=radio]:checked:focus,.dot[type=radio]:checked:hover{
    border-color:transparent;
    background-color:#f00f83;
}
.tick[type=checkbox]:indeterminate{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color:transparent;
    background-color:#f00f83;
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat
}
.tick[type=checkbox]:indeterminate:focus,.tick[type=checkbox]:indeterminate:hover{
    border-color:transparent;
    background-color:#f00f83;
}

.tw-justify-start {
    justify-content: flex-start;
}

.product-quick-view-container .product-actions:not(.subscribe-and-save-form) .product-variant:not(:last-child) {
    margin-bottom: 0.5em;
}

.shake-me {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

.product__add-to-cart {
    white-space:nowrap;
}

.video.video-slide-inner {
  width: 100%;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#theme_popup_modal_wrapper .circular-loader {
    animation: rotate 2s linear infinite;
    height: 20px;
    transform-origin: center center;
    width: 30px;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    margin: 0px;
}

.mmWrapping {
    min-height: 720px;
}
.mmWrapping iframe{
    
 }
#mmWrapper {
    overflow: hidden;
}

.mmWrapping {
      margin-top: 0px;
}
@media (min-width: 768px) {

    #mmWrapper {
        overflow: initial;
    }
  
    .mmWrapping {
          margin-top: 0px;
    }
  
    .mmWrapping {
          min-height: 760px;
     }
    .mmWrapping iframe{
     
     }
}

[bundlemaxreached] {
  /**display:none;**/
}
.subdiscount-replaceme{

}

.onetimeprice-replaceme .compare-at-price {
    padding: 0px 5px;
    color: #f00f83;
}
.price .subprice-replaceme {
    padding: 0px 5px;
    color: #f00f83;
}

[value="recurring"][type="radio"] {
    align-self: flex-start;
}

@media (max-width: 450px) {
    [value="recurring"][type="radio"] {
    align-self: flex-start;
    }
}
.tw-text-green {
  color:green;
}

.sub-and-save-callout{
    display: block;
    line-height: 1.3em;
    border: 1px solid #34343469;
    border-radius: 5px;
    /* padding: 10px 15px; */
    margin-top: 10px;
}

.rc-login--header-title {
      font-size:19px !important;
    margin-top:0px !important;
}
..rc-enter-code-sms-info,
.rc-enter-code-text {
    font-family: var(--font-stack-body);
  
}

.sub-and-save-callout-inner {
    padding: 10px 15px;
    display: block;
    
}

.sub-and-save-callout-inner-bottom{
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    
}

.rc-login--body {
    box-shadow: 0px 0px 0px transparent !important;
}

.rc-login--header {
  display:none !important;
  
}
.rc-login[data-rc-page-container] {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    display: block !important;
    max-width: 900px !important;
}

.rc-login--body {
    padding-top: 0px;
}

.rc-login--header-title {
    margin: 24px 0px 24px 0px !important;
}

.rc-login-form, .rc-enter-code {
    margin: 0px 0px !important;
}

@media (min-width: 768px) {
    .rc-login[data-rc-page-container] {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
      
        grid-template-columns: 52fr 50fr !important;
        gap: 5rem !important;
        display: grid !important;
        gap: 2rem !important;
        max-width: 900px !important;
    }
    #login_reasons{
       margin-left:0px;
        margin-right:0px;
    }
}

.rc-login-form-container .rc-login-form-email {
    border: 2px solid #000 !important;
    border-radius: 0.375rem !important;
    font-family: var(--font-stack-body);
}
.rc-login-form-button {

    box-shadow: 3px 3px #000 !important;
    border: 2px solid #000 !important;
    background: rgba(240,15,131,1) !important;
    /* height: 3.5rem; */
    border-radius: 0.375rem !important;
    /* padding: 20px 30px; */
    white-space: nowrap !important;
    padding-top: 30px !important;
    padding-bottom: 27px !important;
    line-height: 1.2em !important;
  
}
#oddballs-beachwear main {
    background: url(/cdn/shop/files/d79dw4k-59c62b51-41a0-4dbf-a8e6-035572c3475a.jpg?v=1683213856);
}
#oddballs-beachwear .tab_tailwind-tabs-and-blocks h3 {
    font-family: inherit !important;
    border: 2px solid #000;
    width: 100%;
    background: #fff;
    font-size: 14px;
    padding: 5px 0px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 3px 3px #000;
}

#oddballs-beachwear .tab_tailwind-tabs-and-blocks > .tw-text-center.tw-w-full.tw-py-1 {
    position: relative;
}
#oddballs-beachwear .tab_tailwind-tabs-and-blocks h3  + span {
    border: 1px solid;
    background: #ffffc3;
    position: absolute;
    white-space: nowrap;
    right: 0px;
    padding: 3px 5px;
    top: -5px;
    font-size: 11px;
}

@media (min-width: 640px) {
    #oddballs-beachwear .tab_tailwind-tabs-and-blocks h3 {
        width: 70%;
          font-size: 16px;
    }
}
.filter-menu.collection-tabs .filter-group ul.tw-flex {
    display:flex;
}
.filter-menu.collection-tabs .scroll-content {
    display:block;
}
.filter-menu.collection-tabs .scroll-content,
.filter-menu.collection-tabs{
    height:auto !important;
}

.filter-menu.collection-tabs .filter-clear {
    display:none !important;
}

.filter-menu.collection-tabs .active.selected {
    background-color: #f00f83;
    color: #ffffff;
}
.filter-menu.collection-tabs .active.selected a {
    color: #ffffff;
}

.filter-menu.collection-tabs ul li:last-child {
    border-right-width:0px !important;
}

.filter-menu.collection-tabs ul li:first-child {
    border-left-width:0px !important;
}

.filter-menu.collection-tabs {
    margin-bottom:10px;
}

.filter-menu.collection-tabs + #CollectionProductGrid site-filter-handle {
    margin-bottom:20px;
}

.filter-menu.collection-tabs + #CollectionProductGrid site-filter-handle {
    margin-bottom:20px;
}

.filter-menu.collection-tabs li:active {
    background-color: #f00f83;
    color: #ffffff;
}

.filter-menu.collection-tabs li:active a {
    color: #ffffff;
}

#your-shopping-cart #AjaxCartSubtotal a[href="/checkout"]{
    display:none;
}

.klaviyo-form-UwBMPA {
    padding-bottom:30px;
}

.klaviyo-form-UwBMPA form {
    margin-top: 0px;
    padding-top: 0px;
}

#beano #shopify-section-template--15219645710397__165764012617ae3115 .tw-max-w-7xl {
	padding-bottom: 0rem !important;
}



.klaviyo-form-UwBMPA .kl-private-reset-css-Xuajs1 label {
    text-align: left;
    border: 1px solid #ddd;
    padding: 12px 0px !important;
    margin-bottom: 5px;
    width: 100%;
}

.klaviyo-form-UwBMPA .kl-private-reset-css-Xuajs1 input {
	left: -300px;
	}

.klaviyo-form-UwBMPA .kl-private-reset-css-Xuajs1 input:checked + label {
    background: #f00f83;
    border: 1px solid #74043e;
    border-radius:7px;
	}

.klaviyo-form-UwBMPA .kl-private-reset-css-Xuajs1 input + label svg{
    margin-left:15px !important;
	}

.klaviyo-form-UwBMPA .kl-private-reset-css-Xuajs1 input:checked + label svg:first-child {
    background: #f00f83;
    border: 1px solid #74043e;

	}

.klaviyo-form-UwBMPA .kl-private-reset-css-Xuajs1 input:checked + label div {
    color:#fff !important;
	}

.klaviyo-form-XT6VBu .kl-private-reset-css-Xuajs1 label {
    text-align: left;
    border: 1px solid #ddd;
    padding: 12px 0px !important;
    margin-bottom: 5px;
    width: 100%;
}

.klaviyo-form-XT6VBu .kl-private-reset-css-Xuajs1 input {
	left: -300px;
	}

.klaviyo-form-XT6VBu .kl-private-reset-css-Xuajs1 input:checked + label {
    background: #f00f83;
    border: 1px solid #74043e;
    border-radius:7px;
	}

.klaviyo-form-XT6VBu .kl-private-reset-css-Xuajs1 input + label svg{
    margin-left:15px !important;
	}

.klaviyo-form-XT6VBu .kl-private-reset-css-Xuajs1 input:checked + label svg:first-child {
    background: #f00f83;
    border: 1px solid #74043e;

	}

.klaviyo-form-XT6VBu .kl-private-reset-css-Xuajs1 input:checked + label div {
    color:#fff !important;
	}

subscribe-and-save-form product-form,
subscribe-and-save-form product-form form,
subscribe-and-save-form product-form form[data-rc-widget="true"],
subscribe-and-save-form product-form form[data-rc-widget] {
    display: block !important;
}

.tw-bg-orange {
    background:#FF5015;
}


/** --------------------- **/

#ugc_loader {
    text-align: center;
    position: relative;

    align-items: center;

    display: flex;
    justify-content: center;
    padding: 50px;
}
#ugc_gallery {
    max-width: 1200px;
    margin: 50px auto;
    display: none;
}
.iziModal,
.iziModal .iziModal-header {
    box-shadow: none;
}
.iziModal .iziModal-header,
.iziModal .iziModal-header .iziModal-header-title,
.iziModal .iziModal-header .iziModal-button,
.iziModal-navigate,
.iziModal-overlay {
    animation: none !important;
}
.iziModal-navigate>button {
    transition: none;
}
.iziModal .iziModal-button-close {
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0nQ2FwYV8xJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCA0MTMuMzQ4IDQxMy4zNDgnIGhlaWdodD0nMzMnIHZpZXdCb3g9JzAgMCA0MTMuMzQ4IDQxMy4zNDgnIHdpZHRoPSczMycgZmlsbD0nI2ZmZmZmZicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdtNDEzLjM0OCAyNC4zNTQtMjQuMzU0LTI0LjM1NC0xODIuMzIgMTgyLjMyLTE4Mi4zMi0xODIuMzItMjQuMzU0IDI0LjM1NCAxODIuMzIgMTgyLjMyLTE4Mi4zMiAxODIuMzIgMjQuMzU0IDI0LjM1NCAxODIuMzItMTgyLjMyIDE4Mi4zMiAxODIuMzIgMjQuMzU0LTI0LjM1NC0xODIuMzItMTgyLjMyeicvPjwvc3ZnPg==') no-repeat center;
    opacity: 0.6;
}
.iziModal:after {
    display: none;
}
.iziModal-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.iziModal-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    background: #fff;
    display: block !important;
    z-index: -1;
}
.popup-left {
    flex: 1;
}
.popup-left img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}
.popup-right {
    width: calc(40% - 30px);
    margin: 0 15px 30px;
}
.animate.pop {
  opacity:0;
}
.animate.pop.activated {
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-duration: 0.2s;
    opacity:1;
    display:block !important;
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.js-expanable-toggle.expanded .chevron_right svg {
    transform: rotate(90deg);
}

.popup-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
.product-item {
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
}
.product-item:nth-child(even) {
    border-left-color: transparent;
}
.product-item:nth-child(n+3) {
    border-top-color: transparent;
}
.product-item img {
    width: 100%;
    aspect-ratio: 1/1;
}
.popup-caption {
    color: #444;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0;
}
.product-title {
    font-weight: 400;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0 6px;
}
.product-price,
.product-type {
    color: #999;
    margin: 5px 0 0;
}
.product-price.tw-text-magenta,
.product-type.tw-text-magenta {
    --tw-text-opacity: 1;
    color: rgba(240,15,131,var(--tw-text-opacity));
      margin: 0px 0 0; 
}
.product-price.product__price--original,
.product-type.product__price--original {
    --tw-text-opacity: 1;
    color: rgba(240,15,131,var(--tw-text-opacity));
    margin: 0px 0 0; 
}

.product-select {
    color: #555;
    width: 100%;
    padding: 5px;
    outline: none;
    border-color: #ccc;
    margin: 8px 0 5px;
}
.add-to-cart {
    color: #fff;
    background: #000;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    outline: none;
    border: none;
}
@media (min-width: 768px) {
    .iziModal {
        max-height: 95vh;
    }
    .popup-right {
        position: sticky;
        top: 0;
    }
}
@media (max-width: 767px) {
    .iziModal {
        height: 100% !important;
    }
    .iziModal-header {
        padding-right: 130px;
        background: #111 !important;
    }
    .iziModal-content {
        flex-direction: column;
    }
    .iziModal-content:before {
        bottom: 0;
    }
    .iziModal-navigate {
        z-index: 999 !important;
    }
    .iziModal-navigate .iziModal-navigate-next {
        position: absolute;
        top: 4px;
        right: 50px;
        left: auto;
        width: 20px;
        background-position: top;
        background-size: 36px !important;
        margin-right: 0 !important;
        opacity: 0.6;
    }
    .iziModal-navigate .iziModal-navigate-prev {
        position: absolute;
        top: 4px;
        right: 90px;
        left: auto;
        width: 20px;
        background-position: top;
        background-size: 36px !important;
        margin-left: 0 !important;
        opacity: 0.6;
    }
    .popup-right {
        width: calc(100% - 30px);
    }
}
.iso-dropdown {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 }

.justified-minigallery .css-slider-viewport {
    background:#fff;
}

.justified-minigallery .css-slider-dot-navigation .css-slider-dot {
    background:#fff;
    opacity: 0.7;
}
.justified-minigallery .css-slider-dot-navigation .css-slider-dot.active {
    opacity: 1;
}

.justified-minigallery css-slider:not(.enabled) {
    position: absolute;
    visibility: hidden;
}

.justified-minigallery css-slider + .lazy-preloader {
    position: relative;
    height: 40px;
    display: block;
    width: 100%;
    margin: 100px 0px 100px 0px;
}
.justified-minigallery css-slider.enabled + .lazy-preloader {
    display: none;
}


#loyalty-week-2023 .klaviyo-form-VUyRgN button:not([aria-haspopup="listbox"])  {
    background: #BD8D12 !important;
    height:auto !important;
    
}

.free-gift-content.tw-overflow-y-auto {
    overflow:unset !important;
    max-width:310px !important;
}


@media (min-width: 768px) {
#toggle-free-gift{
  width:90%
}
}

 #toggle-free-gift {
    border-right-width: 2px;
    z-index: 10;
    border-radius: 0.33em;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px;
    margin: 0px 5px 0px 25px;
    width:114%
}

@media (max-width: 321px) {
  #toggle-free-gift{
  width:98%
}
}


 .cart_gift_option_slider {
        max-width:90%;
    }
@media (min-width: 768px) {
#toggle-free-gift {
        width: 402px !important;
        max-width: 402px !important;
    }
.cart_gift_option_slider {
        width: 402px !important;
        max-width: 402px !important;
    }
}

.sidebar-move #gorgias-chat-container {
    display:none !important;
}

/* Not important to the functionality, just for this particular demo */
.scroll-shadows {
    --bgRGB: 73, 89, 99;
    --bg: rgb(var(--bgRGB));
    --bgTrans: rgba(var(--bgRGB), 0);
    --shadow: rgba(41, 50, 56, 0.5);
    --full-trans: rgba(255, 255, 255, 1);
    overflow: auto;
    background: /* Shadow Cover TOP */ linear-gradient( var(--full-trans) 30%, var(--bgTrans) ) center top, /* Shadow Cover BOTTOM */ linear-gradient( var(--bgTrans), var(--full-trans) 70% ) center bottom, /* Shadow TOP */ radial-gradient( farthest-side at 50% 0, var(--shadow), rgba(0, 0, 0, 0) ) center top, /* Shadow BOTTOM */ radial-gradient( farthest-side at 50% 100%, var(--shadow), rgba(0, 0, 0, 0) ) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}



@keyframes shakeAndPop {
    0% {
        transform: translateX(-10px) scale(1);
        opacity: 1;
    }
    10% {
        transform: translateX(10px) scale(1);
        opacity: 1;
    }
    20% {
        transform: translateX(-10px) scale(1);
        opacity: 1;
    }
    30% {
        transform: translateX(10px) scale(1);
        opacity: 1;
    }
    40% {
        transform: translateX(-10px) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(10px) scale(1);
        opacity: 1;
    }
    55% {
        transform: translateX(0) scale(1);
        opacity: 0.9;
    }
    60% {
        transform: translateX(0) scale(1);
        opacity: 0.8;
    }
    65% {
        transform: translateX(0px) scale(1);
        opacity: 0.7;
    }
    70% {
        transform: translateX(0) scale(1);
        opacity: 0.6;
    }
    75% {
        transform: translateX(0) scale(1);
        opacity: 0.5;
    }
    80% {
        transform: translateX(0) scale(1);
        opacity: 0.4;
    }
    85% {
        transform: translateX(0) scale(1);
        opacity: 0.3;
    }
    90% {
        transform: translateX(0) scale(1);
        opacity: 0.2;
    }
    95% {
        transform: translateX(0) scale(1);
        opacity: 0.1;
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 0;
    }
}

.cross-li{
  font-size: 16px;
    color: red; 
}

.shake-and-pop {
    animation: shakeAndPop 1s ease-out; /* Adjust duration and timing function as needed */
}
#shoppable-products .add-to-cart__text.tw-hidden {
  display:none !important;
}

#noWishItemsOr:before,
#noWishItemsOr:after {
  content: "";
  width: 48%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 55%;
}

#noWishItemsOr:before {
  left: -10px;
}

#noWishItemsOr:after {
  right: -10px;
}
.shoppablePopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.shoppablePopup #shoppable {
  display: flex;
}

.bundlePopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.bundlePopup #bundle-pop-up {
  display: flex;
}


#shoppable .caption.collection-item.tw-flex.tw-flex-col {
  padding: 20px 24px; /* This is the default padding for non-mobile screens */
}

/* Media query for mobile screens (adjust the max-width as needed) */
@media (max-width: 767px) {
  #shoppable .caption.collection-item.tw-flex.tw-flex-col {
    padding: 20px 15px; /* Set padding to 20px all around on mobile */
  }
}

.js-callback:hover{
  cursor:pointer;
}

  .overflow-x-custom-scroll {
    overflow-x: auto;
    scrollbar-color: #141414 #f2f2f2 !important;
    scrollbar-width: auto; 
    ::-webkit-scrollbar {
    width: 16px;
}

  }
  .nav_option::-webkit-scrollbar {
    /* border: 3px solid transparent;
    border-radius: 9px;
    background-clip: content-box; */
    width: 15px;
  }

  .nav_option::-webkit-scrollbar-track {
    background: #F3F4F6;
  }

  .nav_option::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
    background-color: #000;
    border-radius: 3px;
  }
#change-free-gift{
  font-size: 22px;
  top:0px;
  @media (min-width: 640px){top:0%;}
}

@media (max-width: 640px){
	.overflow-x-custom-scroll::-webkit-scrollbar-thumb {
		background: #141414;
	}
}
.free-gift-width {
  width: 325px;

  @media (min-width: 640px) {
    width: 432px;
  }
}

@media (max-width: 640px){
	.overflow-x-custom-scroll::-webkit-scrollbar-track {
		background-color: #f2f2f2
	}
}
	.overflow-x-custom-scroll::-webkit-scrollbar {
		height: 4px
	}
 @media (min-width: 640px){
   .overflow-x-custom-scroll::-webkit-scrollbar {
     height: 8px;
   }
   .overflow-x-custom-scroll::-webkit-scrollbar-thumb {
		background: rgba(0,0,0,0.15) !important;
	}
   
 }

	@media only screen and (min-width: 1280px) {
		.overflow-x-custom-scroll::-webkit-scrollbar-thumb {
			background:rgba(0,0,0,0)
		}

		.overflow-x-custom-scroll::-webkit-scrollbar-track {
			background-color: rgba(0,0,0,0)
		}
	}
@media (max-width: 640px){
	.overflow-x-custom-scroll {
		scrollbar-color: #141414 #f2f2f2
	}
}

	.overflow-x-custom-scroll::-webkit-scrollbar-thumb {
		background: #141414
	}

	.overflow-x-custom-scroll::-webkit-scrollbar-track {
		background-color: #f2f2f2
	}
 .info_thumbnail{
    max-height:100%;
    width: 100%;
    height: 585px;
    zoom: 0.08;
    left: 50%;
    transform: translate(-50%);
}
.thumbnail__image{
  max-height:27px;
}
.info_thumbnail .product-gallery-item{
  padding-top:0% !important;
  height:100%;
}
/* Recharge Gift Banner Form*/

.rc_gifting_container{
  padding: 20px 0px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.recharge-gifting-widget legend{
   margin-bottom: 15px;
   font-family:Montserrat, sans-serif;
   font-weight: bold;
   text-align: left;
}

.recharge-gifting-widget legend::after{
  content: "Please complete this form and then click add to cart";
  color: #f00f83;
  display: block;
  text-align: left;
  font-size:12px;
  font-wieght: regular;
}

.recharge-gifting-widget label{
  position: absolute;
  top: 0.2rem;
  left: 0.55rem;
  font-size: 0.75rem;
  color: #6b7280 !Important;
}

.recharge-gifting-widget input{
  height: 50px;
  padding-top:20px;
  width:100%;
  max-width:100%;
}


.recharge-gifting-widget .qty-selector{
  padding-top: 0 !important;  
}

.recharge-gifting-widget textarea{
  padding-top: 20px;
}

.recharge-gifting-widget .field{
  display: flex;
  flex-direction: column-reverse;
}

.field__label{
  font-weight: 400px;
}

.rc_gifting_recipient_block_name{
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.recharge-gifting-widget input[type=text],
.recharge-gifting-widget input[type=email],
.recharge-gifting-widget input[type=date],
.recharge-gifting-widget textarea {
    border: 2px solid black;
    border-radius: .375rem;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, 
textarea:focus {
  border: 2px solid #f00f83 !important;
  
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, 
textarea:focus {
  --tw-ring-color: #f00f83;
}

input::placeholder,
textarea::placeholder{
  color: rgba(0,0,0,0);
}

.rc_gifting_container > label{
  background-color: purple !important;
}

.field{
  position: relative;
}

.rc_gifting_recipient_block{
  padding-bottom: 0 !important;
}

@media screen and (min-width: 600px) {
 .rc_gifting_recipient_block_name{
  flex-direction: row;
}
  .rc_gifting_container{
    border: 2px solid black;
    border-radius: 0.375rem;
  }

  .rc_gifting_container{
  padding: 20px;
}

}

.price-insert-container {
  display: flex;
  font-weight: bolder;
  margin: 19px 0 -29px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#price-insert{
  color: #f00f83;
  margin-left: 10px;
  font-weight: 700;
}

#recharch-gifting-options .product-variant__container.tw-grid-cols-4.tw-gap-2.rc-template__radio-group {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}

#recharch-gifting-options .ga-variant-item.product-variant__item{
  height: 100%;
  min-height: 100px;
  text-align: center;
}
/*recharge wiget form */


/* upsell App */

.up-sell-section {
  background-color: rgb(249,250,251) !important;
  padding-top: 10px;
  width: 100%;
  border-top: 1px;
  border-bottom: 1px;
  padding-top: 0px;
}

.upsellplus-banner{
  padding-top: 20px;
}

.upsellplus-app{
  background-color: rgb(249,250,251) !important;
  border-top: 1px solid #e0e1e1;
  border-bottom:  1px solid #e0e1e1;
}

.upsellplus-image{
  border: 0 !important;
  background-color: rgb(249,250,251) !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  
}

.upsellplus-image-container{
  border: 0 !important;
  width: 110px !important;
  height: 110px !important;
  background-color: rgb(249,250,251) !important;
}

.upsellplus-selection{
  border-radius: 10px;
}

.upsellplus-container{
  background-color: rgb(249,250,251) !important;
  border-color: rgb(249,250,251) !important;
  border: 0;
}

.upsellplus-selection {
  border: 2px solid black !important;
  border-radius: 5px !important;
}

.upsellplus-button-text{
  font-weight: 600 !important;  
  color: #fff !important;
  text-transform: uppercase;
}

 /* upsell App */

.up-sell-section {
  background-color: rgb(249,250,251) !important;
  margin-top: 10px;
  width: 100%;
  border-top: 1px;
  border-bottom: 1px;
}

.upsellplus-banner{
  padding-top: 20px;
}

.upsellplus-app{
  background-color: rgb(249,250,251) !important;
  border-top: 1px solid #e0e1e1;
  border-bottom:  1px solid #e0e1e1;
}

.upsellplus-image{
  border: 0 !important;
  background-color: rgb(249,250,251) !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  
}

.upsellplus-image-container{
  border: 0 !important;
  width: 110px !important;
  height: 110px !important;
  background-color: rgb(249,250,251) !important;
}

.upsellplus-selection{
  border-radius: 10px;
}

.upsellplus-container{
  background-color: rgb(249,250,251) !important;
  border-color: rgb(249,250,251) !important;
  border: 0;
}

.upsellplus-selection {
  border: 2px solid black !important;
  border-radius: 5px !important;
}

@media (min-height:1024px) {
#mmContentReferrerStage1{
  height:630px !important;
}
}

.upsellplus-button-text{
  font-weight: 600 !important;  
  color: #fff !important;
  text-transform: uppercase;
}


.upsellplus-selection select::-ms-expand {
    display: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
}


.upsellplus-selection { 
  /* for Firefox */ 
  -moz-appearance: none !important; 
  /* for Safari, Chrome, Opera */ 
  -webkit-appearance: none !important; 
} 
  
/* for IE10 */ 
  .upsellplus-selection select::-ms-expand { 
  display: none !important; 
} 

.upsellplus-button-mobile,
.upsellplus-button{
  background-color: #F00F83 !important;
  border-radius: 5px !important;
  box-shadow: 3px 3px #000 !important;
  border: 1px solid black !important;
}

.upsellplus-button-text {
  font-wieght: 600;
}

.upsellplus-button:hover,
.upsellplus-button-mobile:hover{
  background-color: rgba(144,9,79,1) !important;
}

.prevent-click{
  pointer-events: none;
}
.filter-group{
  padding: 0px !important;
}
.filter-group.open .scroll-content {
  height: auto;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

.filter-menu h4{
  padding-left:20px;
}

.site-nav-container-last .scroll-content{
  padding:20px;
}

.filter-group-size .selected i.check-icon:before{
  display: none !important;
}
.filter-group-size i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}

.filter-group-size .nav-size {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
}

.filter-group-size .nav-size .collection-container{
  display: flex !important;
  justify-content: center;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  padding-top:2px;
  padding-bottom:2px;
  max-height:36px;
  align-items:center;
  border-radius: 0.5rem;
  padding: 0px 5px 0px 5px;
  
}

.filter-group-type .selected i.check-icon:before{
  display: none !important;
}
.filter-group-type i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}

.filter-group-type .nav-type{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
}

.filter-group-type .nav-type .collection-container{
  display: flex;
  justify-content: center;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  padding-top:2px;
  padding-bottom:2px;
  max-height:50px;
  align-items:center;
  border-radius: 0.5rem;
  padding: 0px 5px 0px 5px;
  
  
}



.filter-group-type .selected:not(.collection-name){
  background-color: #009FE2  ;
  border-color:black;
  border-width:2px;
}

.filter-group-type .selected a{
  color:white !important;
}

.filter-group-type .selected i.check-icon:before{
  display: none !important;
}
.filter-group-type i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}
.filter-group-style .selected i.check-icon:before{
  display: none !important;
}
.filter-group-style i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}
.filter-group-price .selected i.check-icon:before{
  display: none !important;
}
.filter-group-price i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}

.filter-group-style .nav-style{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
}

.filter-group-style .nav-style .collection-container{
  display: flex;
  justify-content: center;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  padding-top:2px;
  padding-bottom:2px;
  max-height:50px;
  align-items:center;
  border-radius: 0.5rem;
  padding: 0px 5px 0px 5px;
  
  
}

.filter-group a{
  font-weight:600 !important;
}



.filter-group-style .selected:not(.collection-name){
  background-color: #009FE2  ;
  border-color:black;
  border-width:2px;
}

.filter-group-style .selected a{
  color:white !important;
}

.filter-group-style li:not(.tw-font-bebas) div {
    line-height: 22px;
  align-items: center;
    display: flex;
}


.filter-group-style li:not(.tw-font-bebas) a{
  font-size:14px !important;
  padding:13px 0px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  text-align:center;
  line-height:normal;
}

.filter-group-size .selected:not(.collection-name){
  background-color: #009FE2  ;
  border-color:black;
  border-width:2px;
}

.filter-group-size .selected a{
  color:white !important;
}

.filter-group-type li:not(.tw-font-bebas) div {
    line-height: 22px;
  align-items: center;
    display: flex;
}


.filter-group-type li:not(.tw-font-bebas) a{
  font-size:14px !important;
  padding:17px 10px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  text-align:center;
  line-height:normal;
}
.filter-group-style li:not(.tw-font-bebas) a{
  font-size:14px !important;
  padding:13px 10px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  text-align:center;
  line-height:normal;
}

.filter-group .collection-count{
  top:0px;
  right:2px !important;
  font-size: 10px !important;
}

[title="Add filter:  One Size Fits All"] {
	font-size:0px !important;
}

[title="Add filter:  One Size Fits All"]:after {
 content: "One Size";
    font-size: 14px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: -22px;
}

.filter-group-price .nav-price{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
}

.filter-group-price .nav-price .collection-container{
  display: flex;
  justify-content: center;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  padding-top:2px;
  padding-bottom:2px;
  max-height:36px;
  align-items:center;
  border-radius: 0.5rem;
  padding: 0px 5px 0px 5px;
  
  
}



.filter-group-price .selected:not(.collection-name){
  background-color: #009FE2  ;
  border-color:black;
  border-width:2px;
}

.filter-group-price .selected a{
  color:white !important;
}

.filter-group-price li:not(.tw-font-bebas) div {
    line-height: 22px;
  align-items: center;
    display: flex;
}

.collection-name{
  width: 100%;
    height: 100%;
    justify-content: center;
  display:flex;
}

.filter-group li:not(.tw-font-bebas) a{
    width: 100%;
    height: 100%;
    text-align: center;

}
.filter-group-price li:not(.tw-font-bebas) a{
  font-size:14px !important;
  padding:5px 10px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  text-align:center;
  line-height:normal;
  width: 100%;
  height: 100%;
}

.mobile-mid-collection{
  min-height: 330px;
}

.homepage-banner-cover{
  width:100%;
}

@media(min-height:600px){
  .extra-product-label{
    display:none;
  }
}
@media (min-width: 1000px){
  .extra-product-label {
    display: none;
  }
}
@media(max-height:600px){
  .product-header-labels{
    display:none;
  }
}




 
/* ./upsell App */

/* klaviyo form*/
.phone-input{
    height: 38px !important;
    text-align: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 51px !important;
    letter-spacing: 0px;
    box-shadow: 3px 3px #000 !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 0.25rem !important;
    width: 100% !important;
    border: 2px solid #000 !important;
}

.phone-input-wrapper{
  margin: 0 !important;
  padding: 8px 0 !important; 
  width: 100% !important;
}

.show-more-gradient{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.75) 50%,rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    bottom: 0px;
    height: 75%;
}

#show-more-prints, #show-less-prints{
  cursor: pointer;
}
#product_form_column .product-variant__container{
  
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

.slider-nav-container .slick-current{
    border: 2px solid #000;
    box-shadow: 3px 3px #000;
}

.main-product-slider .product-img{
  width:100%;
  
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-loading .slick-list{background:#fff url(../img/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../fonts/slick.eot);src:url(../fonts/slick.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

.slider-container{
        max-width: 600px;
        width-100%;
        margin: 0 auto;
    }
    @media(max-width:450px){
      .slider-container{
        max-height:450px;
      }
    }
    
    .slider-container > .item {
         max-width: 600px;
        width-100%;
        height: 600px;
    }
    @media(max-width:720px){
    .slider-nav-container {
      position:absolute;
      bottom: 10px;
        width:100%;;
    }
    }
    .slider-nav-container {
        width:100%;;
    }

    .nav-item{
      width:auto !important;
      max-width: 42px;
      min-width: 42px;
      margin: 0px 5px;
    }

    @media(min-width:720px){
      .nav-item{
      max-width:54px;
      min-width:54px;
      }
    }

    .slick-track{
      opacity: 1;
      width: 100%;
      transform: translate3d(0px, 0px, 0px);
      justify-content: center;
      display: flex;
    }
    
    .slider-nav-container > .item {
        height: 75px;
        width: 75px;
    }
    
    .product-img {
        width: 100%;
        height: 100%;
      object-fit: cover;
    }
    @media(max-width:410px){
      .product-img{
        max-height:410px;
      }
    }
   .main-product-slider:not(.slick-slide) {
   display:none;
 }
   /* .nav-item:not(.slick-slide){
     display:none;
   } */
    .content .main-product-slider:first-child{
      display: block !important;
  }

  .slider-nav.slick-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}
#build-a-bundle{
  max-width: 100%;
  max-height: calc(100% - 24px);
  height: calc(100% - 24px);
}
  
.bab-content{
  max-height:calc(100dvh - 100px) !important;
}

@media (min-width: 1024px) {
  .bab-content{
  max-height:calc(100% - 100px) !important;
  }
}
#shopify-section-build-a-bundle {
  width:100%;
  
}

@media (min-width: 1024px) {
  #build-a-bundle {
    max-width: 800px;
  } 
}
#in-bundle{
  max-width:350px;
}

@media (min-width: 1024px) {
  #in-bundle {
    max-width: 800px !important;
  } 
}

.bundle-print-options{
  width:33.3%;
    outline: 1px solid #ddd;
    border: 0px solid #ddd;
}

@media (min-width: 1024px) {
  .bundle-print-options{
    width:20%;
  }
}
@media (min-width: 1024px) {
#build-a-bundle-main{
  width:800px;
}
}
#bundle-content{
    height: calc(100dvh - 299px);
  }

@media (min-width: 1024px) {
 #bundle-content{
    height: calc(100vh - 462px)
  }
}
.bundle-found-in-cart{
    height: calc(100dvh - 347px) !important;
  }

@media (min-width: 1024px) {
 .bundle-found-in-cart{
    height: calc(100vh - 489px) !important;
  }
}

.prevent-click{
  pointer-events: none;
}

.nav_thumbnail{
  height:40px;
  width:40px;
  margin: 5px;
  padding: 1px;
  overflow:hidden;
}
.filter-group{
  padding: 0px !important;
}
.filter-group.open .scroll-content {
  height: auto;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

.filter-menu h4{
  padding-left:20px;
}

.site-nav-container-last .scroll-content{
  padding:20px;
}

.filter-group-size .selected i.check-icon:before{
  display: none !important;
}
.filter-group-size i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}

.filter-group-size .nav-size {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
}

.filter-group-size .nav-size .collection-container{
  display: flex;
  justify-content: center;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  padding-top:2px;
  padding-bottom:2px;
  height:28px;
  align-items:center;
  border-radius: 0.5rem;
  padding: 0px 5px 0px 5px;
  
}

.filter-group-type .selected i.check-icon:before{
  display: none !important;
}
.filter-group-type i.check-icon:before, .pt-display-dropdown .filter-clear:before{
 display:none !important;
}

.filter-group-type .nav-type{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
}

.filter-group-type .nav-type .collection-container{
  display: flex;
  justify-content: center;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  padding-top:2px;
  padding-bottom:2px;
  height:50px;
  align-items:center;
  border-radius: 0.5rem;
  padding: 0px 5px 0px 5px;
  
  
}



.filter-group-type .selected:not(.collection-name){
  background-color: #F00F83  ;
  border-color:black;
  border-width:2px;
}

.filter-group-type .selected a{
  color:white !important;
}

.filter-group-size .selected:not(.collection-name){
  background-color: #F00F83  ;
}

.filter-group-size .selected a{
  color:white !important;
}

.filter-group-type li:not(.tw-font-bebas) div {
    line-height: 22px;
  align-items: center;
    display: flex;
}


.filter-group-type li:not(.tw-font-bebas) a{
  font-size:14px !important;
  padding:0px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  text-align:center;
  line-height:normal;
}
 
.filter-group .collection-count{
  top:0px;
  right:2px !important;
  font-size: 10px !important;
}

[title="Add filter:  One Size Fits All"] {
	font-size:0px !important;
}

[title="Add filter:  One Size Fits All"]:after {
 content: "One Size";
    font-size: 14px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: -22px;
}
.milestone-puesdo-one::after,
.milestone-puesdo-two::after,
.milestone-puesdo-three::after{
  /* content: "|";
  position: absolute;
  bottom: 26px;
  transform: translateX(-2px);
  z-index:2; */
}

@media (min-width: 1024px){
  .milestone-puesdo-one::after,
  .milestone-puesdo-two::after,
  .milestone-puesdo-three::after{ 
    bottom: 23px;
  }
  
}

.quick-add-to-cart.qatc-button {
  position: relative;
  display: block;
}

.qatc-button .quick-add-to-cart-button {
  position: relative;
  bottom: 0;
  right: 0px;
  height: 100%;
    width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  transition: opacity 150ms linear;
}
.qatc-button .quick-add-to-cart-button button, .qatc-button .quick-add-to-cart-button a {
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qatc-button .quick-add-to-cart-button button svg, .qatc-button .quick-add-to-cart-button a svg {
  transition: transform 150ms linear;
  will-change: transform;
}
.qatc-button .quick-add-to-cart-button button:hover svg, .qatc-button .quick-add-to-cart-button a:hover svg {
  transform: scale(1.05);
}
.scroll-shadows {
  --bgRGB: 73, 89, 99;
  --bg: rgb(var(--bgRGB));
  --bgTrans: rgba(var(--bgRGB), 0);
  
  --shadow: rgba(41, 50, 56, 0.5);
  overflow: auto;

  background:
    /* Shadow Cover TOP */
    linear-gradient(
      var(--bg) 30%,
      var(--bgTrans)
    ) center top,
    
    /* Shadow Cover BOTTOM */
    linear-gradient(
      var(--bgTrans), 
      var(--bg) 70%
    ) center bottom,
    
    /* Shadow TOP */
    radial-gradient(
      farthest-side at 50% 0,
      var(--shadow),
      rgba(0, 0, 0, 0)
    ) center top,
    
    /* Shadow BOTTOM */
    radial-gradient(
      farthest-side at 50% 100%,
      var(--shadow),
      rgba(0, 0, 0, 0)
    ) center bottom;
  
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}



/* Not important to the functionality, just for this particular demo */
.scroll-shadows {
    --bgRGB: 73, 89, 99;
    --bg: rgb(var(--bgRGB));
    --bgTrans: rgba(var(--bgRGB), 0);
    --shadow: rgba(41, 50, 56, 0.5);
    --full-trans: rgba(255, 255, 255, 1);
    overflow: auto;
    background: /* Shadow Cover TOP */ linear-gradient( var(--full-trans) 30%, var(--bgTrans) ) center top, /* Shadow Cover BOTTOM */ linear-gradient( var(--bgTrans), var(--full-trans) 70% ) center bottom, /* Shadow TOP */ radial-gradient( farthest-side at 50% 0, var(--shadow), rgba(0, 0, 0, 0) ) center top, /* Shadow BOTTOM */ radial-gradient( farthest-side at 50% 100%, var(--shadow), rgba(0, 0, 0, 0) ) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.slick-list {
  display: flex;
    justify-content: center;
}
/**
.scroll-shadows > * {
  padding: 0.2rem;
}
.scroll-shadows {
  --scrollbarBG: transparent;
  --thumbBG: #90a4ae;

  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  
}
.scroll-shadows::-webkit-scrollbar {
  width: 6px;
}
.scroll-shadows::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.scroll-shadows::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}**/

.get-yours-from-pop-up .js-get-yours-from-end{
    position: fixed;
    top: 0px;
    width: 100%;
    width: 1;
    /* pointer-events: none; */
    z-index: 10;
    left: 0px;
    height: 100%;
      margin: 0px;
}
body:not(.get-yours-from-pop-up) .js-get-yours-from-close {
      display:none;
}
.get-yours-from-pop-up .get-yours-style-wrap {
    max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80%;
    background: #fff;
    border-radius: 5px;
    overflow: visible;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.get-yours-from-pop-up #product_buttons {
    z-index:1;
}
.get-yours-from-pop-up .get-yours-style-outer {
    width: 100%;
    border: 0px;
}
.get-yours-from-pop-up .site-header {
    z-index:1;
}
.get-yours-from-pop-up .rotateme{
  display:none;
}

.get-yours-from-pop-up .dfd-root {
    display:none;
}

.js-get-yours-from-safety-screen{
      width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
    background-color: #000;
    z-index: -1;
  display:none;
} 
.get-yours-from-pop-up .js-get-yours-from-safety-screen{
  pointer-events: auto;
  display:block;
}
.product-form-column .product-variant__container{
  padding:0px !important;
}
@media (min-width: 1024px) {
  #print-swap-qatc {
    display: none !important;
  }
}
.print-loading{
  pointer-events:none;
  opacity:0.5;
}
.product-circular-loader{
  display:none;
}
.print-loader{
  pointer-events: none;
}
.print-loader .product-circular-loader{
  display:flex;
}
.product_option .active {
  border-color: black;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.product_option [feature-design-selector]:before {
    content: "";
    top: 0px;
    left: 0px;
    border: 1px solid rgb(0 0 0 / 48%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0.375rem;
}

/* .product-on-sale:before{
  border-color:#f00f83!important;
} */
.slick-initialized + .slick-placeholder{
  position:absolute !important;
  display:none;
}
.slick-initialized{
  position:relative !important;
}

.progress-bar-separators{
  width:100%;
}
@media(min-width:1024px){
  .progress-bar-separators{
      width:100%;
    }
  
}

@media(min-width:1024px){
  .slider-for{
    min-height:600px;
  }
}
.green{
    color: #488848;
    font-weight: 600;
  
}
@media screen and (max-width: 768px) {
    [print-selector="new"] .nav-item {
        width: auto !important;
        max-width: 35px;
        min-width: 35px;
        margin: 5px 5px;
    }
}

@media (min-width: 1024px) {
      .product[print-selector="new"] .slider-for {
          height: calc(100vh - 295px);
      }
      .product[print-selector="new"] .product-gallery .site-box-content {
          min-height: 480px;
          max-height: calc(100vh - 150px);
          padding-top: 0px;
      }
      .product[print-selector="new"] .slider-container {
          max-width: 900px;
      }
  
      .product[print-selector="new"] .slick-slider .slick-list, 
      .product[print-selector="new"] .slick-slider .slick-track {
          height: 100%;
    }
  
}


    .product[print-selector="new"] .box--big {
      width: 50%;
      min-height: auto;
    }
    @media(max-width:1024px){
      .product[print-selector="new"] .box--big {
        width:100%;
      }
    }

    .product[print-selector="new"] .box--bigger {
        width: 100%;
        min-height: auto;
    }


@media screen and (max-width: 768px), screen and (orientation: portrait) {

    .product[print-selector="new"]  #product_form_column .product-form-wrapper > div[data-current_option]:not(.html-only) {
        margin-top: 1.4remm; 
    }
    .product[print-selector="new"]  #product_form_column  #temp-tp-wrapper {
        margin-bottom: 0px;
        margin-top:0.5rem;
    }
    .product[print-selector="new"]  .box__product-gallery {
        border-bottom: 0px solid var(--main-borders) !important;
    }
    .product[print-selector="new"]  .box--big.product-gallery {
        width: 100%;
        /**min-height: calc(100vh - 0px);**/
        max-height: calc(100vh - 0px);
    }
    .product[print-selector="new"]  .box--big.product-gallery .site-box-content {
        min-height: 360px !important;
    }
    .product[print-selector="new"] .box--big.product-gallery .site-box-content:before {
content: "";
    height: 1px;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 5;
    }
    .slick-slide.main-product-slider img {
        object-fit: cover;
        object-position: center -0px;
    }
    [print-selector="new"] .nav-item {
        width: 33px !important;
        height: 33px !important;
        min-height: 33px !important;
        min-height: 33px !important;
        margin: 12px 5px;
        background: #fff;
        position:relative;
    }
    [print-selector="new"] .nav-item  img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    [print-selector="new"] .slider-nav-container {
        bottom: 0px;
    }
    [print-selector="new"] .nav-item:before {
        content:"";
        width:100%;
        height:100%;
        position:absolute;
        border:1px solid rgba(0,0,0,0.2)
    }
    [print-selector="new"] .slider-nav-container {
        width: 100%;
        background: #ffffff4f;
        backdrop-filter: blur(1px);
    }
    .collection-container a {
      display:flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
}

css-slider:not(.enabled) {
  padding-bottom: 47px;
}
.template-index  .klaviyo-form-W2k3eK{
    min-height:439px;
}
.template-index [id*="_16551276234ab0aff9"] .trustpilot-widget {
    min-height:240px;
}

.site-box-content .content{
  min-height:412px;
}
/* ./klaviyo form */

@media screen and (orientation:landscape)
and (min-device-width: 319px)  {
  .slick-list{
    max-height:90vh
  }
  .slick-list img{
    object-fit:contain !important;
  }
   
}

.no-new-prints #show-bundle{
  display:none !important;
  
}
.no-new-prints #add-bundle-to-cart{
  width:100% !important;
}

.js-pattern-types .unavailable {
  position: relative;
  opacity: 0.5;
}

.js-pattern-types .unavailable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 45%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 1) 55%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

#matchballs-style-tabs .selected-tab{
    text-decoration: underline;
}

.match_out_of_stock .match-bralette-out-of-stock{
  display:block;
}
.match_out_of_stock{
 opacity:0.5;
}

#match-found-bralette-img{
  min-width:100%;
  min-height:25dvh;
}
@media(min-height:720px){
  #match-found-bralette-img{
    max-width:50%;
    min-width:50%;
  }
}
@media(min-height:720px){
  #match-found-bralette-variants .product-variant__item{
    margin: 5px 10px;
  }
}
#match-found-bralette-img-2{
  min-width:100%;
  min-height:30dvh;
}
@media(min-height:720px){
  #match-found-bralette-img-2{
    max-width:50%;
    min-width:50%;
  }
}
@media(min-height:720px){
  #match-found-bralette-variants-2 .product-variant__item{
    margin: 5px 10px;
  }
}
.matchballs-active{
  color:#ffffff !important;
  background-color:#f00f83 !important;
}

.body-no-scroll{
  max-height: 100dvh;
  overflow: hidden;
}

@media(max-width:720px){
  #match-balls-img-container{
    height:30vh;
  }
}

.match-current .js-upcoming{
  display:none;
}

.match-current .js-completed{
  display:none;
}
.match-upcoming .js-current{
  display:none;
}

.match-upcoming .js-completed{
  display:none;
}
.match-completed .js-upcoming{
  display:none;
}
.match-completed .js-current{
  display:none;
}
.match-completed .match-nav-sep{
  background: #f00f83;
}

@media (min-width: 768px) { 
  .match-me-mobile{
    display:none;
  }
}
@media (min-width: 767px) { 
  #step-0{
     max-width: 600px; margin: auto; padding: 50px; top: 50%; position: relative; transform: translateY(-50%); border: 1px solid #e6e6e6; overflow: hidden; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; border-radius: 7px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
  #step-1{
     height:520px; max-width: 600px; margin: auto; padding: 50px; top: 50%; position: relative; transform: translateY(-50%); border: 1px solid #e6e6e6; overflow: hidden; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; border-radius: 7px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
  #step-2{
     height:520px; max-width: 600px; margin: auto; padding: 50px; top: 50%; position: relative; transform: translateY(-50%); border: 1px solid #e6e6e6; overflow: hidden; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; border-radius: 7px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
  #matchballs-style-tabs{
         min-height:520px; max-width: 600px; margin: auto; padding: 50px; top: 50%; position: relative; border: 1px solid #e6e6e6; overflow: hidden; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; border-radius: 7px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
}
@media (max-width: 767px) { 
  .match-me-desktop{
    display:none;
  }
}

.js-ptab-target2{
  min-height: 716px;
}
@media (max-width: 767px) { 
  .js-ptab-target2{
      min-height: 420px;
    }
}
@media(min-width:720px){
  .match-drop-shadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
.match-bralette-out-of-stock{
      position: absolute;
      top: 20px;
      left: 5px;
}
@media(max-width:720px){
  .match-bralette-out-of-stock{
      position: absolute;
      bottom: 20px;
      right: 5px;
    top: auto;
    left: auto;
  }
}

.perfect-pair-image{
  height:100%;
}

#match-balls-img-container img{
    object-position: center bottom;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/** CHRISTMAS OVERRIDES **/

/* .progreess::before{
  background-color: #d40028;

}
.progreess-from-cart::before{
  background-color: #d40028;
}



.tw-bg-magenta, .tw-bg-magenta-500{
  background-color: #d40028 !important;
}
.cart_offer_offer.tw-border-magenta-500,
#shipping_progress .tw-border-magenta-500 {
  border-color: #d40028;
}
.magenta,
.product-price.product__price--original, .product-type.product__price--original {
  color: #f00e83 !important;
}
div[style*="background:#fee7f3"] {
  --tw-bg-opacity: 0.1 !important;
  background-color: rgba(205,42,36,var(--tw-bg-opacity)) !important;
}
.selected-tab {
    text-decoration:none;
}

j.s-all-tabs a {
    text-decoration:none;
}
j.s-all-tabs a.active.default-tab:hover, .js-all-tabs a.active{
    background-color: #d40028 !important;
    color: #ffffff;
    text-decoration:none;
}
.js-ptab.active {
    background-color: #d40028 !important;
    color: #ffffff;
}
#your-shopping-cart #AjaxCartForm .tw-bg-magenta-50 {
  --tw-bg-opacity: 0.1 !important;
  background-color: rgba(205,42,36,var(--tw-bg-opacity)) !important;
}

.site-nav-container .tw-bg-magenta-50  {
  --tw-bg-opacity: 0.15;
    background-color: rgba(205,42,36,var(--tw-bg-opacity));
}
.tw-text-magenta, .tw-text-magenta-500,
.site-nav-container .tw-text-magenta-600 {
    --tw-text-opacity: 1;
    color: #d40028;
}

.hover\:tw-bg-magenta-700:hover {
    --tw-bg-opacity: 1;
    background-color: #800d23;
}
#shopify-section-tailwind-announcement-bar .tw-text-white {
  color:#ffffff;
}
#shopify-section-tailwind-announcement-bar > div {
  border-bottom: 1px solid #fff;
}
.shopify-section-tailwind-announcement-bar .tw-text-white {
  color:#ffffff;
}

.product-variant__container .product-variant__item input:checked + label {
    background-color: #d40028  !important;
    color: #fff !important;
    border: 2px solid #000;
}
.no-touchevents .product-variant__container .product-variant__item label:hover {
    /order-color: var(--main-background-secondary);
    background-color: #d40028;
    color: #fff;
}
.tw-bg-cyan-500{
  background-color: #00a53c;
}
.tw-text-cyan-500{
  color: #00a53c;
}
.upsellplus-button{
  background-color: #d40028 !important;
}
div.klaviyo-form-W2k3eK button:not([aria-haspopup="listbox"]), div > button.go717997462, input[type="button"].go717997462, input[type="submit"].go717997462 {
  background-color: #00a53c !important;
}
.wisp_count{
  background-color: #d40028 !important;
}
.nav-main-title{
   color:#d40028 !important; 
}
.collection-banner{
  background-color:#d4000033 !important;
}
.product-variant_container .product-variant_item input:checked + label{
  background-color: #d40028 !important;
}
.box-shadow-pink {
    box-shadow: 2px 2px #ff8e8a;
}
.no-touchevents input:hover {
    border-color: rgba(205,42,36,var(--tw-ring-opacity));
}
.focus\:tw-ring-magenta-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205,42,36,var(--tw-ring-opacity));
}

#print-selector-tabs .selected-tab {
    color: #d40028  !important;
    text-decoration: none;
}
#build-a-bundle-main #print-selector-tabs .selected-tab {
    background: #d40028  !important;
    text-decoration: none;
    color:#fff  !important;
    
}
#print-selector-tabs .selected-tab:after {
    border-top: 2px solid #d40028  !important;
} */

/** ./Chrstismas overrides **/

/* christmas delivery message */
.xmas-delivery-message {
  color: #00a53c;
  letter-spacing: 0.7px;
  padding: 0 0 0 13px;
  font-size: 11px;
  align-items: start;
}

.xmas{
  background-color: #f1faf4;
}

.xmas-tree-svg {
  display: inline;
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

.xmas-delivery-message-product .xmas-tree-svg{
  width: 15px;
  height: 15px;
}

.christmas-delivery-grid{
  padding-bottom: 55px;
}

.xmas-delivery-message-product{
  padding: 0 0 0 0 !important;
  margin-bottom: -18px;
}

@media only screen and (min-width: 600px) {
  .xmas-delivery-message{
    padding: 0 0 0 20px;
  }

  .xmas-delivery-message-product{
    font-size: 18px ;
  }

  .xmas-delivery-message-product .xmas-tree-svg{
  width: 20px;
  height: 20px;
}
  
}
/* ./christmas delivery message */

.modal-popup-z {
    z-index: 1000001;
}
.template-product .variants-parent #popupcontent img {
  display:none;
}