/** Shopify CDN: Minification failed

Line 341:0 Unexpected "}"
Line 870:0 Unexpected "`"

**/


/* ==========================================
   RING CONCIERGE INSPIRED COLLECTION LAYOUT
   For Symmetry 8.3.2
   ========================================== */

/* Desktop */
.template-collection {

    /* Reduce the spacing between products */
    --gutter: 12px;
}

/* Large screens */
@media (min-width:1600px){

    .template-collection{
        --gutter:10px;
    }

}

/* Tablet */
@media (max-width:990px){

    .template-collection{
        --gutter:10px;
    }

}

/* Mobile */
@media (max-width:749px){

    .template-collection{
        --gutter:8px;
    }

}

/* Tighten the information below the image */

.template-collection .product-grid .product-block__detail{

    margin-bottom:14px;
    margin-top:8px;

}

.template-collection .product-block__title{

    margin-bottom:4px;
    line-height:1.3;
}

.template-collection .price{

    margin-top:2px;
}

/* Remove excess space above collection */

.template-collection .collection-header{

    margin-bottom:20px;
}

/* Slightly enlarge images */

.template-collection .product-block__image{

    margin-bottom:8px;
}

/* Luxury hover */

.template-collection .product-block img{

    transition:transform .35s ease;
}

.template-collection .product-block:hover img{

    transform:scale(1.02);
}
/* ==========================================
   Full Width Collection Layout
   ========================================== */

.template-collection .container,
.template-collection .page-width,
.template-collection .section-main-collection .container {

    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;

}

@media (min-width:1600px){

.template-collection .container{

    padding-left:32px;
    padding-right:32px;

}
}
.container--no-max{

    max-width:none;

    width:100%;

    padding-left:px;

    padding-right:24px;

}
/* Full-width collection */

/* Keep the header at its normal width */
.template-collection .page-header .container,
.template-collection .utility-bar,
.template-collection .pagination-row {

    max-width: var(--page-width);
    margin: 0 auto;

}

/* Only expand the product area */
.template-collection .collection-listing {

    max-width: 100%;
    width: 100%;

}

.template-collection .product-grid {

    width: 100%;

}

.template-collection .collection-listing {

    width: 100% !important;

}
 
/* ==========================================================
   BREE LUXURY COLLECTION STYLING
   Symmetry 8.3.2
   ========================================================== */

/* ---------- Collection Layout ---------- */

.template-collection{
    --gutter:12px;
}

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

.template-collection{
    --gutter:10px;
}

}

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

.template-collection{
    --gutter:10px;
}

}

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

.template-collection{
    --gutter:8px;
}

}

/* ---------- Product Cards ---------- */

.template-collection .product-block{

    transition:.3s ease;
}

.template-collection .product-block:hover{

    transform:translateY(-2px);

}

.template-collection .product-block img{

    transition:transform .35s ease;

}

.template-collection .product-block:hover img{

    transform:scale(1.02);

}

/* ---------- Product Image ---------- */


.template-collection .product-block__image{

    margin-bottom:10px;

}

/* ---------- Product Details ---------- */

.template-collection .product-block__detail{

    margin-top:8px;
    padding-top:0;
}

.template-collection .product-block__detail>*{

    margin-bottom:4px;
}

/* ---------- Product Title ---------- */

.template-collection h3,
.template-collection .product-title{

    font-size:14px;
    line-height:1.35;
    font-weight:500;
    letter-spacing:.02em;
}

/* ---------- Price ---------- */

.template-collection .price{

    margin-top:2px;
    font-size:14px;
}

/* ---------- Remove Extra White Space ---------- */

.template-collection .section-header{

    margin-bottom:20px;
}

.template-collection .facets{

    margin-bottom:18px;
}
/* ==========================================================================
   BREANNA WARDEN DESIGN SYSTEM
   Theme: Symmetry 8.3.2
   ========================================================================== */


/* ==========================================================================
   5. BUTTONS
   ========================================================================== */

.button,
.btn,
.shopify-payment-button__button,
button[type="submit"] {

  min-height: 50px;

  border-radius: 0;

  text-transform: uppercase;

  letter-spacing: .14em;

  font-size: 13px;

  font-weight: 500;
}



/* ==========================================================================
   6. FORM ELEMENTS
   ========================================================================== */

input,
select,
textarea {

  border-radius: 0;

  border: 1px solid var(--bw-border);

  transition:
    border-color var(--transition-base),
    background-color var(--transition-base);

}

input:focus,
select:focus,
textarea:focus {

  outline: none;

  box-shadow: none;

}


/* ==========================================================================
   END OF FOUNDATION
   ========================================================================== */ 

   /* ==========================================================================
   HEADER
   ========================================================================== */

/* ---------- Overall Header ---------- */

}

.logo-area {

    min-height: 88px;

    padding-left: 48px;

    padding-right: 48px;

    transition: min-height .3s ease;

}

/* ---------- Active Link ---------- */

.navigation__item--active .navigation__link {

    color: var(--bw-text);

}


/* ---------- Header Icons ---------- */

.show-search-link,
.cart-link {

    padding: 8px;

    transition: opacity .25s ease;

}

.show-search-link:hover,
.cart-link:hover {

    opacity: .65;

}


/* ---------- Cart Count ---------- */

.cart-link__count {

    font-size: 10px;

    font-weight: 500;

}

/* ==========================================================================
   EDITORIAL DROPDOWN MENU
   ========================================================================== */

/* Main dropdown panel */

.navigation__tier-2,
.navigation__children,
.navigation__submenu {


    box-shadow:none;

    padding:32px 36px;

}


/* Column spacing */

.navigation__tier-2 .navigation__column,
.navigation__children > li {

    padding-right:32px;

}


/* Section headings */

.navigation__tier-2 .navigation__heading,
.navigation__children h5,
.navigation__children strong {

    letter-spacing:.18em;

    text-transform:uppercase;

    margin-bottom:16px;

}


/* Links */

.navigation__tier-2 a,
.navigation__children a {

    display:block;

    padding:8px 0;

    letter-spacing:.01em;

    text-transform: uppercase;


}



/* Images inside promotions */

.navigation__promotion img{

    border-radius:0;

    transition:transform .45s ease;

}


.navigation__promotion:hover img{

    transform:scale(1.02);

}
/* ==========================================================================
   PRODUCT CARDS
   ========================================================================== */

.product-block {

    transition:transform .35s ease;

}


.product-block:hover{

    transform:translateY(-3px);

}



/* Product title */

.product-block__title{

    font-size:15px;

    font-weight:400;

    letter-spacing:.01em;

    margin-top:18px;


}


/* Price */

.price{

    margin-top:6px;

    font-size:15px;

}


/* Hide unnecessary badges */

.product-label,
.product-badge,
.sale-label{

    display:none;

}
/* ==========================================================================
   PRODUCT PAGE LAYOUT
   ========================================================================== */

/* Desktop breathing room */

@media (min-width: 990px){

    .product-area,
    .product-detail,
    .product-column-right{

        padding-top:64px;

    }

}


/* Increase spacing between gallery and content */

.product-area{

    column-gap:72px;

}


/* Product information column */

.product-detail{

    max-width:460px;

}


/* Product title */

.product-detail h1,
.product-title{

    font-size:30px;

    font-weight:400;

    line-height:1.15;

    letter-spacing:-.02em;

    margin-bottom:18px;

}
 
/* ==========================================================================
   VARIANT DROPDOWNS
   ========================================================================== */

.option-selector,
.product-option,
.product-form select{

    margin-bottom:22px;

}


.product-form label{

    font-size:11px;

    font-weight:500;

    text-transform:uppercase;

    letter-spacing:.18em;

    color:#6F6F6F;

    margin-bottom:8px;

}


.product-form select{

    min-height:50px;

    border:1px solid #E7E7E7;

    padding:0 16px;

    background:#FFFFFF;

} 
/* ==========================================================================
   ADD TO BAG
   ========================================================================== */

.product-form button[type="submit"]{

    height:52px;

    font-size:13px;

    letter-spacing:.18em;

    font-weight:500;

    text-transform:uppercase;

    border:0;

}


/* ==========================================================================
   PRODUCT GALLERY
   ========================================================================== */



/* Make images feel like they're floating */

.product-media img,
.product-gallery img {

    background: #F6F6F6;

}


/* Space thumbnails farther apart */

.product-gallery__thumbnails,
.product-thumbnails {

    gap: 16px;

}


/* Thumbnail styling */

.product-gallery__thumbnail,
.product-thumbnail {

    border: 1px solid transparent;

    transition:
        border-color .25s ease,
        opacity .25s ease;

}


.product-gallery__thumbnail:hover,
.product-thumbnail:hover {

    opacity: .70;

}


.product-gallery__thumbnail.is-active,
.product-thumbnail.is-active {

    border-color: #D9D9D9;

} 
/* ==========================================================================
   PRODUCT LAYOUT
   ========================================================================== */

@media (min-width: 990px) {

  .product-area {
    column-gap: 88px !important;
  }

  .product-detail {
    max-width: 460px;
  }

}
/* ==========================================================================
   PRODUCT ACCORDIONS
   ========================================================================== */

.disclosure,
.accordion {

    border-top: 1px solid #ECECEC;

}

.disclosure:last-child,
.accordion:last-child {

    border-bottom: 1px solid #ECECEC;

}


/* Center the heading and icon */

.disclosure__title,
.accordion__title {

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 60px;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;

    color: #1A1A1A;

}


/* Content */

.disclosure__content,
.accordion__content {

    color: #6F6F6F;
    line-height: 1.8;
    padding-bottom: 28px;

}
/* ==========================================================================
   COLLECTION GRID
   ========================================================================== */

.product-grid {

    row-gap: 64px;

}


.product-block {

    transition:
        transform .30s ease,
        opacity .30s ease;

}


.product-block:hover {

    transform: translateY(-4px);

}


.product-block img {

    transition: transform .45s ease;

}


.product-block:hover img {

    transform: scale(1.015);

}


/* More space under images */

.product-block__image {

    margin-bottom: 20px;

}
/* ==========================================================================
   BUTTON SYSTEM
   ========================================================================== */

.button,
.btn,
.shopify-payment-button__button,
button {

    border-radius: 0;

    box-shadow: none;

}


.button:hover,
.btn:hover {

    transform: translateY(-1px);

}


.button:focus,
.btn:focus {

    outline: none;

    box-shadow: none;

}
/* ==========================================================================
   PRODUCT DESCRIPTION
   ========================================================================== */

.product-description p,
.rte p {

    margin-bottom: 20px;

}

.product-description ul,
.rte ul {

    margin: 18px 0;
    padding-left: 20px;

}

.product-description li,
.rte li {

    margin-bottom: 8px;

} 

/* Remove carousel arrows */
.slider-nav__btn {
  display: none !important;
}
```
