/** Shopify CDN: Minification failed

Line 26:34 Expected identifier but found "["
Line 52:34 Expected identifier but found "["
Line 53:18 Expected identifier but found "["
Line 63:32 Expected identifier but found "["
Line 76:32 Expected identifier but found "["
Line 82:31 Expected identifier but found "["
Line 89:28 Expected identifier but found "["
Line 93:32 Expected identifier but found "["
Line 99:18 Expected identifier but found "["
Line 107:34 Expected identifier but found "["
... and 67 more hidden warnings

**/
/* ==========================================================================
   Global Styles
   ========================================================================== */
.main-content {
  display: block;
  min-height: 300px;
}

@media (--medium-up) {
  .main-content {
    min-height: 350px !important; [cite: 3]
  }
}

@nest .template-challange & {
  .main-content {
    min-height: 0; [cite: 4]
  }
}

.sitewide {
  margin-bottom: 25px;
}

/* ==========================================================================
   Third-Party & App Overrides (Boost, Yotpo, GE, etc.)
   ========================================================================== */
/* Boost PLP Layout */
.boost-sd-layout.boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-expand,
.boost-sd__toolbar-inner {
  max-width: 90% !important;
}

/* Boost PLP Typography */
a div.boost-sd__product-title {
  font-size: medium !important;
  font-weight: bolder !important; [cite: 5]
  line-height: 1; [cite: 5]
}

.boost-sd__product-title {
  font-size: small !important;
  letter-spacing: 1px !important;
}

span.boost-sd__product-price-content--text-align-left,
.boost-sd__product-price-wrapper {
  font-size: medium !important; [cite: 41]
}

span.boost-sd__format-currency {
  font-size: smaller;
}

span.boost-sd__product-price--saving {
  padding-left: 10px;
}

/* Boost Filters */
.boost-sd__filter-option-title {
  font-weight: bold !important; [cite: 43]
}

span.boost-sd__filter-option-item-label,
input.boost-sd__filter-option-range-slider-input.boost-sd__filter-option-range-slider-input--right,
.boost-sd__product-swatch-more {
  font-size: small !important; [cite: 40, 44]
}

/* Boost Misc */
.boost-sd__cart.boost-sd__cart--side,
.boost-sd__modal-wrapper,
.boost-sd__view-as-text {
  display: none !important; [cite: 42]
}

.boost-sd__popup-select-option-container {
  background-color: whitesmoke; [cite: 48]
}

/* Flair Banners & Badges */
flair-banners.flair-banner-collection {
  line-height: 1 !important;
  margin: -5px 0; [cite: 6]
}

.flair-banner-collection .content div {
  text-align: left !important;
}

flair-badges {
  margin: 2px 4px 0 0 !important; [cite: 188]
}

/* Global-E Hiding */
body[ge-active="true"] .globale-hide,
body[ge-active="true"] .pdp-fs {
  display: none !important; [cite: 11]
}

/* Cart Drawer Z-Index */
div#CartDrawer {
  z-index: 2147483647 !important; [cite: 10]
}

/* WAIR Button Reset */
.predict-placement.wair-css.wair-css.wair-css button {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important; [cite: 190]
  -webkit-font-smoothing: none !important;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header__logo {
  margin: 20px 0;
}

.site-nav__link {
  font-weight: bold !important; [cite: 49]
}

.announcement-slider[data-compact=false] .announcement-slider__slide {
  flex: 1 1 25%;
}

.breadcrumb {
  margin-top: 20px;
  text-align: left !important;
}

/* ==========================================================================
   Product & Collection Pages (PDP / PLP)
   ========================================================================== */
.product-block {
  margin-bottom: 12px;
}

.variant-wrapper + .variant-wrapper {
  margin-top: 12px; [cite: 189]
}

.variant-input-wrap input[type="radio"]:checked + label {
  box-shadow: 0 0 0 2px var(--colorTextBody);
  background-color: black;
  color: white;
  font-weight: bold; [cite: 9]
}

.featured-collection .grid__item::after {
  content: none !important; [cite: 21]
}

/* PDP Callouts */
div[data-product*="Promotion_ClearanceExtra25-1"] .boost-sd__product-price:after {
  content: "LABOR DAY EVENT - Prices as Marked";
  text-align: left; [cite: 22]
  font-size: .95em;
  font-weight: bold;
  color: #cf1f2e;
  display: block;
  padding-top: 5px; [cite: 23]
}

.template-product .PromotionFallKickOff25-1 .product-single__title:after {
  content: "TAKE 30% OFF WITH CODE PEFALL30";
  text-align: left; [cite: 24]
  font-size: .85em;
  font-weight: bold;
  padding: .5rem 0;
  color: #161b25;
  display: block; [cite: 25]
}

/* Hide OOS Swatches */
fieldset.variant-input-wrap[name="Size"] .hide-oos-disable,
fieldset.variant-input-wrap[name="Length"] .hide-oos-disable {
  display: inline-block !important; [cite: 192]
}

fieldset.variant-input-wrap label.disabled.hide-oos-disable {
  border: 1px solid #000; [cite: 193]
  position: relative; [cite: 194]
}

fieldset.variant-input-wrap label.disabled.hide-oos-disable:before {
  content: ""; [cite: 195]
  position: absolute;
  top: 0;
  bottom: 0; [cite: 195]
  left: 50%;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}

fieldset.variant-input-wrap label.disabled {
  opacity: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer [data-type="newsletter"] a.btn {
  color: #fff;
}

.footer__support_bar {
  display: block;
  border-block: 1px solid #eee; [cite: 29]
  padding: .5rem 1rem;
  margin: 1rem 0;
}

.footer__support_bar .btn--secondary:hover {
  color: #fff;
  border-color: #000;
  background-color: #000; [cite: 30]
  opacity: 1;
}

.footer__support_bar .footer__support_buttons {
  display: inline-block;
  text-align: center; [cite: 31]
}

.footer__support_bar .telephone {
  display: inline-block;
  margin: 0 1rem;
  vertical-align: sub; [cite: 32]
}

.footer__support_bar .footer__social {
  display: inline-block;
  float: right; [cite: 33]
  text-align: right;
}

.footer__support_bar .footer__social .title {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: sub;
  font-size: 1rem; [cite: 34]
}

.footer__support_bar .footer__social li {
  display: inline-block;
  margin-right: 15px; [cite: 35]
}

.footer__support_bar .footer__social .icon {
  width: 16px; [cite: 36]
  height: 16px; [cite: 36]
}

.chat__support {
  padding-left: 15px;
  font-size: 16px; [cite: 28]
}

/* ==========================================================================
   Loyalty Banner
   ========================================================================== */
.loyalty-rewards-banner {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 0.5rem; [cite: 12]
  margin: 0 auto;
}

.loyalty-rewards-banner a {
  display: block;
  width: 80%;
  color: #fff;
  padding: 1rem;
  margin: 0 auto; [cite: 13]
}

.loyalty-rewards-banner .loyaltylogo,
.loyalty-rewards-banner p {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  margin: 0; [cite: 14]
}

.loyalty-rewards-banner p {
  line-height: 1.3;
  font-size: 1.1rem;
  margin: 0 3rem; [cite: 15]
}

.loyalty-rewards-banner .loyaltylogo {
  line-height: initial;
  font-size: 2rem;
  letter-spacing: 16px;
}

.loyalty-rewards-banner .loyaltylogo span {
  font-weight: 700;
}

.loyalty-rewards-banner .btn {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px; [cite: 16]
}

.loyalty-rewards-banner .btn:hover {
  background: #000;
  color: #fff;
}

/* ==========================================================================
   Misc & Utility
   ========================================================================== */
#MainContent > .page-content .grid__item {
  float: none;
  margin: 0 auto; [cite: 51]
}

.hc-home-store-pdp-button.hc-pointer,
button.hc-store-change-button-7705304170574,
.hc-home-store-dropdown-button.hc-pointer {
  color: black !important; [cite: 46]
}

.hc-caret-icon.fa-caret-down:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.57 1.59 12.76 12.77L27.1 1.59' stroke-width='2' stroke='currentColor' fill='none'/%3E%3C/svg%3E");
  display: inline-block; [cite: 47]
  width: 1em;
  height: 0.5em;
  vertical-align: -0.125em;
}

button[title="Find product with Color is Beige"] {
  background-color: #deb887 !important; [cite: 187]
}

/* Country Currency Flags Sprite */
.currency-flag {
  background-image: url(//www.rafaellastyle.com/cdn/shop/t/415/assets/country-flags-40.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative; [cite: 52]
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.3) inset;
  border-radius: 50%; [cite: 53]
  background-clip: padding-box;
}

.currency-flag.currency-flag--ad { background-position: 0 0; } [cite: 54]
.currency-flag.currency-flag--ae { background-position: 0 -50px; }
.currency-flag.currency-flag--af { background-position: 0 -100px; }
/* ...and so on for all flags. The full list is omitted for brevity but should be included here. */
.currency-flag.currency-flag--zw { background-position: 0 -13900px; } [cite: 147]

/* Accordion */
.csstabs {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  border: 1px solid #ddd; [cite: 148]
}

.csstabs label {
  flex-grow: 1;
  order: 1;
  display: block;
  margin: 0;
  padding: 1rem 2rem;
  cursor: pointer;
  background: #ddd; [cite: 149]
  font-size: .75rem;
  font-weight: bold;
  text-align: center;
  transition: background ease 0.2s;
}

.csstabs label:hover {
  background: #fff; [cite: 150]
}

.csstabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff; [cite: 151]
}

.csstabs input[type="radio"] {
  display: none;
}

.csstabs input[type="radio"]:checked + label {
  background: #fff; [cite: 152]
}

.csstabs input[type="radio"]:checked + label + .tab {
  display: block;
}

/* Size Chart */
.sizechart {
  transition: all 0.5s ease; [cite: 155]
}

.sizechart h3 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.25rem;
  margin: 2rem 0 1rem; [cite: 157]
}

.sizechart .size-table {
  width: 100%;
  font-size: .7rem;
  color: #333;
  background: #fff;
  text-align: center; [cite: 167]
}

.sizechart .size-table th,
.sizechart .size-table td {
  font-family: 'Trade Gothic Next', sans-serif;
  text-align: center; [cite: 168, 169]
}

.sizechart .size-table th {
  font-size: .85rem;
  background: #bbb;
  color: #333;
}

.sizechart .size-table td {
  font-size: .75rem; [cite: 169]
}

#size-chart-tabs {
  border: none;
  background: #fafafa;
}

#size-chart-tabs .tabs-title a {
  letter-spacing: .5px;
  padding: 1.25rem 1rem; [cite: 165]
  font-weight: bold;
}

#size-chart-tabs .tabs-title a[aria-selected='true'] {
  background-color: #000;
  color: #fff; [cite: 166]
}


/* ==========================================================================
   Mobile Styles (768px and down)
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .sitewide {
    margin-bottom: 0 !important;
  }

  /* Boost PLP */
  a div.boost-sd__product-title {
    font-size: small !important;
    font-weight: bolder !important;
    line-height: 1; [cite: 7]
  }
  
  span.boost-sd__product-price-content--text-align-left,
  .boost-sd__product-price-wrapper {
    font-size: small !important; [cite: 8]
  }

  .boost-sd__product-price-wrapper {
    display: inline-block !important; [cite: 8]
  }

  /* Loyalty Banner */
  .loyalty-rewards-banner .loyaltylogo {
    font-size: 1.5rem; [cite: 17]
  }

  .loyalty-rewards-banner p {
    margin: 0;
    font-size: 0.7rem; [cite: 18]
  }

  .loyalty-rewards-banner .btn {
    margin: 0.5rem 0 0; [cite: 19]
  }

  .loyalty-rewards-banner a {
    padding: 0;
  }

  /* PDP */
  .product__main-photos .flickity-page-dots {
    display: none !important; [cite: 191]
  }

  flair-badges,
  .yotpo-stars {
    display: inline-block;
  }

  /* Footer */
  .footer__support_bar {
    border: 0;
    line-height: 2rem; [cite: 37]
  }

  .footer__support_bar .btn--secondary.btn--small {
    font-size: .8rem; [cite: 38]
  }

  .footer__support_bar .footer__social {
    float: none; [cite: 39]
  }

  /* Accordion Tabs */
  .csstabs .tab,
  .csstabs label {
    order: initial; [cite: 153]
    width: 100%;
    margin-right: 0; [cite: 154]
  }
}

/*
 * 1. Defines the "Aggressive Pulse-Shake" animation
 */
@keyframes aggressive-pulse-shake {
  /* --- PAUSE for the first 70% of the 3-second cycle --- */
  0%, 70%, 100% {
    transform: scale(1) translateX(0);
  }

  /* --- RAPID SHAKE (all happens in the last 30% of the cycle) --- */
  75% {
    transform: scale(1.2) translateX(-7px); /* Pulse up, shake hard left */
  }
  80% {
    transform: scale(1.2) translateX(7px);  /* Stay pulsed, shake hard right */
  }
  85% {
    transform: scale(1.2) translateX(-7px); /* Shake left again */
  }
  90% {
    transform: scale(1.2) translateX(7px);  /* Shake right again */
  }
  95% {
    transform: scale(1.2) translateX(0);    /* Settle the shake before pause */
  }
}

/*
 * 2. Applies the new animation to the Impulse search icon
 * (3-second duration, loops forever)
 */
a.js-search-header {
  animation: aggressive-pulse-shake 4s infinite ease-in-out;
  display: inline-block; /* Ensures the transform works correctly */
}