.bougie-cards{padding:2.5rem 0 3rem;width:100%;box-sizing:border-box}.bougie-cards__inner{max-width:1320px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.bougie-cards__heading{text-align:center;font-size:.8rem;letter-spacing:.22em;text-transform:uppercase;color:#4a3530;margin:0 0 1.75rem;font-weight:700}.bougie-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.bougie-cards__card{position:relative;display:block;aspect-ratio:3 / 4;max-height:380px;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 6px #0000000f}.bougie-cards__card:hover{transform:translateY(-3px);box-shadow:0 8px 18px #00000024}.bougie-cards__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.bougie-cards__image--placeholder{background:linear-gradient(135deg,#c9a896,#a88876)}.bougie-cards__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#000000a6)}.bougie-cards__content{position:absolute;bottom:0;left:0;right:0;padding:1.1rem 1.25rem 1.25rem;z-index:2}.bougie-cards__title{font-size:1.25rem;line-height:1.15;font-weight:600;margin:0 0 .35rem;color:#fff}.bougie-cards__description{font-size:.8rem;line-height:1.4;margin:0;color:#fff;opacity:.95}@media(max-width:990px){.bougie-cards__grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.bougie-cards__card{max-height:340px}}@media(max-width:600px){.bougie-cards{padding:2rem 0}.bougie-cards__inner{padding:0 1rem}.bougie-cards__title{font-size:1.1rem}}.bcc-merch{padding:4rem 0 4.5rem;width:100%;box-sizing:border-box}.bcc-merch__inner{max-width:1320px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.bcc-merch__header{text-align:center;margin-bottom:2rem}.bcc-merch__eyebrow{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:#8a5a5a;margin:0 0 .75rem;font-weight:500}.bcc-merch__heading{font-family:var(--font-heading-family, "Fraunces", Georgia, serif);font-size:2.5rem;line-height:1.1;color:#3a2520;margin:0 0 .75rem;font-weight:500;letter-spacing:-.01em}.bcc-merch__subheading{font-size:1rem;line-height:1.5;color:#6b4f47;margin:0 auto;max-width:600px}.bcc-merch__tab-row{position:relative;display:flex;justify-content:center;align-items:center;margin:0 0 2.5rem;min-height:44px}.bcc-merch__tabs{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.bcc-merch__tab{background-color:transparent;color:#3a2520;border:1.5px solid #3a2520;border-radius:999px;padding:.7rem 1.6rem;font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .2s ease;font-family:inherit}.bcc-merch__tab:hover{transform:translateY(-1px)}.bcc-merch__tab.is-active{background-color:#3a2520;color:#fff}.bcc-merch__nav{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:.6rem}.bcc-merch__nav-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid #3a2520;background-color:transparent;color:#3a2520;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .25s ease,color .25s ease,transform .25s ease;padding:0;font-family:inherit}.bcc-merch__nav-btn:hover{background-color:#3a2520;color:#fff;transform:translateY(-1px)}.bcc-merch__nav-btn:active{transform:translateY(0)}.bcc-merch__panel{display:none}.bcc-merch__panel.is-active{display:block;animation:bccMerchFade .35s ease}@keyframes bccMerchFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bcc-merch__empty{text-align:center;color:#8a7268;font-style:italic;padding:2rem 1rem}.bcc-merch__grid{display:flex;gap:1.5rem;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;padding:.25rem 0 .5rem}.bcc-merch__grid::-webkit-scrollbar{display:none}.bcc-merch__product{flex:0 0 auto;width:calc((100% - 4.5rem)/4);scroll-snap-align:start;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .3s ease}.bcc-merch__product:hover{transform:translateY(-3px)}.bcc-merch__product-image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px;background-color:#ede1d6;margin-bottom:.85rem}.bcc-merch__product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.bcc-merch__product:hover .bcc-merch__product-image{transform:scale(1.05)}.bcc-merch__product-image--placeholder{background:linear-gradient(135deg,#d4b8a8,#b89888);width:100%;height:100%}.bcc-merch__product-badge{position:absolute;top:.75rem;left:.75rem;background-color:#3a2520;color:#fff;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;padding:.35rem .65rem;border-radius:999px;font-weight:700}.bcc-merch__product-badge--sold{background-color:#8a7268;top:auto;bottom:.75rem;left:.75rem}.bcc-merch__product-info{text-align:center}.bcc-merch__product-title{font-family:var(--font-heading-family, "Fraunces", Georgia, serif);font-size:1rem;line-height:1.3;color:#3a2520;margin:0 0 .3rem;font-weight:500}.bcc-merch__product-price{font-size:.9rem;color:#5a423b;margin:0;font-weight:500}.bcc-merch__product-price--sale{color:#b54a3d;margin-right:.4rem;font-weight:600}.bcc-merch__product-price--was{text-decoration:line-through;opacity:.6;font-size:.82rem}.bcc-merch__view-all-wrap{text-align:center;margin-top:3rem}.bcc-merch__view-all{display:inline-flex;align-items:center;gap:.6rem;background-color:#3a2520;color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2rem;border-radius:999px;transition:background-color .3s ease,transform .3s ease}.bcc-merch__view-all:hover{background-color:#5a3a30;transform:translateY(-2px)}.bcc-merch__view-all-arrow{transition:transform .3s ease;display:inline-block}.bcc-merch__view-all:hover .bcc-merch__view-all-arrow{transform:translate(4px)}@media(max-width:990px){.bcc-merch__product{width:calc((100% - 2.5rem) / 3)}.bcc-merch__heading{font-size:2.1rem}}@media(max-width:749px){.bcc-merch{padding:3rem 0 3.25rem}.bcc-merch__inner{padding:0}.bcc-merch__header,.bcc-merch__view-all-wrap{padding:0 1.25rem}.bcc-merch__heading{font-size:1.85rem}.bcc-merch__tab-row{flex-direction:column;gap:1rem;padding:0 1.25rem}.bcc-merch__nav{position:static;transform:none;justify-content:center}.bcc-merch__nav-btn{width:40px;height:40px}.bcc-merch__tab{padding:.6rem 1.25rem;font-size:.78rem}.bcc-merch__grid{gap:.85rem;padding:.25rem 1.25rem .5rem;scroll-padding-left:1.25rem}.bcc-merch__product{width:58vw;max-width:240px}.bcc-merch__product-title{font-size:.92rem}.bcc-merch__view-all{padding:.9rem 1.6rem;font-size:.82rem}}.bcc-tours{padding:4rem 0 4.5rem;width:100%;box-sizing:border-box}.bcc-tours__inner{max-width:1320px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.bcc-tours__header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem}.bcc-tours__header-text{flex:1;text-align:center}.bcc-tours__eyebrow{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:#8a5a5a;margin:0 0 .75rem;font-weight:500}.bcc-tours__heading{font-family:var(--font-heading-family, "Fraunces", Georgia, serif);font-size:2.5rem;line-height:1.1;color:#3a2520;margin:0 0 .75rem;font-weight:500;letter-spacing:-.01em}.bcc-tours__subheading{font-size:1rem;line-height:1.5;color:#6b4f47;margin:0 auto;max-width:600px}.bcc-tours__nav{display:flex;gap:.6rem;flex-shrink:0;padding-bottom:.5rem}.bcc-tours__nav-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid #3a2520;background-color:transparent;color:#3a2520;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .25s ease,color .25s ease,transform .25s ease;padding:0;font-family:inherit}.bcc-tours__nav-btn:hover{background-color:#3a2520;color:#fff;transform:translateY(-1px)}.bcc-tours__nav-btn:active{transform:translateY(0)}.bcc-tours__scroller{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem;scroll-behavior:smooth}.bcc-tours__scroller::-webkit-scrollbar{display:none}.bcc-tours__track{display:flex;gap:1.25rem;padding:.25rem 0}.bcc-tours__card{flex:0 0 auto;width:calc((100% - 2.5rem) / 3);background-color:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #3a252014;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.bcc-tours__card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #3a252024}.bcc-tours__card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.bcc-tours__image-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:#ede1d6}.bcc-tours__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.bcc-tours__card:hover .bcc-tours__image{transform:scale(1.04)}.bcc-tours__image--placeholder{background:linear-gradient(135deg,#d4b8a8,#b89888);width:100%;height:100%}.bcc-tours__badge{position:absolute;top:.875rem;left:.875rem;background-color:#3a2520;color:#fff;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;padding:.4rem .75rem;border-radius:999px;font-weight:600}.bcc-tours__body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;flex:1}.bcc-tours__title{font-family:var(--font-heading-family, "Fraunces", Georgia, serif);font-size:1.4rem;line-height:1.2;color:#3a2520;margin:0 0 .4rem;font-weight:500}.bcc-tours__meta{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#8a5a5a;margin:0 0 .85rem;font-weight:600}.bcc-tours__description{font-size:.92rem;line-height:1.55;color:#5a423b;margin:0 0 1.5rem;flex:1}.bcc-tours__button{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;background-color:#3a2520;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.85rem 1.4rem;border-radius:999px;transition:background-color .3s ease}.bcc-tours__card:hover .bcc-tours__button{background-color:#5a3a30}.bcc-tours__arrow{transition:transform .3s ease;display:inline-block}.bcc-tours__card:hover .bcc-tours__arrow{transform:translate(3px)}.bcc-tours__view-all-wrap{text-align:center;margin-top:2.5rem}.bcc-tours__view-all{color:#3a2520;text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-bottom:1.5px solid #3a2520;padding-bottom:3px;transition:opacity .3s ease}.bcc-tours__view-all:hover{opacity:.7}@media(max-width:990px){.bcc-tours__card{width:calc((100% - 1.25rem)/2)}.bcc-tours__heading{font-size:2.1rem}}@media(max-width:749px){.bcc-tours{padding:3rem 0 3.25rem}.bcc-tours__inner{padding:0}.bcc-tours__header{flex-direction:column;align-items:center;gap:1.25rem;padding:0 1.25rem;margin-bottom:1.75rem}.bcc-tours__heading{font-size:1.85rem}.bcc-tours__view-all-wrap{padding:0 1.25rem}.bcc-tours__nav-btn{width:40px;height:40px}.bcc-tours__scroller{scroll-padding-left:1.25rem}.bcc-tours__track{padding:.25rem 1.25rem;gap:.85rem}.bcc-tours__card{width:78vw;max-width:320px}.bcc-tours__title{font-size:1.25rem}.bcc-tours__body{padding:1.25rem 1.25rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/16/compiled_assets/styles.css.map */
